diff BUILD.txt @ 4562:93b0b3f0085a

Remove some Subversion-specific references.
author Eric S. Raymond <esr@thyrsus.com>
date Fri, 11 Nov 2011 12:29:20 -0500
parents 079fdf9b8de1
children f25a3bf59c2d
line wrap: on
line diff
--- a/BUILD.txt	Fri Nov 11 12:27:39 2011 -0500
+++ b/BUILD.txt	Fri Nov 11 12:29:20 2011 -0500
@@ -11,7 +11,7 @@
 1.  Make sure the unit tests run! "./run_tests.py"
 2.  Edit roundup/__init__.py and doc/announcement.txt to reflect the new
     version and appropriate announcements.
-3.  Note the SVN revision in the CHANGES.txt file.
+3.  Note the date in the CHANGES.txt file.
 4.  Clean out all *.orig, *.rej, .#* files from the source.
 5.  python setup.py clean --all
 6.  Edit setup.py to ensure that all information therein (version, contact
@@ -26,11 +26,7 @@
      command)
 11. Unpack the new dist file in /tmp then a) run_test.py and b) demo.py
     with all available Python versions.
-12. Assuming all is well tag the release in SVN::
-
-      svn cp https://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk \
-      https://svn.roundup-tracker.org/svnroot/roundup/roundup/tags/release-1-4-19
-
+12. Assuming all is well tag the release in the version-control system.
 13. python setup.py bdist_rpm
 14. python setup.py bdist_wininst
 15. Send doc/announcement.txt to python-announce@python.org and

Roundup Issue Tracker: http://roundup-tracker.org/