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:
parent
d615e70cc2
commit
7aec6c7e74
1 changed files with 2 additions and 2 deletions
|
@ -368,9 +368,9 @@ def UpdateWiki(release_id):
|
||||||
|
|
||||||
def UpdateChangeLog():
|
def UpdateChangeLog():
|
||||||
run(
|
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,
|
LOG_ALL,
|
||||||
'change log start time modification failed'
|
'change log tag modification failed'
|
||||||
)
|
)
|
||||||
|
|
||||||
def ToDo():
|
def ToDo():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue