From b2a2674e284ac6996b531ff7c8d45a065751b2fb Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 11 Nov 2008 01:43:13 +0000 Subject: [PATCH] I killed so much autogenerated that the svn revision keeps clean after a build on the distmaker (no M added after the number) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6031 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- build/buildbot/master/master.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/buildbot/master/master.cfg b/build/buildbot/master/master.cfg index 1d0d41b596..7cbf66931d 100644 --- a/build/buildbot/master/master.cfg +++ b/build/buildbot/master/master.cfg @@ -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) -- 2.20.1