use new svn script for changelog update

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5362 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-11-09 16:44:10 +00:00
parent d615e70cc2
commit 7aec6c7e74

View file

@ -368,9 +368,9 @@ def UpdateWiki(release_id):
def UpdateChangeLog():
run(
'%s touch /home/groups/n/ns/nsis/bin/cl.timestamp' % RSH,
'%s /home/groups/n/ns/nsis/bin/touch_cl_tag.sh' % RSH,
LOG_ALL,
'change log start time modification failed'
'change log tag modification failed'
)
def ToDo():