File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Building and distributing a release of Roundup is done by running:
11111. Make sure the unit tests run! "./run_tests.py"
12122. 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.
15154. Clean out all *.orig, *.rej, .#* files from the source.
16165. python setup.py clean --all
17176. 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)
272711. 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.
343013. python setup.py bdist_rpm
353114. python setup.py bdist_wininst
363215. Send doc/announcement.txt to
[email protected] and
You can’t perform that action at this time.
0 commit comments