Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
sordina committed Feb 26, 2024
1 parent 353c21e commit 15ce0ab
Showing 1 changed file with 4 additions and 25 deletions.
29 changes: 4 additions & 25 deletions rfcs/0002-distribution-gh.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,34 +38,13 @@ The initial change to the metadata format would look as follows for the [Postgre
"is_verified": true,
"is_hosted_by_hasura": true,
// New stanza
"packages": [
{
"version": "1.2.3",
"uri": "https://foobar.com/releases/postgres-postgresql-v0.2.0-9283dh9283u...hd092ujdf2ued.tar.gz",
"checksum": {
"type": "sha256",
"value": "9283dh9283u...hd092ujdf2ued"
},
// Optional link from package to source
"source": {
"hash": "98801634b0e1396c933188eef88178952f412a8c",
}
}
]
"source_code": {
"is_open_source": true,
"repository": "https://github.com/hasura/ndc-postgres",
"version": [
{
"tag": "v0.2.0",
"hash": "98801634b0e1396c933188eef88178952f412a8c",
"is_verified": true
}
]
}
"packages": [ ... ],
"source_code": { ... }
}
```

See [the "data-format"](#data-format) section for more information.

While package definition releases can be hosted at any URL, some convenient locations could include:

* Under the github releases artefacts
Expand Down

0 comments on commit 15ce0ab

Please sign in to comment.