adium 4080:4c7b9e06e409: Fixed: Can't find directory.
commits at adium.im
commits at adium.im
Wed Jul 27 14:03:59 UTC 2011
details: http://hg.adium.im/adium/rev/4c7b9e06e409
revision: 4080:4c7b9e06e409
branch: (none)
author: Adrian Godoroja <robotive at me.com>
date: Wed Jul 27 17:03:07 2011 +0300
Fixed: Can't find directory.
diffs (13 lines):
diff -r cdcd82d632ad -r 4c7b9e06e409 Release/upload-nightly.sh
--- a/Release/upload-nightly.sh Wed Jul 27 16:48:58 2011 +0300
+++ b/Release/upload-nightly.sh Wed Jul 27 17:03:07 2011 +0300
@@ -11,7 +11,7 @@
ADIUM_RELEASE_NAME=`head -n 1 build/latest.info | tail -n 1`
# Create ${NIGHTLY_REPO}-${NIGHTLY_BRANCH} directory, if it doesn't exist
-ssh ${NIGHTLY_USER}@${NIGHTLY_HOST} "ls -d ${NIGHTLY_REPO}-${NIGHTLY_BRANCH} || mkdir ${NIGHTLY_REPO}-${NIGHTLY_BRANCH} && chmod go+r ${NIGHTLY_REPO}-${NIGHTLY_BRANCH}"
+ssh ${NIGHTLY_USER}@${NIGHTLY_HOST} "ls -d ${NIGHTLY_REPO}-${NIGHTLY_BRANCH} || mkdir ${NIGHTLY_REPO}-${NIGHTLY_BRANCH}"
scp build/latest.info build/${ADIUM_RELEASE_NAME}.dmg.md5 build/${ADIUM_RELEASE_NAME}.dmg ${NIGHTLY_USER}@${NIGHTLY_HOST}:${NIGHTLY_REPO}-${NIGHTLY_BRANCH}
-ssh ${NIGHTLY_USER}@${NIGHTLY_HOST} chmod go+r ${ADIUM_RELEASE_NAME}.dmg latest.info ${ADIUM_RELEASE_NAME}.dmg.md5
+ssh ${NIGHTLY_USER}@${NIGHTLY_HOST} chmod go+r ${NIGHTLY_REPO}-${NIGHTLY_BRANCH}/${ADIUM_RELEASE_NAME}.dmg ${NIGHTLY_REPO}-${NIGHTLY_BRANCH}/latest.info ${NIGHTLY_REPO}-${NIGHTLY_BRANCH}/${ADIUM_RELEASE_NAME}.dmg.md5
More information about the commits
mailing list