tag revision identification is now automatic
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5730 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3c2db22eda
commit
0d24f5c360
1 changed files with 0 additions and 8 deletions
|
@ -415,13 +415,6 @@ def UpdateWiki(release_id):
|
|||
update_wiki_page('Template:NSISReleaseDate', time.strftime('%B %d, %Y'), 'new version')
|
||||
update_wiki_page('Template:NSISReleaseID', release_id, 'new version')
|
||||
|
||||
def UpdateChangeLog():
|
||||
run(
|
||||
'%s /home/groups/n/ns/nsis/bin/touch_cl_tag.sh' % RSH,
|
||||
LOG_ALL,
|
||||
'change log tag modification failed'
|
||||
)
|
||||
|
||||
def ToDo():
|
||||
print 'automatic phase done\n'
|
||||
print """
|
||||
|
@ -454,6 +447,5 @@ CreateSpecialBuilds()
|
|||
UploadFiles()
|
||||
release_id = ManualRelease()
|
||||
UpdateWiki(release_id)
|
||||
UpdateChangeLog()
|
||||
ToDo()
|
||||
CloseLog()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue