[tor-commits] [torbrowser/maint-2.2] remove -alpha from windows filename and add the right branch for srcdist
erinn at torproject.org
erinn at torproject.org
Thu Sep 1 03:33:09 UTC 2011
commit b3452f96ff6a45d329fd55d11406e5d5b7cce29a
Author: Erinn Clark <erinn at torproject.org>
Date: Thu Sep 1 04:32:46 2011 +0100
remove -alpha from windows filename and add the right branch for srcdist
---
build-scripts/windows.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk
index d4d4665..72909dd 100644
--- a/build-scripts/windows.mk
+++ b/build-scripts/windows.mk
@@ -145,7 +145,7 @@ NAME="Tor Browser"
DISTDIR=tbbwin-alpha-dist
## Version and name of the compressed bundle (also used for source)
-VERSION=$(RELEASE_VER)-$(BUILD_NUM)-alpha
+VERSION=$(RELEASE_VER)-$(BUILD_NUM)
DEFAULT_COMPRESSED_BASENAME=tor-browser-$(VERSION)
IM_COMPRESSED_BASENAME=tor-im-browser-$(VERSION)
DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)
@@ -471,7 +471,7 @@ SRCDEST=/tmp
SRCDESTPATH=$(SRCDEST)/$(SRCNAME)
srcdist:
rm -fr $(SRCDESTPATH)
- git clone git://git.torproject.org/torbrowser.git \
+ git clone -b maint-2.2 git://git.torproject.org/torbrowser.git \
$(SRCDESTPATH)
cd $(SRCDEST); tar --exclude src/archived-patches \
--exclude src/current-patches --exclude src/processtest \
More information about the tor-commits
mailing list