[freeside-commits] branch FREESIDE_4_BRANCH updated. d0908a8e37d1f26e66291c046c06051dc5717ffb
Ivan
ivan at 420.am
Sun Mar 19 09:40:51 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via d0908a8e37d1f26e66291c046c06051dc5717ffb (commit)
from 0a22586eabe691020a0bc11320cbbd246ef220ff (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 d0908a8e37d1f26e66291c046c06051dc5717ffb
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Mar 19 09:40:50 2017 -0700
don't add an autobuild changelog to stable releases
diff --git a/bin/freeside-debian-releases.sh b/bin/freeside-debian-releases.sh
index 03a163a..c774dd8 100644
--- a/bin/freeside-debian-releases.sh
+++ b/bin/freeside-debian-releases.sh
@@ -39,8 +39,9 @@ else
fi
# Add the build information to changelog
-
-dch -b --newversion $GIT_VERSION-$DATE "Auto-Build"
+if [ $FS_REPO != "stable" ]; then
+ dch -b --newversion $GIT_VERSION-$DATE "Auto-Build"
+fi
# Using pbuilder and pdebuild in chroot instead of building directly : dpkg-buildpackage -b -rfakeroot -uc -us
-----------------------------------------------------------------------
Summary of changes:
bin/freeside-debian-releases.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list