diff --git a/obs/config/repo_config.json b/obs/config/repo_config.json index 807f103..72ece63 100644 --- a/obs/config/repo_config.json +++ b/obs/config/repo_config.json @@ -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", diff --git a/obs/update_unstable.py b/obs/update_unstable.py index 1a5c485..90db43b 100755 --- a/obs/update_unstable.py +++ b/obs/update_unstable.py @@ -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