From ae6109a8acd9e981d69fe8a3a731e82b4e910b54 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 8 Jul 2018 12:34:54 +0200 Subject: bin/check-mirrors: use git repository of releng --- bin/check-mirrors | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/check-mirrors b/bin/check-mirrors index 174ae50..49abf97 100755 --- a/bin/check-mirrors +++ b/bin/check-mirrors @@ -5,8 +5,11 @@ if [ $# -eq 0 ]; then + git -C "${releng_dir}" remote update + country_codes=$( - curl -Ss 'https://git.archlinux32.org/archlinux32/releng/raw/branch/master/flag-names' + git -C "${releng_dir}" archive master -- 'flag-names' | \ + tar -Ox ) tmp_file=$( -- cgit v1.2.3