summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-11-27 13:22:39 -0800
committerIvan Kohler <ivan@freeside.biz>2017-11-27 13:22:39 -0800
commit7ff83efc2e72c8f3d8e6a9e4def7d14d0835974f (patch)
tree97100f86d0950a1df96743631d46cea1f741e615 /bin
parentc809ad57e880915d03b6daf091a18748fa1abbfa (diff)
fix autobuild change detection for two OS trees
Diffstat (limited to 'bin')
-rwxr-xr-xbin/freeside-debian-releases.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/freeside-debian-releases.sh b/bin/freeside-debian-releases.sh
index f9fe44b..4e42c23 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