Skip to content

Commit

Permalink
docs: update weekly nixpkgs pull process
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Mar 28, 2024
1 parent 45ca54f commit fc8dcad
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,18 @@ gh pr create --title "pkgs: weekly update $(date "+%Y-%V")"
utils/pull-nixpkgs.sh <NIXPKGS-DIR>
```

* Review changes, identify related PRs in Nixpkgs, split changes to separate
commits (link to Nixpks PR in commit message)
* Review changes, identify related PRs in Nixpkgs and create separate commit for
each change (include Nixpkgs PR URL in commit message)
```
gh pr list --state all --search <NIXPKGS-COMMIT-HASH>
```
```
git commit
pkgs(<PACKAGE>): <CHANGE-DESCRIPTION>
Nixpkgs PR: <NIXPKGS-PR-URL>
```

* Optional: generate a reverse patch for changes which are not desired
```
Expand Down

0 comments on commit fc8dcad

Please sign in to comment.