semi-automatic purge, assuming the browser is logged on as admin
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5773 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2c212ffab2
commit
e3c007adf0
1 changed files with 4 additions and 2 deletions
|
@ -32,6 +32,7 @@ RSH="C:\Program Files\PuTTY\plink.exe" -2 -l kichik nsis.sourceforge.net
|
||||||
SFTP="C:\Program Files\PuTTY\psftp.exe" -2 -l kichik -batch -b %s frs.sourceforge.net
|
SFTP="C:\Program Files\PuTTY\psftp.exe" -2 -l kichik -batch -b %s frs.sourceforge.net
|
||||||
|
|
||||||
[wiki]
|
[wiki]
|
||||||
|
PURGE_URL=http://nsis.sourceforge.net/%s?action=purge
|
||||||
UPDATE_URL=http://nsis.sourceforge.net/Special:Simpleupdate?action=raw
|
UPDATE_URL=http://nsis.sourceforge.net/Special:Simpleupdate?action=raw
|
||||||
|
|
||||||
[svn2cl]
|
[svn2cl]
|
||||||
|
@ -415,16 +416,17 @@ def UpdateWiki(release_id):
|
||||||
update_wiki_page('Template:NSISReleaseDate', time.strftime('%B %d, %Y'), 'new version')
|
update_wiki_page('Template:NSISReleaseDate', time.strftime('%B %d, %Y'), 'new version')
|
||||||
update_wiki_page('Template:NSISReleaseID', release_id, 'new version')
|
update_wiki_page('Template:NSISReleaseID', release_id, 'new version')
|
||||||
|
|
||||||
|
os.system('start ' + PURGE_URL % 'Download')
|
||||||
|
|
||||||
def ToDo():
|
def ToDo():
|
||||||
print 'automatic phase done\n'
|
print 'automatic phase done\n'
|
||||||
print """
|
print """
|
||||||
* %s
|
|
||||||
* Edit update.php
|
* Edit update.php
|
||||||
* Post news item
|
* Post news item
|
||||||
* 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
|
||||||
* Update Freshmeat
|
* Update Freshmeat
|
||||||
* Update BetaNews
|
* Update BetaNews
|
||||||
""" % (PURGE_URL % 'Download')
|
"""
|
||||||
|
|
||||||
def CloseLog():
|
def CloseLog():
|
||||||
log('done')
|
log('done')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue