[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 141f6b24dee3e4915a3ff7afd3e37441b03c3caa

Sylvain Beucler beuc-inria at fusionforge.org
Tue Mar 25 11:17:08 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_3 has been updated
       via  141f6b24dee3e4915a3ff7afd3e37441b03c3caa (commit)
      from  4f02c28861e2e0176a1b3116a9b570a3d618207c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 141f6b24dee3e4915a3ff7afd3e37441b03c3caa
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Tue Mar 25 11:16:59 2014 +0100

    VM: properly set autobuild version

diff --git a/vm/scripts/build.sh b/vm/scripts/build.sh
index 8afc8f9..fd1cea3 100755
--- a/vm/scripts/build.sh
+++ b/vm/scripts/build.sh
@@ -82,7 +82,7 @@ if [ $? -eq 0 ]; then
     echo "WARNING: It is likely that the mounted /tmp could be too short. If you experience a build error bellow, Try make some room on the FS and reboot, first."
 fi
 
-dch --newversion $(dpkg-parsechangelog | sed -n 's/^Version: \([0-9.]\+\(\~rc[0-9]\)\).*/\1/p')+$(date +%Y%m%d%H%M)-1 --distribution local --force-distribution "Autobuilt."
+dch --newversion $(dpkg-parsechangelog | sed -n 's/^Version: \([0-9.]\+\(\~rc[0-9]\)\?\).*/\1/p')+$(date +%Y%m%d%H%M)-1 --distribution local --force-distribution "Autobuilt."
 debuild --no-lintian --no-tgz-check -us -uc -tc  # using -tc so 'bzr st' is readable
 
 debrelease -f local

-----------------------------------------------------------------------

Summary of changes:
 vm/scripts/build.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list