1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

make all apt repos in build server use the configured debian mirror

This commit is contained in:
Hans-Christoph Steiner 2016-01-22 15:30:34 +01:00
parent 8d66742dd7
commit 980339d2f5

View File

@ -7,7 +7,7 @@ execute 'set_debian_mirror' do
end
execute "jessie_backports" do
command "echo 'deb http://http.debian.net/debian jessie-backports main' > /etc/apt/sources.list.d/backports.list"
command "echo 'deb #{debian_mirror} jessie-backports main' > /etc/apt/sources.list.d/backports.list"
only_if "grep jessie /etc/apt/sources.list"
end