1
0
Fork 0
This commit is contained in:
Luca Beltrame 2021-04-30 06:55:50 +02:00
parent 32385dd901
commit 430bc1fecf
2 changed files with 6 additions and 1 deletions

View file

@ -5,6 +5,11 @@
"obs": "attica-qt5",
"branch": "master"
},
{
"kde": "plasma/ksystemstats",
"obs": "ksystemstats5",
"branch": "master"
},
{
"kde": "plasma/layer-shell-qt",
"obs": "layer-shell-qt",

View file

@ -86,7 +86,7 @@ def trigger_update(repository, package_name, token):
result = requests.post(OBS_URL, params=parameters, headers=header)
if not result:
logging.error("Error during service run, package %s, error code %s",
logging.error("Error during service run, package %s, error code %s, url %s",
package_name, result.status_code, result.url)
return False