summaryrefslogtreecommitdiff
path: root/bin/freeside-debian-releases.sh
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-03-19 09:40:50 -0700
committerIvan Kohler <ivan@freeside.biz>2017-03-19 09:40:50 -0700
commitd0908a8e37d1f26e66291c046c06051dc5717ffb (patch)
tree6140fca50e38c3baab7262ccbcbb973c842f6b21 /bin/freeside-debian-releases.sh
parent0a22586eabe691020a0bc11320cbbd246ef220ff (diff)
don't add an autobuild changelog to stable releases
Diffstat (limited to 'bin/freeside-debian-releases.sh')
-rw-r--r--bin/freeside-debian-releases.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/freeside-debian-releases.sh b/bin/freeside-debian-releases.sh
index 03a163a79..c774dd868 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