Updated URL to retrieve updates to our new gitlab repository
This commit is contained in:
parent
236539f337
commit
ef36948ab8
@ -11,6 +11,6 @@ translators = [_(u"Manuel Cortez (Spanish)")]
|
||||
bts_name = "music_dl"
|
||||
bts_access_token = "fe3j2ijirvevv9"
|
||||
bts_url = "https://issues.manuelcortez.net"
|
||||
update_url = "https://files.manuelcortez.net/music_dl/update/latest.json"
|
||||
update_url = "https://files.mcvsoftware.com/music_dl/update/latest.json"
|
||||
version = "2020.07.23"
|
||||
update_next_version = "14775226"
|
||||
|
@ -5,7 +5,7 @@ import requests
|
||||
from codecs import open
|
||||
|
||||
print("Writing version data for alpha update...")
|
||||
commit_info = requests.get("https://gitlab.com/api/v4/projects/23506193/repository/commits/master")
|
||||
commit_info = requests.get("https://gitlab.mcvsoftware.com/api/v4/projects/32/repository/commits/master")
|
||||
commit_info = commit_info.json()
|
||||
commit = commit_info["short_id"]
|
||||
print("Got new version info: {commit}".format(commit=commit,))
|
||||
|
Loading…
Reference in New Issue
Block a user