adium 5571:809b067ed1e6: Path to deltas was wrong, they didn't u...
commits at adium.im
commits at adium.im
Fri Jun 14 13:04:57 UTC 2013
details: http://hg.adium.im/adium/rev/809b067ed1e6
revision: 5571:809b067ed1e6
branch: adium-1.6
author: Thijs Alkemade <me at thijsalkema.de>
date: Fri Jun 14 15:04:16 2013 +0200
Path to deltas was wrong, they didn't upload.
diffs (10 lines):
diff -r e68041bb5d90 -r 809b067ed1e6 Release/upload-nightly.sh
--- a/Release/upload-nightly.sh Fri Jun 14 14:49:45 2013 +0200
+++ b/Release/upload-nightly.sh Fri Jun 14 15:04:16 2013 +0200
@@ -13,5 +13,5 @@
# 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}"
-scp build/latestDelta.info build/latest.info build/${ADIUM_RELEASE_NAME}.dmg.md5 build/${ADIUM_RELEASE_NAME}.dmg build/delta/*.delta ${NIGHTLY_USER}@${NIGHTLY_HOST}:${NIGHTLY_REPO}-${NIGHTLY_BRANCH}
+scp build/latestDelta.info build/latest.info build/${ADIUM_RELEASE_NAME}.dmg.md5 build/${ADIUM_RELEASE_NAME}.dmg build/deltas/*.delta ${NIGHTLY_USER}@${NIGHTLY_HOST}:${NIGHTLY_REPO}-${NIGHTLY_BRANCH}
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