Revert "Use archstrike mirrorlist package"
This reverts commit c7e1e8bef2
due to a
race condition in requiring a package needed to install the repo the
package is from
This commit is contained in:
parent
828db9f0eb
commit
472b322710
2 changed files with 1 additions and 11 deletions
|
@ -96,7 +96,7 @@ Include = /etc/pacman.d/antergos-mirrorlist
|
||||||
Server = https://download.sublimetext.com/arch/stable/x86_64
|
Server = https://download.sublimetext.com/arch/stable/x86_64
|
||||||
|
|
||||||
[archstrike]
|
[archstrike]
|
||||||
Include = /etc/pacman.d/archstrike-mirrorlist
|
Server = https://www.mirrorservice.org/sites/mirror.archstrike.org/$arch/$repo
|
||||||
|
|
||||||
[quarry]
|
[quarry]
|
||||||
Server = http://pkgbuild.com/~anatolik/quarry/x86_64/
|
Server = http://pkgbuild.com/~anatolik/quarry/x86_64/
|
||||||
|
|
|
@ -70,16 +70,6 @@
|
||||||
regexp: '^BUILDENV='
|
regexp: '^BUILDENV='
|
||||||
line: 'BUILDENV=(!distcc color ccache check !sign)'
|
line: 'BUILDENV=(!distcc color ccache check !sign)'
|
||||||
|
|
||||||
- name: "Install additional mirrorlists"
|
|
||||||
aur:
|
|
||||||
skip_installed: true
|
|
||||||
name: "{{ item }}"
|
|
||||||
become: true
|
|
||||||
become_user: aur_builder
|
|
||||||
when: "item not in installed_packages.stdout_lines"
|
|
||||||
with_items:
|
|
||||||
- 'archstrike-mirrorlist'
|
|
||||||
|
|
||||||
- name: Download UK mirrorlist
|
- name: Download UK mirrorlist
|
||||||
get_url:
|
get_url:
|
||||||
url: 'https://www.archlinux.org/mirrorlist/?country=GB&protocol=http&protocol=https&ip_version=4&ip_version=6&use_mirror_status=on'
|
url: 'https://www.archlinux.org/mirrorlist/?country=GB&protocol=http&protocol=https&ip_version=4&ip_version=6&use_mirror_status=on'
|
||||||
|
|
Loading…
Reference in a new issue