From f327ec538330b8c354183a0803d8284b94dfec36 Mon Sep 17 00:00:00 2001 From: Tom Van Braeckel Date: Wed, 27 Jan 2016 05:07:50 +0100 Subject: [PATCH] Update release procedure --- HOWTO_RELEASE | 1 + 1 file changed, 1 insertion(+) diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE index 88fb2c4..fac76d9 100644 --- a/HOWTO_RELEASE +++ b/HOWTO_RELEASE @@ -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