build/checkupdates/update: log current fdroiddata commit to wiki

This commit is contained in:
Hans-Christoph Steiner 2018-03-05 21:47:19 +01:00
parent 86907d2ebf
commit 70d9633555
4 changed files with 21 additions and 0 deletions

View file

@ -1233,6 +1233,7 @@ def main():
txt = "* build session started at " + common.get_wiki_timestamp(start_timestamp) + '\n' \
+ "* this build started at " + build_starttime + '\n' \
+ "* this build completed at " + common.get_wiki_timestamp() + '\n' \
+ common.get_git_describe_link() \
+ '* fdroidserverid: [https://gitlab.com/fdroid/fdroidserver/commit/' \
+ fdroidserverid + ' ' + fdroidserverid + ']\n\n'
if buildserverid: