aboutsummaryrefslogtreecommitdiff
path: root/maintainers
AgeCommit message (Collapse)Author
2023-01-12state priorities in triaging and discussion processValentin Gagarin
based on - Nix team decisions https://discourse.nixos.org/t/2022-11-11-nix-team-meeting-minutes-7/23451#planning-discussion-1 https://discourse.nixos.org/t/2022-12-02-nix-team-meeting-minutes-13/23731#discussion-3 - proposal to deal use labels more effectively https://discourse.nixos.org/t/improving-nix-developer-experience/21629 - documentation team decision to foster gauging interest using upvotes https://github.com/NixOS/nix/pull/7387
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-12-05maintainers/README.md: Use CETEelco Dolstra
2022-12-05Fix typoEelco Dolstra
2022-11-21rewordValentin Gagarin
2022-11-21add maintainers' handbookValentin Gagarin
write down the process we have been developing and following so far. Co-Authored-By: Théophane Hufschmitt <theophane.hufschmitt@tweag.io> Co-Authored-By: John Ericson <John.Ericson@Obsidian.Systems>
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.
2022-02-18remove the manifest before creating themRok Garbas
2022-01-26fail earlyRok Garbas
2022-01-26typoRok Garbas
2022-01-26Script to push docker image for releasesRok Garbas
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