[tor-commits] [torbrowser/maint-2.2] remove the current-patches exclusion from our source tarball creation, since it has all of our firefox patches which people might want if they want to build tbb from scratch (closes: #3904)
erinn at torproject.org
erinn at torproject.org
Sun Sep 4 21:13:27 UTC 2011
commit f5f2dd950d8b9d54622913beba9069b2ecbb5be3
Author: Erinn Clark <erinn at torproject.org>
Date: Sun Sep 4 00:34:42 2011 +0100
remove the current-patches exclusion from our source tarball creation, since it has all of our firefox patches which people might want if they want to build tbb from scratch (closes: #3904)
---
build-scripts/windows.mk | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk
index 72909dd..200237b 100644
--- a/build-scripts/windows.mk
+++ b/build-scripts/windows.mk
@@ -474,6 +474,5 @@ srcdist:
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 \
- --exclude .git -czvf $(SRCNAME)-src.tar.gz $(SRCNAME)
+ --exclude src/processtest --exclude .git -czvf $(SRCNAME)-src.tar.gz $(SRCNAME)
More information about the tor-commits
mailing list