[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r21662: {torbrowser} fix the url to the source svn. (torbrowser/trunk/build-scripts)



Author: phobos
Date: 2010-02-16 04:09:23 +0000 (Tue, 16 Feb 2010)
New Revision: 21662

Modified:
   torbrowser/trunk/build-scripts/Makefile
Log:
fix the url to the source svn.


Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2010-02-16 04:07:37 UTC (rev 21661)
+++ torbrowser/trunk/build-scripts/Makefile	2010-02-16 04:09:23 UTC (rev 21662)
@@ -325,7 +325,7 @@
 SRCDESTPATH=$(SRCDEST)/$(SRCNAME)
 srcdist:
 	rm -fr $(SRCDESTPATH)
-	svn export https://tor-svn.freehaven.net/svn/torbrowser/trunk/ \
+	svn export https://svn.torproject.org/svn/torbrowser/trunk/ \
                    $(SRCDESTPATH)
 	cd $(SRCDEST); tar --exclude src/archived-patches \
                            --exclude src/current-patches  --exclude src/processtest \