Skip to content

Commit

Permalink
Update Debian distro for integration tests
Browse files Browse the repository at this point in the history
We require python >= 3.9
  • Loading branch information
schaefi committed Jan 17, 2024
1 parent 758080b commit 0594dcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-tests/x86/debian/test-image-live-disk/appliance.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<profile name="Disk" description="OEM image of Debian Buster"/>
</profiles>
<preferences>
<version>10.4</version>
<version>11.1</version>
<packagemanager>apt</packagemanager>
<bootsplash-theme>fade-in</bootsplash-theme>
<bootloader-theme>starfield</bootloader-theme>
Expand Down Expand Up @@ -52,13 +52,13 @@
<user password="$1$wYJUgpM5$RXMMeASDc035eX.NbYWFl0" home="/root" name="root" groups="root"/>
</users>
<repository type="apt-deb" distribution="buster" components="main contrib non-free" repository_gpgcheck="false">
<source path="obs://Debian:10/universe"/>
<source path="obs://Debian:11/universe"/>
</repository>
<repository type="apt-deb" distribution="buster" components="main contrib non-free" repository_gpgcheck="false">
<source path="obs://Debian:10/standard"/>
<source path="obs://Debian:11/standard"/>
</repository>
<repository type="apt-deb" repository_gpgcheck="false">
<source path="obs://Virtualization:Appliances:Staging/Debian_10"/>
<source path="obs://Virtualization:Appliances:Staging/Debian_11"/>
</repository>
<packages type="image">
<package name="grub-theme-starfield"/>
Expand Down

0 comments on commit 0594dcd

Please sign in to comment.