News
Linux-libre 6.7 removed due to end of upstream support
Linux-libre 6.7 removed due to end of upstream support
The linux-libre 6.7 kernel series has reached the end of its life, and is no longer supported upstream. For this reason, it has been removed from GNU Guix.
guix git authenticate
usage simplified
guix git authenticate
usage simplified
Usage of the guix git authenticate
command has been simplified. The command is useful to channel authors and to developers willing to validate the provenance of their code.
On your first use, guix git authenticate
will now record the commit and signer (the introduction) in the .git/config
file of your repository so that you don't have to pass them on the command line in subsequent runs. It will also install pre-push and post-merge hooks, unless preexisting hooks are found.
Run info "(guix) Invoking guix authenticate"
for more info.