gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: guix-env.scm: it's not shor


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: guix-env.scm: it's not short enough but it makes the name of the chroot shorter for now.
Date: Sun, 06 May 2018 21:24:25 +0200

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

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e5784b3cb guix-env.scm: it's not short enough but it makes the name of 
the chroot shorter for now.
     new 964f78df0 Merge branch 'master' of gnunet.org:gnunet
e5784b3cb is described below

commit e5784b3cbad55508a240b1f6e183964cc5b999ef
Author: Nils Gillmann <address@hidden>
AuthorDate: Sun May 6 19:24:14 2018 +0000

    guix-env.scm: it's not short enough but it makes the name of the chroot 
shorter for now.
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 guix-env.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix-env.scm b/guix-env.scm
index b1a5f94c6..213b2769e 100644
--- a/guix-env.scm
+++ b/guix-env.scm
@@ -75,8 +75,8 @@
                              source-file?))))
     (package
       (inherit gnunet)
-      (name "gnunet-dev-env")
-      (version (string-append "0.11-" revision "." "dev-env"))
+      (name "gnunet")
+      (version (string-append "git" revision))
       (source
        (local-file
         (string-append (getcwd))

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



reply via email to

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