diff --git a/build_release/handleOBSResults/handleOBSResults.py b/build_release/handleOBSResults/handleOBSResults.py index 2658840..890ac18 100755 --- a/build_release/handleOBSResults/handleOBSResults.py +++ b/build_release/handleOBSResults/handleOBSResults.py @@ -201,7 +201,7 @@ def download_packages(self, dist: str, arch: str, distinfo: object, buildinfo: o except: pass - result, _ = self.run_command(f"osc getbinaries --debug -q -d '{dest}' {self.config['runtime']['repository']} {self.config['runtime']['project']} {dist} {arch} {name_dist}") + result, _ = self.run_command(f"osc getbinaries --debuginfo -q -d '{dest}' {self.config['runtime']['repository']} {self.config['runtime']['project']} {dist} {arch} {name_dist}") if not result: self.error(f"download failed for '{dist}/{arch}/{name_dist}'") try: