aboutsummaryrefslogtreecommitdiff
path: root/maintainers/upload-release.pl
AgeCommit message (Collapse)Author
2024-05-19Remove upload-release.plJade Lovelace
We are doing releases totally differently than Nix so this will need rewriting anyway. Change-Id: Iba4ad160b9d215fcbf20a14243fd87cfbb527760
2023-06-06Upload the manual to releases.nixos.orgEelco Dolstra
Fixes #8451.
2023-06-06Fix MIME typeEelco Dolstra
2023-06-06Upload fallback-paths.nix as part of the releaseEelco Dolstra
https://github.com/NixOS/nixpkgs/pull/235463
2023-05-30maintainers/upload-release.pl: Don't update nix-fallback-paths.nixEelco Dolstra
2022-12-06Remove GPG-signing of releasesEelco Dolstra
This makes it easier for others to make releases, and probably few people care about GPG signatures anyway.
2022-02-18Integrate push-docker.sh into the release scriptEelco Dolstra
This also makes sure that we get the Docker images from the same Hydra eval, rather than the latest build from job/nix/.../dockerImage, which may not be the same.
2021-11-02Update release scriptEelco Dolstra
2021-10-08Update release scriptEelco Dolstra
2021-07-28upload-release.pl: Fix deprecated 'nix' callsEelco Dolstra
2021-07-02upload-release.pl: add aarch64-darwinDomen Kožar
2021-06-26Support cross-compiling binaryTarballMatthew Bauer
2021-05-14Update nix-fallback-paths.nix onlyEelco Dolstra
2020-08-20set Content-Type to "text/plain" for install scriptRok Garbas
fixes #3947
2020-07-08upload-release.pl: Update latest-release branchEelco Dolstra
2020-06-15upload-release.pl: Fix nix-fallback-paths.nix generationEelco Dolstra
2020-04-10Update release scriptEelco Dolstra
2019-09-04upload-release.pl: Fix sshfs callEelco Dolstra
2019-04-15Fix release scriptEelco Dolstra
2018-08-30upload-release.pl: Handle prerelease versionsEelco Dolstra
2018-05-31upload-release.pl: Copy the install script and sign everythingEelco Dolstra
Note: this means that for those doing 'curl | sh', you can now pin a specific version, e.g. curl https://nixos.org/releases/nix/nix-2.0.4/install | sh https://nixos.org/nix/{install,install.sig} are now just symlinks to the corresponding files in the latest release directory.
2018-02-22Release script tweaksEelco Dolstra
2017-12-07upload-release.pl: support aarch64-linuxGraham Christensen
2017-01-03Update upload-release scriptEelco Dolstra
2016-09-07upload-release.pl: Update NixpkgsEelco Dolstra
2016-08-29Add script to automate creating Nix releasesEelco Dolstra