Skip to content

Commit f0a275d

Browse files
committed
Add Debian_12_update repo for testing with typer
Even though we will add support for the typer Cli with kiwi-11 I want our integration test images to be able to build with the open PR #2751. Debian 12 is the only target in the support matrix which uses a too old veryion of typer. Therefore to be able to test this target I built a newer version of typer in an update repo for Debian 12 and added it to the integration test description
1 parent 14fefdb commit f0a275d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build-tests/x86/debian/.repos

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
obs://Virtualization:Appliances:Staging/Debian_12_update,apt-deb,kiwi,,,,,,,false
12
obs://Virtualization:Appliances:Staging/Debian_12_x86_64,apt-deb,kiwi,,,,,,,false
23
https://ftp.halifax.rwth-aachen.de/debian,apt-deb,bookworm_1,,,,,main,bookworm,false
34
https://ftp.halifax.rwth-aachen.de/debian,apt-deb,bookworm_2,,,,,contrib,bookworm,false

build-tests/x86/debian/test-image-live-disk/appliance.kiwi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
<users>
5252
<user password="$1$wYJUgpM5$RXMMeASDc035eX.NbYWFl0" home="/root" name="root" groups="root"/>
5353
</users>
54+
<repository type="apt-deb" repository_gpgcheck="false" architectures="amd64">
55+
<source path="obs://Virtualization:Appliances:Staging/Debian_12_update"/>
56+
</repository>
5457
<repository type="apt-deb" repository_gpgcheck="false" architectures="amd64">
5558
<source path="obs://Virtualization:Appliances:Staging/Debian_12_x86_64"/>
5659
</repository>

0 commit comments

Comments
 (0)