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.0 has been updated
       via  4ed2c860726f9a60bc30d4ab8cfb5678ac11e7c7 (commit)
      from  d930540db17f3169e45da51f6437d185769bd28d (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=4ed2c860726f9a60bc30d4ab8cfb5678ac11e7c7

commit 4ed2c860726f9a60bc30d4ab8cfb5678ac11e7c7
Author: Roland Mas <[email protected]>
Date:   Sat Dec 2 14:31:00 2017 +0100

    Insert "autobuilt" component in version numbers to document source

diff --git a/autoinstall/build.sh b/autoinstall/build.sh
index e847c43..8cea24c 100755
--- a/autoinstall/build.sh
+++ b/autoinstall/build.sh
@@ -105,7 +105,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[0-9]\)\?\).*/\1/p')+autobuilt$(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