Skip to content

Commit 809f511

Browse files
committed
Install libsolv from Buster to allow sid builds
1 parent 96be165 commit 809f511

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

salt/files/sources.list

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
deb http://httpredir.debian.org/debian stretch main
22
deb http://httpredir.debian.org/debian stretch-backports main
3+
deb http://httpredir.debian.org/debian buster main
34
deb-src http://httpredir.debian.org/debian sid main
45
deb-src http://httpredir.debian.org/debian buster main
56
deb-src http://httpredir.debian.org/debian jessie main

salt/obs.sls

+8
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ install_obs_build_from_backports:
3737
- obs-build
3838
- fromrepo: stretch-backports
3939

40+
install_libsolv_from_testing:
41+
pkg.latest:
42+
- pkgs:
43+
- libsolv0
44+
- libsolv-perl
45+
- libsolvext0
46+
- fromrepo: buster
47+
4048
/usr/share/obs/api/Gemfile:
4149
file.managed:
4250
- source: salt://files/Gemfile

0 commit comments

Comments
 (0)