[pypy-svn] r72658 - pypy/build/ubuntu/1.2.0/debian

getxsick at codespeak.net getxsick at codespeak.net
Tue Mar 23 21:08:56 CET 2010


Author: getxsick
Date: Tue Mar 23 21:08:19 2010
New Revision: 72658

Modified:
   pypy/build/ubuntu/1.2.0/debian/rules
Log:
update get-orig-source to 1.2.0

Modified: pypy/build/ubuntu/1.2.0/debian/rules
==============================================================================
--- pypy/build/ubuntu/1.2.0/debian/rules	(original)
+++ pypy/build/ubuntu/1.2.0/debian/rules	Tue Mar 23 21:08:19 2010
@@ -13,11 +13,11 @@
 
 get-orig-source:
 	set -e ; \
-		svn co http://codespeak.net/svn/pypy/trunk pypy-svn ; \
-		REVISION=`svnversion pypy-svn/` ; \
-		find pypy-svn/ -depth -type d -name ".svn" | xargs rm -rf ; \
-		tar cfz pypy_$(VERSION).0-svn$$REVISION.orig.tar.gz pypy-svn/ ; \
-		rm -rf pypy-svn/
+		svn co http://codespeak.net/svn/pypy/release/1.2.0 pypy-1.2.0 ; \
+		REVISION=`svnversion pypy-1.2.0/` ; \
+		find pypy-1.2.0/ -depth -type d -name ".svn" | xargs rm -rf ; \
+		tar cfz pypy_$(VERSION).0-svn$$REVISION.orig.tar.gz pypy-1.2.0/ ; \
+		rm -rf pypy-1.2.0/
 
 Makefile: debian/Makefile.in
 	python debian/configure.py --build=$(DEB_BUILD_ARCH) --host=$(DEB_HOST_ARCH) --prefix=debian/tmp/usr debian/Makefile.in



More information about the Pypy-commit mailing list