mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-11 17:50:29 +03:00
make all apt repos in build server use the configured debian mirror
This commit is contained in:
parent
8d66742dd7
commit
980339d2f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue