gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23285 - gnunet-planetlab/gplmt/contrib


From: gnunet
Subject: [GNUnet-SVN] r23285 - gnunet-planetlab/gplmt/contrib
Date: Fri, 17 Aug 2012 14:02:52 +0200

Author: wachs
Date: 2012-08-17 14:02:52 +0200 (Fri, 17 Aug 2012)
New Revision: 23285

Modified:
   gnunet-planetlab/gplmt/contrib/master_template.cfg
Log:
start gnunet

Modified: gnunet-planetlab/gplmt/contrib/master_template.cfg
===================================================================
--- gnunet-planetlab/gplmt/contrib/master_template.cfg  2012-08-17 12:02:10 UTC 
(rev 23284)
+++ gnunet-planetlab/gplmt/contrib/master_template.cfg  2012-08-17 12:02:52 UTC 
(rev 23285)
@@ -82,7 +82,12 @@
 f.addStep(shell.ShellCommand(description="make install",
                                                name="make install",
                                                command=["sh", "-c", "make 
install"]))
+f.addStep(shell.ShellCommand(description="start GNUnet",
+                                               name="start GNUnet",
+                                               timeout=None,
+                                               command=["sh", "-c", 
"gnunet-arm -s -d"]))
 
+
 from buildbot.config import BuilderConfig
 
 %GPLMT_BUILDER_DEFINITION




reply via email to

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