mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
If we're using a jessie buildserver, we need backports (for java 8)
This commit is contained in:
parent
a4d1fa22f7
commit
d9d11ba11b
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ execute 'set_debian_mirror' do
|
||||||
command "sed -i 's,http://ftp.uk.debian.org/debian/,#{debian_mirror},g' /etc/apt/sources.list"
|
command "sed -i 's,http://ftp.uk.debian.org/debian/,#{debian_mirror},g' /etc/apt/sources.list"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
execute "jessie_backports" do
|
||||||
|
command "echo 'deb http://http.debian.net/debian jessie-backports main' > /etc/apt/sources.list.d/backports.list"
|
||||||
|
only_if "grep jessie /etc/apt/sources.list"
|
||||||
|
end
|
||||||
|
|
||||||
execute "apt-get-update" do
|
execute "apt-get-update" do
|
||||||
command "apt-get update"
|
command "apt-get update"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue