mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
* doc/contributing.texi (Submitting Patches): Add ‘--disable-authentication’ when simulating ‘guix pull’. * .forgejo/pull_request_template.md: Likewise. Fixes: #427 Change-Id: I4c6847314c8876a2f6e29f938cbbbe286178231b
1.7 KiB
1.7 KiB
name | about | title | ref | labels |
---|---|---|---|---|
Pull Request | Pull request template |
-
Built successfully on the following system(s):
- x86_64-linux
- i686-linux
- aarch64-linux
- armhf-linux
- powerpc64le-linux
- riscv64-linux
- x86_64-gnu
- i586-gnu
-
Successfully cross-compiled to the following target(s) (this is optional):
- x86_64-linux-gnu
- i686-linux-gnu
- aarch64-linux-gnu
- arm-linux-gnueabihf
- powerpc64le-linux-gnu
- riscv64-linux-gnu
- x86_64-pc-gnu
- i586-pc-gnu
-
Link to upstream release notes (if applicable):
-
Build status of direct dependents (
./pre-inst-env guix build --keep-going --verbosity=1 --dependents=1 PACKAGE ...
)
-
Fixed errors reported by
guix lint
(./pre-inst-env guix lint PACKAGE ...
). -
Verified cryptographic signature provided by upstream.
-
The packages don't use bundled copies of software.
-
Synopsis and description are written confirming to the guidelines.
-
Commit messages follow the "ChangeLog" style.
-
The change doesn't break
guix pull
(guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-authentication
).