1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-18 12:00:24 +01:00

Update release procedure

This commit is contained in:
Tom Van Braeckel
2016-01-27 05:07:50 +01:00
parent d2665f19db
commit f327ec5383

View File

@@ -18,6 +18,7 @@ In the sources:
- test: sudo python wicd/wicd-daemon.py; python gtk/wicd-client.py # and check the versio number!
- update the NEWS file
- update the CHANGES file for Debian. Hint: bzr log -r717.. | head -n -1 > CHANGES && cat in/CHANGES.suffix >> CHANGES
- find -name "*.pyc" -o -name "*.orig" -o -name "*.rej" -o -name "*.~1~" -delete # To clean stuff (Debian warns if this is not done)
Build the release tarball by running:
python setup.py sdist