[freeside-commits] branch FREESIDE_3_BRANCH updated. 77836e28456599e997fe8dff570a17804fba6351
Ivan
ivan at 420.am
Thu Mar 3 18:06:15 PST 2016
The branch, FREESIDE_3_BRANCH has been updated
via 77836e28456599e997fe8dff570a17804fba6351 (commit)
from 33d9bee6c95a0cfbab986524eafda84afc5a5d11 (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 77836e28456599e997fe8dff570a17804fba6351
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Mar 3 18:06:14 2016 -0800
fix release script
diff --git a/bin/freeside-debian-releases.sh b/bin/freeside-debian-releases.sh
index e832d91..03a163a 100644
--- a/bin/freeside-debian-releases.sh
+++ b/bin/freeside-debian-releases.sh
@@ -27,7 +27,9 @@ rm -fr $DIR/freeside/debian/freeside-ng-selfservice.conffiles
# Pull any changes
cd $DIR/freeside
-STATUS=`git pull`
+git checkout -- debian/changelog
+git pull
+#STATUS=`git pull`
#Assign the proper config files for freeside-ng-selfservice
if [ $DISTRO = "wheezy" ]; then
-----------------------------------------------------------------------
Summary of changes:
bin/freeside-debian-releases.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list