Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a JSON file describing the releases on the website #5425

Closed
KOLANICH opened this issue Mar 14, 2019 · 1 comment
Closed

Create a JSON file describing the releases on the website #5425

KOLANICH opened this issue Mar 14, 2019 · 1 comment
Labels

Comments

@KOLANICH
Copy link
Contributor

KOLANICH commented Mar 14, 2019

It may be useful for building binary packages from the binaries published. Should contain:

  • a version of schema
  • an array of versions (the latest one has index 0)

Each version object should contain:

  • a name of version
  • the date of its release
  • changelog
  • an object of variants descriptors with the following keys:
    • installer
    • portable-zip
    • portable-7z
    • source

Each variant descriptor is an object of files descriptors with following keys
* i686
* x86_64
* source

Each file descriptor is an object containing:

  • a link to the file
  • a secure enough hash of that file

The JSON file is signed, the signature is published alongside the file. The file is generated locally on the machine of the person making the release (a script appending a new release to the file would be needed).

@KOLANICH
Copy link
Contributor Author

@MetaChuh, could you also comment on this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants