summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1f7b0c1)
raw | patch | inline | side by side (parent: 1f7b0c1)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 11 Jan 2002 03:26:23 +0000 (03:26 +0000) | ||
committer | richard <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 | patch | blob | history |
diff --git a/BUILD.txt b/BUILD.txt
index 25212621a5eb50e3877da480bd86ce4faa6b9e3f..228e0ee045ae1c83b77b64cdceb671071023548e 100644 (file)
--- a/BUILD.txt
+++ b/BUILD.txt
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
========================