[freeside-commits] branch master updated. a3c0a53cf10a8e2e905710776bd10dfc261c2dfd
Ivan
ivan at 420.am
Sun Mar 19 09:40:49 PDT 2017
The branch, master has been updated
via a3c0a53cf10a8e2e905710776bd10dfc261c2dfd (commit)
from 20384926da3aec745bde0b1c5fef369cca424d9f (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 a3c0a53cf10a8e2e905710776bd10dfc261c2dfd
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Mar 19 09:40:48 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 100755
--- 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