File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 4444 # URL prefix suitable for downloading individual files through 'wget'
4545 # gnulib_url_prefix: https://gitweb.git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f=
4646 gnulib_url_prefix : https://raw.githubusercontent.com/coreutils/gnulib/refs/heads/master/
47+ # Mirror of ftp.gnu.org
48+ ftp_gnu_org : mirrors.ocf.berkeley.edu
4749
4850jobs :
4951 build-tarball :
@@ -425,7 +427,7 @@ jobs:
425427 : "List of packages: https://cdn.openbsd.org/pub/OpenBSD/7.6/packages/amd64/"
426428 : pkg_add ...
427429 pkg_add bison wget xz gmake
428- wget https://ftp.gnu.org /gnu/help2man/help2man-1.49.3.tar.xz \
430+ wget https://${{ env.ftp_gnu_org }} /gnu/help2man/help2man-1.49.3.tar.xz \
429431 && unxz help2man-1.49.3.tar.xz \
430432 && tar -xf help2man-1.49.3.tar \
431433 && cd help2man-1.49.3 \
You can’t perform that action at this time.
0 commit comments