Skip to content

Commit c355617

Browse files
committed
Update from the newest template.
1 parent 8069524 commit c355617

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/many-platforms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ on:
4242
env:
4343
package: coreutils
4444
# URL suitable for 'git clone'
45-
#gnulib_url: https://git.savannah.gnu.org/git/gnulib.git
45+
#gnulib_url: https://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'
48-
#gnulib_url_prefix: https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f=
48+
#gnulib_url_prefix: https://gitweb.git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f=
4949
gnulib_url_prefix: https://raw.githubusercontent.com/coreutils/gnulib/refs/heads/master/
5050

5151
jobs:

build-tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ set -e
2626
# Fetch sources (uses package 'git').
2727
if false; then
2828
# Upstream repositories.
29-
coreutils_url='https://git.savannah.gnu.org/git/coreutils.git'
29+
coreutils_url='https://https.git.savannah.gnu.org/git/coreutils.git'
3030
else
3131
# Use the github mirror, to save savannah bandwidth.
3232
coreutils_url='https://github.com/coreutils/coreutils.git'

0 commit comments

Comments
 (0)