mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
build/checkupdates/update: log current fdroiddata commit to wiki
This commit is contained in:
parent
86907d2ebf
commit
70d9633555
4 changed files with 21 additions and 0 deletions
|
|
@ -329,6 +329,7 @@ def update_wiki(apps, sortedids, apks):
|
|||
txt += "* command line: <code>" + ' '.join(sys.argv) + "</code>\n"
|
||||
txt += "* started at " + common.get_wiki_timestamp(start_timestamp) + '\n'
|
||||
txt += "* completed at " + common.get_wiki_timestamp() + '\n'
|
||||
txt += common.get_git_describe_link()
|
||||
txt += "\n\n"
|
||||
txt += common.get_android_tools_version_log()
|
||||
newpage.save(txt, summary='Run log')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue