Skip to content

Commit

Permalink
Install libsolv from Buster to allow sid builds
Browse files Browse the repository at this point in the history
  • Loading branch information
athos-ribeiro committed Jul 24, 2018
1 parent 96be165 commit 809f511
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions salt/files/sources.list
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
deb http://httpredir.debian.org/debian stretch main
deb http://httpredir.debian.org/debian stretch-backports main
deb http://httpredir.debian.org/debian buster main
deb-src http://httpredir.debian.org/debian sid main
deb-src http://httpredir.debian.org/debian buster main
deb-src http://httpredir.debian.org/debian jessie main
Expand Down
8 changes: 8 additions & 0 deletions salt/obs.sls
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ install_obs_build_from_backports:
- obs-build
- fromrepo: stretch-backports

install_libsolv_from_testing:
pkg.latest:
- pkgs:
- libsolv0
- libsolv-perl
- libsolvext0
- fromrepo: buster

/usr/share/obs/api/Gemfile:
file.managed:
- source: salt://files/Gemfile
Expand Down

0 comments on commit 809f511

Please sign in to comment.