We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1628b5 commit 198f52dCopy full SHA for 198f52d
BUILD.txt
@@ -26,6 +26,11 @@ Building and distributing a release of Roundup is done by running:
26
command)
27
10. Unpack the new dist file in /tmp then a) run_test.py and b) demo.py
28
with all available Python versions.
29
+11. Assuming all is well tag the release in SVN::
30
+
31
+ svn cp https://roundup.svn.sourceforge.net/svnroot/roundup/roundup/trunk \
32
+ https://roundup.svn.sourceforge.net/svnroot/roundup/roundup/tags/release-1.4.12
33
34
11. python setup.py bdist_rpm
35
12. python setup.py bdist_wininst
36
13. Send doc/announcement.txt to [email protected] and
0 commit comments