[freeside-commits] branch FREESIDE_4_BRANCH updated. 7ff83efc2e72c8f3d8e6a9e4def7d14d0835974f
Ivan Kohler
ivan at freeside.biz
Mon Nov 27 13:22:42 PST 2017
The branch, FREESIDE_4_BRANCH has been updated
via 7ff83efc2e72c8f3d8e6a9e4def7d14d0835974f (commit)
from c809ad57e880915d03b6daf091a18748fa1abbfa (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 7ff83efc2e72c8f3d8e6a9e4def7d14d0835974f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Nov 27 13:22:39 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 f9fe44bb4..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
-----------------------------------------------------------------------
Summary of changes:
bin/freeside-debian-releases.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list