commit 98e786ba3b1274809557b2f83c236d9f9dff32c5 Author: Erinn Clark erinn@torproject.org Date: Tue Oct 11 17:17:17 2011 +0100
add target to tag releases --- build-scripts/windows.mk | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk index aec0239..302c631 100644 --- a/build-scripts/windows.mk +++ b/build-scripts/windows.mk @@ -472,6 +472,10 @@ write-tbb-version: printf 'user_pref("torbrowser.version", "%s");\n' "$(RELEASE_VER)-$(BUILD_NUM)-$(PLATFORM)" >> $(BUNDLE)/FirefoxPortable/App/DefaultData/profile/prefs.js printf 'user_pref("torbrowser.version", "%s");\n' "$(RELEASE_VER)-$(BUILD_NUM)-$(PLATFORM)" >> $(BUNDLE)/FirefoxPortable/Data/profile/prefs.js
+## Tag the release +releasetag: + git tag -s torbrowser-$(VERSION) -m "tagging $(VERSION)" + ## Export the source code of the bundle SRCNAME=$(COMPRESSED_NAME) SRCDEST=/tmp
tor-commits@lists.torproject.org