Skip to content

Commit

Permalink
Fix repo setup for Debian integration tests
Browse files Browse the repository at this point in the history
Staging repo must be first for higher prio
  • Loading branch information
schaefi committed Mar 5, 2024
1 parent f1eddf5 commit 1379b6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-tests/x86/debian/test-image-live-disk/appliance.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
<users>
<user password="$1$wYJUgpM5$RXMMeASDc035eX.NbYWFl0" home="/root" name="root" groups="root"/>
</users>
<repository type="apt-deb" repository_gpgcheck="false">
<source path="obs://Virtualization:Appliances:Staging/Debian_12"/>
</repository>
<repository type="apt-deb" distribution="bookworm" components="main contrib non-free" repository_gpgcheck="false">
<source path="obs://Debian:12/universe"/>
</repository>
<repository type="apt-deb" distribution="bookworm" components="main contrib non-free" repository_gpgcheck="false">
<source path="obs://Debian:12/standard"/>
</repository>
<repository type="apt-deb" repository_gpgcheck="false">
<source path="obs://Virtualization:Appliances:Staging/Debian_12"/>
</repository>
<packages type="image">
<package name="grub-theme-starfield"/>
<package name="plymouth-themes"/>
Expand Down

0 comments on commit 1379b6e

Please sign in to comment.