mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +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
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue