We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96be165 commit 809f511Copy full SHA for 809f511
salt/files/sources.list
@@ -1,5 +1,6 @@
1
deb http://httpredir.debian.org/debian stretch main
2
deb http://httpredir.debian.org/debian stretch-backports main
3
+deb http://httpredir.debian.org/debian buster main
4
deb-src http://httpredir.debian.org/debian sid main
5
deb-src http://httpredir.debian.org/debian buster main
6
deb-src http://httpredir.debian.org/debian jessie main
salt/obs.sls
@@ -37,6 +37,14 @@ install_obs_build_from_backports:
37
- obs-build
38
- fromrepo: stretch-backports
39
40
+install_libsolv_from_testing:
41
+ pkg.latest:
42
+ - pkgs:
43
+ - libsolv0
44
+ - libsolv-perl
45
+ - libsolvext0
46
+ - fromrepo: buster
47
+
48
/usr/share/obs/api/Gemfile:
49
file.managed:
50
- source: salt://files/Gemfile
0 commit comments