mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-13 17:16:23 +01:00
Add debug print for REPO (and desc just in case)
This commit is contained in:
parent
0b6039025f
commit
0660c14a62
@ -6383,6 +6383,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
if self.options.debug:
|
if self.options.debug:
|
||||||
print("hostarch: ", osc.build.hostarch)
|
print("hostarch: ", osc.build.hostarch)
|
||||||
print("arg_arch: ", arg_arch)
|
print("arg_arch: ", arg_arch)
|
||||||
|
print("arg_repository: ", arg_repository)
|
||||||
|
print("arg_descr: ", arg_descr)
|
||||||
|
|
||||||
repositories = []
|
repositories = []
|
||||||
# store list of repos for potential offline use
|
# store list of repos for potential offline use
|
||||||
|
Loading…
Reference in New Issue
Block a user