Skip to content

Commit 1949368

Browse files
Remove some Subversion-specific references.
1 parent dccc458 commit 1949368

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

BUILD.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Building and distributing a release of Roundup is done by running:
1111
1. Make sure the unit tests run! "./run_tests.py"
1212
2. Edit roundup/__init__.py and doc/announcement.txt to reflect the new
1313
version and appropriate announcements.
14-
3. Note the SVN revision in the CHANGES.txt file.
14+
3. Note the date in the CHANGES.txt file.
1515
4. Clean out all *.orig, *.rej, .#* files from the source.
1616
5. python setup.py clean --all
1717
6. Edit setup.py to ensure that all information therein (version, contact
@@ -26,11 +26,7 @@ Building and distributing a release of Roundup is done by running:
2626
command)
2727
11. Unpack the new dist file in /tmp then a) run_test.py and b) demo.py
2828
with all available Python versions.
29-
12. Assuming all is well tag the release in SVN::
30-
31-
svn cp https://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk \
32-
https://svn.roundup-tracker.org/svnroot/roundup/roundup/tags/release-1-4-19
33-
29+
12. Assuming all is well tag the release in the version-control system.
3430
13. python setup.py bdist_rpm
3531
14. python setup.py bdist_wininst
3632
15. Send doc/announcement.txt to [email protected] and

0 commit comments

Comments
 (0)