mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
Dynamic version replacement on build
This commit is contained in:
parent
266b276421
commit
3a6efc4411
@ -22,7 +22,9 @@ def get_head_rev():
|
||||
|
||||
def get_version_load(branch):
|
||||
|
||||
target = urlparse("http://buildserver.urbackup.org/urbackup_build_version_"+branch+".json")
|
||||
build_info_url = "http://buildserver.urbackup.org/urbackup_build_version_"+branch+".json"
|
||||
print("Build info url: "+build_info_url)
|
||||
target = urlparse(build_info_url)
|
||||
method = 'GET'
|
||||
body = ''
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user