mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-24 23:42:58 +00:00
Push stable / beta commits to launchpad on release.
This commit is contained in:
parent
dcb748c544
commit
2061248224
@ -194,6 +194,14 @@ if r.status_code == 404:
|
||||
}))
|
||||
checkResponseCode(r, 201)
|
||||
|
||||
tagname = 'v' + version
|
||||
call("git fetch origin".split());
|
||||
if stable == 1:
|
||||
call("git push launchpad {}:master".format(tagname).split())
|
||||
else:
|
||||
call("git push launchpad {}:beta".format(tagname).split())
|
||||
call("git push --tags launchpad".split())
|
||||
|
||||
r = requests.get(url + 'repos/telegramdesktop/tdesktop/releases/tags/v' + version)
|
||||
checkResponseCode(r, 200);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user