[Adium-commits] adium 2071:b39da310cf6c: Produce a dmg file for the nightly (see...
adium-commits at adiumx.com
adium-commits at adiumx.com
Sat May 2 22:30:26 UTC 2009
details: http://hg.adiumx.com/adium/rev/b39da310cf6c
revision: 2071:b39da310cf6c
author: Zachary West <zacw at adiumx.com>
date: Sat May 02 18:30:13 2009 -0400
Produce a dmg file for the nightly (seeing whether or not this works, mostly).
diffstat:
Release/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r a511a056b91b -r b39da310cf6c Release/Makefile
--- a/Release/Makefile Sat May 02 16:25:36 2009 -0400
+++ b/Release/Makefile Sat May 02 18:30:13 2009 -0400
@@ -191,15 +191,15 @@
@echo Build finished. `md5 $(BUILD_DIR)/$(RELEASE_NAME_ESCAPED).dmg`
#This is what nightly builds use. Does not update because buildbot does.
-nightly: version clean compile createfolder prepare-release-bundle tarballapp
+nightly: version clean compile createfolder prepare-release-bundle diskimage
echo $(RELEASE_NAME) > $(BUILD_DIR)/latest.info
echo $(REVISION) >> $(BUILD_DIR)/latest.info
- md5 -q $(BUILD_DIR)/$(RELEASE_NAME).tgz >> $(BUILD_DIR)/latest.info
- md5 -q $(BUILD_DIR)/$(RELEASE_NAME).tgz >> $(BUILD_DIR)/$(RELEASE_NAME).tgz.md5
- ls -l $(BUILD_DIR)/$(RELEASE_NAME).tgz | awk '{print $$5}' >>$(BUILD_DIR)/latest.info
+ md5 -q $(BUILD_DIR)/$(RELEASE_NAME).dmg >> $(BUILD_DIR)/latest.info
+ md5 -q $(BUILD_DIR)/$(RELEASE_NAME).dmg >> $(BUILD_DIR)/$(RELEASE_NAME).dmg.md5
+ ls -l $(BUILD_DIR)/$(RELEASE_NAME).dmg | awk '{print $$5}' >>$(BUILD_DIR)/latest.info
echo $(VERSION) >> $(BUILD_DIR)/latest.info
ifeq ($(OFFICIAL_BUILD),TRUE)
- ruby sign_update.rb $(BUILD_DIR)/$(RELEASE_NAME).tgz ~/adium-dsa-sign/dsa_priv.pem >> $(BUILD_DIR)/latest.info
+ ruby sign_update.rb $(BUILD_DIR)/$(RELEASE_NAME).dmg ~/adium-dsa-sign/dsa_priv.pem >> $(BUILD_DIR)/latest.info
endif
tarballapp:
More information about the commits
mailing list