[freeside-commits] branch master updated. a94906852f983d71d7b022f402ba74c7e9c90bad

Ivan Kohler ivan at freeside.biz
Mon Nov 27 13:22:45 PST 2017


The branch, master has been updated
       via  a94906852f983d71d7b022f402ba74c7e9c90bad (commit)
      from  b96df4d4dcfebb3df16af89b884e63164bcf15e5 (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 a94906852f983d71d7b022f402ba74c7e9c90bad
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Nov 27 13:22:32 2017 -0800

    fix autobuild change detection for two OS trees

diff --git a/bin/freeside-debian-releases.sh b/bin/freeside-debian-releases.sh
index 13dbccea3..4e42c231f 100755
--- a/bin/freeside-debian-releases.sh
+++ b/bin/freeside-debian-releases.sh
@@ -11,7 +11,7 @@ if [[ $# -ne 3 ]]
 fi
 
 DATE=`date +"%Y%m%d%H"`
-DIR="/home/autobuild/packages/staging/freeside$FS_VERSION/$FS_REPO"
+DIR="/home/autobuild/packages/staging/freeside$FS_VERSION/$DISTRO/$FS_REPO"
 TARGET="/home/autobuild/public_html/freeside$FS_VERSION-$DISTRO-$FS_REPO"
 
 if [ ! -d "$DIR" -a -d $TARGET ]; then
@@ -22,9 +22,6 @@ fi
 
 GIT_VERSION=`grep '^$VERSION' $DIR/freeside/FS/FS.pm | cut -d\' -f2`
 
-# Clean configuration file
-rm -fr $DIR/freeside/debian/freeside-ng-selfservice.conffiles
-
 # Pull any changes
 cd $DIR/freeside
 git checkout -- debian/changelog

-----------------------------------------------------------------------

Summary of changes:
 bin/freeside-debian-releases.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)




More information about the freeside-commits mailing list