From 65685a64c97d7de5860926c974211458c3b29f5b Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 13 Jan 2006 09:52:25 +0000 Subject: [PATCH] comments update git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4471 212acab6-be3b-0410-9dea-997c60f758d6 --- Scripts/release.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Scripts/release.py b/Scripts/release.py index 148f0398..1028f828 100644 --- a/Scripts/release.py +++ b/Scripts/release.py @@ -293,6 +293,8 @@ ftp.quit() ### update some websites... +# manual release + print 'release url:' print ' http://sourceforge.net/project/admin/qrs.php?package_id=0&group_id=22049' print @@ -300,6 +302,8 @@ print sys.stdout.write('What\'s the SF release id of the new version? ') release_id = raw_input() +# update wiki + print 'updating wiki...' def update_wiki_page(page, data, summary): @@ -332,9 +336,10 @@ purge_wiki_page('Special_Builds') purge_wiki_page('What_is_the_latest_version_of_NSIS') purge_wiki_page('Change_Log') +### still left to do + print 'automatic phase done\n' print """ - * Add SourceForge release * Edit update.php * Edit cl.sh * http://en.wikipedia.org/w/index.php?title=Nullsoft_Scriptable_Install_System&action=edit