gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: guix: Add git use


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: guix: Add git user and git group.
Date: Thu, 27 Sep 2018 16:02:36 +0200

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

ng0 pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 5d22db8  guix: Add git user and git group.
5d22db8 is described below

commit 5d22db89efe76ad3f378a805dc49100b072651f1
Author: Nils Gillmann <address@hidden>
AuthorDate: Thu Sep 27 13:51:34 2018 +0000

    guix: Add git user and git group.
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 guix/config.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/guix/config.scm b/guix/config.scm
index 0394d45..39d1110 100644
--- a/guix/config.scm
+++ b/guix/config.scm
@@ -30,8 +30,17 @@
                  (group "users")
                  (supplementary-groups '("wheel" "netdev"))
                  (home-directory "/home/dold"))
+                (user-account
+                 (name "git")
+                 (comment "gitolite")
+                 (group "git")
+                 (home-directory "/home/git"))
                 %base-user-accounts))
 
+  (groups (cons (user-group
+                 (name "git"))
+                %base-groups))
+
   (file-systems (cons* (file-system
                          (device (uuid "304189db-f9df-4222-810d-94c993598c3b"))
                          (mount-point "/")

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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