[Adium-commits] adium 2076:ac0809deb0e6: Upload the .dmg, not the nonexistant tgz.

adium-commits at adiumx.com adium-commits at adiumx.com
Sat May 2 23:19:43 UTC 2009


details:	http://hg.adiumx.com/adium/rev/ac0809deb0e6
revision:	2076:ac0809deb0e6
author:		Zachary West <zacw at adiumx.com>
date:		Sat May 02 19:19:37 2009 -0400

Upload the .dmg, not the nonexistant tgz.

diffstat:

 Release/upload-nightly.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 8cee93d90c7f -r ac0809deb0e6 Release/upload-nightly.sh
--- a/Release/upload-nightly.sh	Sat May 02 19:16:04 2009 -0400
+++ b/Release/upload-nightly.sh	Sat May 02 19:19:37 2009 -0400
@@ -9,6 +9,6 @@
 cd ${PARENT:-.}
 
 ADIUM_RELEASE_NAME=`head -n 1 build/latest.info | tail -n 1`
-scp build/latest.info build/${ADIUM_RELEASE_NAME}.tgz.md5 build/${ADIUM_RELEASE_NAME}.tgz ${NIGHTLY_USER}@${NIGHTLY_HOST}:
-ssh ${NIGHTLY_USER}@${NIGHTLY_HOST} chmod go+r ${ADIUM_RELEASE_NAME}.tgz latest.info ${ADIUM_RELEASE_NAME}.tgz.md5
+scp build/latest.info build/${ADIUM_RELEASE_NAME}.dmg.md5 build/${ADIUM_RELEASE_NAME}.dmg ${NIGHTLY_USER}@${NIGHTLY_HOST}:
+ssh ${NIGHTLY_USER}@${NIGHTLY_HOST} chmod go+r ${ADIUM_RELEASE_NAME}.dmg latest.info ${ADIUM_RELEASE_NAME}.dmg.md5
 




More information about the commits mailing list