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

feat: remove AMI uploading of the process #75

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 0 additions & 10 deletions src/Branch-Off.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,4 @@ The following steps should be done after the channels have become available on [

1. Give the [Marketing team](https://matrix.to/#/#marketing:nixos.org) a heads-up about the upcoming release

1. Get in contact with [Amine Chikhaoui](https://github.com/AmineChikhaoui) on the infrastructure room on Matrix, so
they can get the AMIs updated in time for the release.

1. They will need to run [`create-amis.sh`](https://github.com/NixOS/nixpkgs/blob/master/nixos/maintainers/scripts/ec2/create-amis.sh),
which requires write permissions to the S3 bucket.

1. Create PR adding it to NixOS configuration. Examples:
- [22.11](https://github.com/NixOS/nixpkgs/pull/204014)
- [20.09](https://github.com/NixOS/nixpkgs/pull/101720)

1. Make sure the release editors have started finalizing the release notes. Only 7 days left until release!
2 changes: 0 additions & 2 deletions src/Final-Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ export NEWVER=23.05
nix-shell -p "python3.withPackages (p: [ p.lxml p.requests p.pytest ])" -p cdrkit osinfo-db-tools gettext --run "make check"
```

1. Check that the AMI image references have been updated in `nixos/modules/virtualisation/amazon-ec2-amis.nix`.

1. Close the [milestone](https://github.com/NixOS/nixpkgs/milestones)

1. Close the [blockers project](https://github.com/orgs/NixOS/projects)
Expand Down