Skip to content

Commit

Permalink
Update osc command line
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Gervais <gervais.maxime@gmail.com>
  • Loading branch information
g-maxime committed Oct 24, 2023
1 parent 5f93d4c commit 44100a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_release/handleOBSResults/handleOBSResults.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 44100a7

Please sign in to comment.