Skip to content

Commit 3919b83

Browse files
committed
Back from https.git.savannah.gnu.org to less loaded git.savannah.gnu.org.
1 parent b1452f4 commit 3919b83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/many-platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ on:
4242
env:
4343
package: diffutils
4444
# URL suitable for 'git clone'
45-
#gnulib_url: https://https.git.savannah.gnu.org/git/gnulib.git
45+
#gnulib_url: https://git.savannah.gnu.org/git/gnulib.git
4646
gnulib_url: https://github.com/coreutils/gnulib.git
4747
# URL prefix suitable for downloading individual files through 'wget'
4848
#gnulib_url_prefix: https://gitweb.git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f=

build-tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ package="$1"
2424
set -e
2525

2626
# Fetch sources (uses package 'git').
27-
git clone --depth 1 https://https.git.savannah.gnu.org/git/"$package".git
27+
git clone --depth 1 https://git.savannah.gnu.org/git/"$package".git
2828
git clone --depth 1 "${gnulib_url}"
2929
export GNULIB_SRCDIR=`pwd`/gnulib
3030

0 commit comments

Comments
 (0)