fix autobuild change detection for two OS trees
authorIvan Kohler <ivan@freeside.biz>
Mon, 27 Nov 2017 21:22:39 +0000 (13:22 -0800)
committerIvan Kohler <ivan@freeside.biz>
Mon, 27 Nov 2017 21:22:39 +0000 (13:22 -0800)
bin/freeside-debian-releases.sh

index f9fe44b..4e42c23 100755 (executable)
@@ -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