Rev 30: For now, we can't trust that the previously downloaded chm files are in http://bazaar.launchpad.net/~bzr/bzr-windows-installers/trunk

John Arbash Meinel john at arbash-meinel.com
Fri Sep 25 19:17:03 BST 2009


At http://bazaar.launchpad.net/~bzr/bzr-windows-installers/trunk

------------------------------------------------------------
revno: 30
revision-id: john at arbash-meinel.com-20090925181526-3kvsroozkb2wityr
parent: john at arbash-meinel.com-20090925145111-zegtb1rjbp8mcwah
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk
timestamp: Fri 2009-09-25 13:15:26 -0500
message:
  For now, we can't trust that the previously downloaded chm files are
  for the right release. So we have to nuke them and redownload.
-------------- next part --------------
=== modified file 'Makefile'
--- a/Makefile	2009-09-25 14:51:11 +0000
+++ b/Makefile	2009-09-25 18:15:26 +0000
@@ -50,7 +50,7 @@
 	cd tools/win32 && $(PYTHON) ostools.py copytree $(BUILDOUT_FILES) ../../$(BUILD_DIR)
 	$(PYTHON) tools/win32/ostools.py makedir $(BUILD_DIR)/inno
 	$(PYTHON) tools/win32/ostools.py copytodir tools/win32/bzr.iss.cog $(BUILD_DIR)/inno
-	cd $(BUILD_DIR) && $(PYTHON) ostools.py remove release */release
+	cd $(BUILD_DIR) && $(PYTHON) ostools.py remove release */release chm-files/*
 	cd $(BUILD_DIR) && $(PYTHON) bootstrap.py
 	cd $(BUILD_DIR) && bin/buildout
 	cd $(BUILD_DIR) && bin/build-installer.bat $(BZR_TARGET) $(PLUGIN_TARGET)



More information about the bazaar-commits mailing list