update change log start time
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4472 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
65685a64c9
commit
de5d36f953
1 changed files with 11 additions and 5 deletions
|
@ -24,8 +24,8 @@ CVS_EXT="C:\Program Files\PuTTY\plink.exe" -2 -l "%u" "%h"
|
||||||
TAR_BZ2=7zatarbz2.bat %s %s
|
TAR_BZ2=7zatarbz2.bat %s %s
|
||||||
ZIP="C:\Program Files\7-zip\7za.exe" a -tzip %s -mx9 -mfb=255 -mpass=4 %s
|
ZIP="C:\Program Files\7-zip\7za.exe" a -tzip %s -mx9 -mfb=255 -mpass=4 %s
|
||||||
|
|
||||||
[scp]
|
[rsh]
|
||||||
SCP="pscp -2"
|
RSH="C:\Program Files\PuTTY\plink.exe" -2 -l kichik nsis.sourceforge.net
|
||||||
|
|
||||||
[wiki]
|
[wiki]
|
||||||
PURGE_URL=http://nsis.sourceforge.net/%s?action=purge
|
PURGE_URL=http://nsis.sourceforge.net/%s?action=purge
|
||||||
|
@ -44,7 +44,6 @@ TODO
|
||||||
|
|
||||||
* Create release on SourceForge automatically
|
* Create release on SourceForge automatically
|
||||||
* Edit update.php
|
* Edit update.php
|
||||||
* 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
|
||||||
* Update Freshmeat
|
* Update Freshmeat
|
||||||
* Update BetaNews
|
* Update BetaNews
|
||||||
|
@ -79,7 +78,7 @@ CVS_EXT = cfg.get('cvs', 'CVS_EXT')
|
||||||
TAR_BZ2 = cfg.get('compression', 'TAR_BZ2')
|
TAR_BZ2 = cfg.get('compression', 'TAR_BZ2')
|
||||||
ZIP = cfg.get('compression', 'ZIP')
|
ZIP = cfg.get('compression', 'ZIP')
|
||||||
|
|
||||||
SCP = cfg.get('scp', 'SCP')
|
RSH = cfg.get('rsh', 'RSH')
|
||||||
|
|
||||||
PURGE_URL = cfg.get('wiki', 'PURGE_URL')
|
PURGE_URL = cfg.get('wiki', 'PURGE_URL')
|
||||||
UPDATE_URL = cfg.get('wiki', 'UPDATE_URL')
|
UPDATE_URL = cfg.get('wiki', 'UPDATE_URL')
|
||||||
|
@ -336,12 +335,19 @@ 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')
|
||||||
|
|
||||||
|
# update changelog start time
|
||||||
|
|
||||||
|
run(
|
||||||
|
'%s touch /home/groups/n/ns/nsis/bin/cl.timestamp' % RSH,
|
||||||
|
'cl-timestamp',
|
||||||
|
'change log start time modification failed'
|
||||||
|
)
|
||||||
|
|
||||||
### still left to do
|
### still left to do
|
||||||
|
|
||||||
print 'automatic phase done\n'
|
print 'automatic phase done\n'
|
||||||
print """
|
print """
|
||||||
* Edit update.php
|
* Edit update.php
|
||||||
* 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
|
||||||
* Update Freshmeat
|
* Update Freshmeat
|
||||||
* Update BetaNews
|
* Update BetaNews
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue