Code

convenience cutnpaste for redhat users
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 11 Jan 2002 03:26:23 +0000 (03:26 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 11 Jan 2002 03:26:23 +0000 (03:26 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@530 57a73879-2fb5-44c3-a270-3262357dd7e2

BUILD.txt

index 25212621a5eb50e3877da480bd86ce4faa6b9e3f..228e0ee045ae1c83b77b64cdceb671071023548e 100644 (file)
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -28,6 +28,11 @@ python setup.py clean --all
 python setup.py sdist --manifest-only
 python setup.py sdist --quiet
 
+or, for the sad RedHat users:
+python2 setup.py clean --all
+python2 setup.py sdist --manifest-only
+python2 setup.py sdist --quiet
+
 
 2. Distributing Releases
 ========================