Skip to content

Commit ad17283

Browse files
committed
Use ftpmirror.gnu.org instead of ftp.gnu.org because ftp.gnu.org is sometimes too slow.
Signed-off-by: Ayato Tokubi <[email protected]>
1 parent 81e69a5 commit ad17283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/test/ci/build/parallel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
- name: download parallel sources
1313
unarchive:
14-
src: https://ftp.gnu.org/gnu/parallel/parallel-20190322.tar.bz2
14+
src: https://ftpmirror.gnu.org/gnu/parallel/parallel-20190322.tar.bz2
1515
dest: "{{ ansible_env.HOME }}"
1616
remote_src: yes
1717
validate_certs: False

0 commit comments

Comments
 (0)