From: richard Date: Fri, 11 Jan 2002 03:26:23 +0000 (+0000) Subject: convenience cutnpaste for redhat users X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7e613063167fc25e15da6d8e1ac5bd5ffc5dd768;p=roundup.git convenience cutnpaste for redhat users git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@530 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/BUILD.txt b/BUILD.txt index 2521262..228e0ee 100644 --- 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 ========================