Skip to content
Snippets Groups Projects

Optionally turn on debugging in CI and other debugging improvements

Merged Emanuele Aina requested to merge wip/em/debug into master
3 files
+ 19
3
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 4
0
@@ -212,6 +212,10 @@ class OBSEntry:
d["results"] = data.results
return dumper.represent_dict(d)
@property
def id(self):
return f"{self.project}/{self.name}"
@property
def version_without_epoch(self):
suffix = ".dsc"
Loading