guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[shepherd] branch master updated: README: Add "Hacking" section.


From: Ludovic Courtès
Subject: [shepherd] branch master updated: README: Add "Hacking" section.
Date: Sat, 21 May 2022 12:23:09 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository shepherd.

The following commit(s) were added to refs/heads/master by this push:
     new 7c8f841  README: Add "Hacking" section.
7c8f841 is described below

commit 7c8f841327c75868db3fbbc339ea7ee22405b886
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat May 21 18:22:30 2022 +0200

    README: Add "Hacking" section.
    
    * README: Add "Hacking" section.
---
 README | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README b/README
index ac84378..df33aec 100644
--- a/README
+++ b/README
@@ -66,6 +66,21 @@ The GNU Shepherd is developed jointly with the GNU Guix 
project.  Both
 are essential components in putting the pieces together to build the GNU
 system.  Join us now!
 
+** Hacking
+
+Using GNU Guix, you can enter a development environment by running:
+
+  guix shell -D shepherd
+
+You can authenticate the code in this repository by running:
+
+  guix git authenticate                                \
+      788a6d6f1d5c170db68aa4bbfb77024fdc468ed3 \
+      3CE464558A84FDC69DB40CFB090B11993D9AEBB5
+
+The command silently exits with zero on success, and errors out
+otherwise.  We recommend invoking it from ‘.git/hooks/pre-push’.
+
 ** Reporting bugs
 
 Send bug reports to <bug-guix@gnu.org>, with "Shepherd" and the version



reply via email to

[Prev in Thread] Current Thread [Next in Thread]