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

Generate parseable JSON file with a history of channel updates #10

Open
domenkozar opened this issue Nov 16, 2016 · 1 comment
Open

Comments

@domenkozar
Copy link
Member

domenkozar commented Nov 16, 2016

For the sake of tracking NixOS release process I think we should provide a way to introspect the old releases. This used to be visible before S3 as we just had folders.

Given the current pipeline using these scripts we could simply append a JSON file http://nixos.org/channels/history.json with the following format:

{
  version: 1
  channels: [
     {
       name = "nixos-16.09-small",
       date = "2016-11-16 06:08:34";
       commit = "https://github.com/NixOS/nixpkgs-channels/commits/6270733155c381090fc5c7de6bddc26fbf35f47f",
       url = "https://d3g5gsiof5omrk.cloudfront.net/nixos/16.09/nixos-16.09.1032.6270733",
       hydraUrl = "https://hydra.nixos.org/eval/1304255",
     },
     ...
   ]
}

cc @edolstra @rbvermaa

Open questions:

  • how to deal with the file once it gets bigger
@domenkozar
Copy link
Member Author

@edolstra do you have some immediate feedback/plans for this?

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

No branches or pull requests

1 participant