1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-08 14:08:42 +02:00

The repo list command now resolves and displays flags (build, publish, ...)

This commit is contained in:
2023-07-07 13:14:27 +02:00
parent e1e8128af9
commit 51052dafe0
3 changed files with 90 additions and 8 deletions

View File

@@ -13,9 +13,10 @@ Scenario: Run `osc repo list` on a project
Then stdout is
"""
Repository : standard
Architectures : x86_64
i586
Architectures : x86_64, i586
Paths : openSUSE.org:openSUSE:Tumbleweed/standard
Flags
build : disable: x86_64, i586
"""
@@ -26,15 +27,17 @@ Scenario: Run `osc repo add` on a project
Then stdout is
"""
Repository : standard
Architectures : x86_64
i586
Architectures : x86_64, i586
Paths : openSUSE.org:openSUSE:Tumbleweed/standard
Flags
build : disable: x86_64, i586
Repository : new-repo
Architectures : x86_64
aarch64
Architectures : x86_64, aarch64
Paths : test:factory/standard
test:devel/standard
Flags
build : disable: x86_64, aarch64
"""