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, 6.1 has been updated
       via  31c39d0d32d774b5b48f407a3579f73d88153b4b (commit)
      from  ebc5302cfcd6d7433988d86164b681ec84d116d2 (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=31c39d0d32d774b5b48f407a3579f73d88153b4b

commit 31c39d0d32d774b5b48f407a3579f73d88153b4b
Author: Franck Villaume <[email protected]>
Date:   Wed Oct 4 10:47:56 2017 +0000

    enable alpha & beta keyword in release

diff --git a/autoinstall/build.sh b/autoinstall/build.sh
index 5262434..ef79c68 100755
--- a/autoinstall/build.sh
+++ b/autoinstall/build.sh
@@ -106,7 +106,7 @@ function build_deb {
     cd $(dirname $0)/../src/
     cp -a debian/changelog $f
 
-    version=$(dpkg-parsechangelog | sed -n 's/^Version: 
\([0-9.]\+\(\~rc[0-9]\)\?\).*/\1/p')+$(date +%Y%m%d%H%M)
+    version=$(dpkg-parsechangelog | sed -n 's/^Version: 
\([0-9.]\+\(\~\(rc\|beta\|alpha\)[0-9]\)\?\).*/\1/p')+$(date +%Y%m%d%H%M)
     make dist VERSION=$version
     mv fusionforge-$version.tar.bz2 ../fusionforge_$version.orig.tar.bz2
     cd ..

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

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


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to