mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Push stable / beta commits to launchpad on release.
This commit is contained in:
parent
dcb748c544
commit
2061248224
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue