From: Ivan Kohler Date: Sun, 19 Mar 2017 16:40:48 +0000 (-0700) Subject: don't add an autobuild changelog to stable releases X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a3c0a53cf10a8e2e905710776bd10dfc261c2dfd don't add an autobuild changelog to stable releases --- 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