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 c69009eae5c8ef36281ef726d1be1046474d188f (commit)
from 7649b14fda0b007e8415a6ed0bb673faee395554 (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=c69009eae5c8ef36281ef726d1be1046474d188f
commit c69009eae5c8ef36281ef726d1be1046474d188f
Author: Roland Mas <[email protected]>
Date: Wed Jun 17 09:08:54 2015 +0200
Document git revid in Debian package changelog.
diff --git a/autoinstall/build.sh b/autoinstall/build.sh
index fe1a059..976071f 100755
--- a/autoinstall/build.sh
+++ b/autoinstall/build.sh
@@ -107,7 +107,12 @@ function build_deb {
version=$(dpkg-parsechangelog | sed -n 's/^Version:
\([0-9.]\+\(\~rc[0-9]\)\?\).*/\1/p')+$(date +%Y%m%d%H%M)
debian/rules debian/control # re-gen debian/control
- dch --newversion $version-1 --distribution local --force-distribution
"Autobuilt."
+ if gitid=$(git show --format="%h" -s 2> /dev/null) ; then
+ msg="Autobuilt from Git revid $gitid."
+ else
+ msg="Autobuilt."
+ fi
+ dch --newversion $version-1 --distribution local --force-distribution
"$msg"
make dist VERSION=$version
mv fusionforge-$version.tar.bz2 ../fusionforge_$version.orig.tar.bz2
cd ..
-----------------------------------------------------------------------
Summary of changes:
autoinstall/build.sh | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits