comments update
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4471 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
78c4ca6427
commit
65685a64c9
1 changed files with 6 additions and 1 deletions
|
@ -293,6 +293,8 @@ ftp.quit()
|
||||||
|
|
||||||
### update some websites...
|
### update some websites...
|
||||||
|
|
||||||
|
# manual release
|
||||||
|
|
||||||
print 'release url:'
|
print 'release url:'
|
||||||
print ' http://sourceforge.net/project/admin/qrs.php?package_id=0&group_id=22049'
|
print ' http://sourceforge.net/project/admin/qrs.php?package_id=0&group_id=22049'
|
||||||
print
|
print
|
||||||
|
@ -300,6 +302,8 @@ print
|
||||||
sys.stdout.write('What\'s the SF release id of the new version? ')
|
sys.stdout.write('What\'s the SF release id of the new version? ')
|
||||||
release_id = raw_input()
|
release_id = raw_input()
|
||||||
|
|
||||||
|
# update wiki
|
||||||
|
|
||||||
print 'updating wiki...'
|
print 'updating wiki...'
|
||||||
|
|
||||||
def update_wiki_page(page, data, summary):
|
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('What_is_the_latest_version_of_NSIS')
|
||||||
purge_wiki_page('Change_Log')
|
purge_wiki_page('Change_Log')
|
||||||
|
|
||||||
|
### still left to do
|
||||||
|
|
||||||
print 'automatic phase done\n'
|
print 'automatic phase done\n'
|
||||||
print """
|
print """
|
||||||
* Add SourceForge release
|
|
||||||
* Edit update.php
|
* Edit update.php
|
||||||
* Edit cl.sh
|
* Edit cl.sh
|
||||||
* http://en.wikipedia.org/w/index.php?title=Nullsoft_Scriptable_Install_System&action=edit
|
* http://en.wikipedia.org/w/index.php?title=Nullsoft_Scriptable_Install_System&action=edit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue