Mercurial > p > roundup > code
diff RELEASE.txt @ 5308:534b8bebfb1d
Fix command in cut/paste section. Missing --user-access-control force.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 21 Oct 2017 00:10:20 -0400 |
| parents | 71643a839c80 |
| children | 1ee8b7a671e7 |
line wrap: on
line diff
--- a/RELEASE.txt Fri Oct 13 23:03:46 2017 -0400 +++ b/RELEASE.txt Sat Oct 21 00:10:20 2017 -0400 @@ -62,7 +62,7 @@ python setup.py sdist --manifest-only python setup.py sdist --quiet python setup.py bdist_rpm - python setup.py bdist_wininst + python2.5 setup.py bdist_wininst --user-access-control force python setup.py register python setup.py sdist upload --sign python2.5 setup.py bdist_wininst upload --sign
