Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I killed so much autogenerated that the svn revision keeps clean after a build on...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 11 Nov 2008 01:43:13 +0000 (01:43 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 11 Nov 2008 01:43:13 +0000 (01:43 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6031 48e7efb5-ca39-0410-a469-dd3cf9ba447f

build/buildbot/master/master.cfg

index 1d0d41b..7cbf669 100644 (file)
@@ -54,10 +54,10 @@ dist_factory.addStep(ShellCommand,name = "make -C tools", description = "buildin
 dist_factory.addStep(ShellCommand,name = "make dist", description = "building archive",  descriptionDone = "make dist",
                      environ={"LC_ALL":"C"}, haltOnFailure = True,command=["make","dist"])
 dist_factory.addStep(FileUpload(name="Upload archive",haltOnFailure = True,
-                                slavesrc= WithProperties("simgrid-3.3-svn-r%sM.tar.gz", "got_revision"),
-                                masterdest=WithProperties("simgrid-3.3-svn-r%sM.tar.gz", "got_revision")))
+                                slavesrc= WithProperties("simgrid-3.3-svn-r%s.tar.gz", "got_revision"),
+                                masterdest=WithProperties("simgrid-3.3-svn-r%s.tar.gz", "got_revision")))
 
-archive = "simgrid-3.3-svn-r%(revision:-)sM.tar.gz"
+archive = "simgrid-3.3-svn-r%(revision:-)s.tar.gz"
 # Test tarball factories
 pthreads_factory_O3= factory.BuildFactory()
 pthreads_factory_O3.addStep(CleanupCommand)