-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
haskell: document branch-off procedure for maintainers #138831
base: haskell-updates
Are you sure you want to change the base?
haskell: document branch-off procedure for maintainers #138831
Conversation
Initial documentation of the branch-off procedure with the changes in NixOS#138407 which are yet to be forward-ported.
them as a PR. | ||
|
||
General information on the release process can be found in the | ||
[NixOS Releaes Wiki](https://nixos.github.io/release-wiki/Release-Process-Walkthrough.html). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[NixOS Releaes Wiki](https://nixos.github.io/release-wiki/Release-Process-Walkthrough.html). | |
[NixOS Release Wiki](https://nixos.github.io/release-wiki/Release-Process-Walkthrough.html). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[NixOS Releaes Wiki](https://nixos.github.io/release-wiki/Release-Process-Walkthrough.html). | |
[NixOS Release Wiki](https://nixos.github.io/release-wiki/Release-Process.html). |
General information on the release process can be found in the | ||
[NixOS Releaes Wiki](https://nixos.github.io/release-wiki/Release-Process-Walkthrough.html). | ||
|
||
The main objective for `haskellPackages` in the context of stable release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main objective for `haskellPackages` in the context of stable release | |
The main objective for `haskellPackages` in the context of stable NixOS |
I marked this as stale due to inactivity. → More info |
Is this still relevant? If it is, it's probably more valuable to have this merged in master than hidden in this PR - even if still incomplete. |
* On `master` and the release branch, update the `NEXT_NIXOS_RELEASE` | ||
variable in `maintainers/scripts/haskell/regenerate-hackage-packages.sh`: | ||
This value should always be the same as what the `.version` file at the | ||
repository root of the `master` branch contains. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This variable doesn't exist in that file anymore.
them as a PR. | ||
|
||
General information on the release process can be found in the | ||
[NixOS Releaes Wiki](https://nixos.github.io/release-wiki/Release-Process-Walkthrough.html). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[NixOS Releaes Wiki](https://nixos.github.io/release-wiki/Release-Process-Walkthrough.html). | |
[NixOS Release Wiki](https://nixos.github.io/release-wiki/Release-Process.html). |
This value should always be the same as what the `.version` file at the | ||
repository root of the `master` branch contains. | ||
|
||
* On the release branch, run `maintainers/scripts/haskell/freeze-packages.sh` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This script doesn't exist anymore?
|
||
* Make sure the references to the stable release in the documentation are accurate. | ||
|
||
* Document any steps forgotten here! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any more ideas by now?
I think we never actually did what the docs say. So merging them without acting on that would be a lie. |
This was an idea that was never implemented, see #138407. |
Motivation for this change
Add documentation for the new frozen package workflow in relation to branch-off. This is added to haskell-updates since release-21.05 lacks HACKING.md. The actual changes will be forward ported to unstable after they are finalized and merged into release-21.05.
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)