[freeside-commits] branch FREESIDE_3_BRANCH updated. 3c0ff0c5eb04fefa05f2f2a01b1c59000f26117b
Ivan
ivan at 420.am
Sun Mar 19 09:40:52 PDT 2017
The branch, FREESIDE_3_BRANCH has been updated
via 3c0ff0c5eb04fefa05f2f2a01b1c59000f26117b (commit)
from 6ee6d1bbed1f6dcb5f60a91d3448e6b28aa2b683 (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 3c0ff0c5eb04fefa05f2f2a01b1c59000f26117b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Mar 19 09:40:52 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