gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r23330 - gnunet-planetlab/gplmt/contrib
Date: Mon, 20 Aug 2012 14:22:17 +0200

Author: wachs
Date: 2012-08-20 14:22:17 +0200 (Mon, 20 Aug 2012)
New Revision: 23330

Modified:
   gnunet-planetlab/gplmt/contrib/master_template.cfg
Log:
changes due to reading manual


Modified: gnunet-planetlab/gplmt/contrib/master_template.cfg
===================================================================
--- gnunet-planetlab/gplmt/contrib/master_template.cfg  2012-08-20 07:41:13 UTC 
(rev 23329)
+++ gnunet-planetlab/gplmt/contrib/master_template.cfg  2012-08-20 12:22:17 UTC 
(rev 23330)
@@ -26,8 +26,8 @@
 # the 'change_source' setting tells the buildmaster how it should find out
 # about source code changes.  Here we point to the buildbot clone of pyflakes.
 
-from buildbot.changes.svnpoller import SVNPoller
-c['change_source'] = [SVNPoller(svnurl = "https://gnunet.org/svn/gnunet/";, 
category="GNUnet")]
+from buildbot.changes import pb
+c['change_source'] = pb.PBChangeSource(port=9999, user='<CHANGE>', 
passwd='<CHANGE>')
 
 ####### SCHEDULERS
 
@@ -85,10 +85,10 @@
 f.addStep(shell.ShellCommand(description="start GNUnet",
                                                name="start GNUnet",
                                                timeout=None,
-                                               command=["sh", "-c", "export 
GNUNET_PREFIX=/home/tumple_gnunet/gnbuild; export 
PATH=$PATH:$GNUNET_PREFIX/bin; gnunet-arm -s -d"]))
+                                               env={'GNUNET_PREFIX': 
"/home/tumple_gnunet/gnbuild", 'PATH': 
["/home/tumple_gnunet/gnbuild/bin","${PATH}"]},
+                                               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]