From a3c0a53cf10a8e2e905710776bd10dfc261c2dfd Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 19 Mar 2017 09:40:48 -0700 Subject: [PATCH] don't add an autobuild changelog to stable releases --- bin/freeside-debian-releases.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/freeside-debian-releases.sh b/bin/freeside-debian-releases.sh index 03a163a79..c774dd868 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 -- 2.11.0