]> Savannah Git Hosting - gnulib.git/commitdiff
Use https:// instead of git://.
authorSimon Josefsson <simon@josefsson.org>
Sun, 10 Jan 2021 00:08:38 +0000 (01:08 +0100)
committerSimon Josefsson <simon@josefsson.org>
Sun, 10 Jan 2021 00:08:38 +0000 (01:08 +0100)
* build-aux/bootstrap (default_gnulib_url): Ditto.
* config/srclistvars.sh: Ditto.
* doc/gnulib-readme.texi (Git Checkout): Ditto.
* doc/gnulib-tool.texi (VCS Issues): Ditto.
* top/gitsub.sh: Update link.

ChangeLog
build-aux/bootstrap
config/srclistvars.sh
doc/gnulib-readme.texi
doc/gnulib-tool.texi
top/gitsub.sh

index 4329b81d9bd9e4d821f9f3d7579e728ebaadb713..aad572748a209b9ce86055972ad4ab8f49783c02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2021-01-10  Simon Josefsson  <simon@josefsson.org>
+
+       Use https:// instead of git://.
+       * build-aux/bootstrap (default_gnulib_url): Ditto.
+       * config/srclistvars.sh: Ditto.
+       * doc/gnulib-readme.texi (Git Checkout): Ditto.
+       * doc/gnulib-tool.texi (VCS Issues): Ditto.
+       * top/gitsub.sh: Update link.
+
 2021-01-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        snippet/_Noreturn: port to pedantic clang
index 8a61c1a586371d250f28bf52dc66dd574532272e..c17a36f1fecbec6e2d98543a3051c5cc5e9ccca4 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2021-01-08.10; # UTC
+scriptversion=2021-01-10.00; # UTC
 
 # Bootstrap this package from checked-out sources.
 
@@ -47,7 +47,7 @@ PERL="${PERL-perl}"
 
 me=$0
 
-default_gnulib_url=git://git.sv.gnu.org/gnulib
+default_gnulib_url=https://git.savannah.gnu.org/git/gnulib.git
 
 usage() {
   cat <<EOF
index aabcd1489bc0fd115f20af187455e5811d2fcf5a..c1d97e0e59af2b36b2c22c40366f95a3433e4119 100755 (executable)
@@ -34,6 +34,6 @@ esac
 : ${GNUSTANDARDS=../gnustandards}
 : ${GNUWWWLICENSES=../www/www/licenses}
 : ${LIBCSRC=../libc}
-: ${LIBGCRYPT=../libgcrypt} # git://git.gnupg.org/libgcrypt.git
+: ${LIBGCRYPT=../libgcrypt} # https://dev.gnupg.org/source/libgcrypt.git
 : ${LIBTOOL=../libtool}
 : ${TEXINFOTEX=../../ftp.gnu.org/gnu/texinfo}
index 85750148c1540396f68c157d17f37b79d29f1fc3..0a32f980c1d132233cab4a2e6dab6546d305f1c9 100644 (file)
@@ -53,14 +53,14 @@ Gnulib is available for anonymous checkout.  In any Bourne-shell the
 following should work:
 
 @example
-$ git clone git://git.sv.gnu.org/gnulib.git
+$ git clone https://git.savannah.gnu.org/git/gnulib.git
 @end example
 
 For a read-write checkout you need to have a login on
 @samp{savannah.gnu.org} and be a member of the Gnulib project at
 @url{https://savannah.gnu.org/projects/gnulib}.  Then, instead of the
-URL @url{git://git.sv.gnu.org/gnulib}, use the URL
-@samp{ssh://@var{user}@@git.sv.gnu.org/srv/git/gnulib} where
+URL @url{https://git.savannah.gnu.org/git/gnulib.git}, use the URL
+@samp{ssh://@var{user}@@git.savannah.gnu.org/srv/git/gnulib} where
 @var{user} is your login name on savannah.gnu.org.
 
 git resources:
index f3b034f858d5caebddadafce90f923109296aedb..97881f1361c5fc9c85a028e1b74f4ef3f125b5f2 100644 (file)
@@ -959,7 +959,7 @@ in the directory @file{.gnulib}:
 
 @smallexample
 $ dir=.gnulib
-$ git submodule add -- git://git.sv.gnu.org/gnulib.git $dir
+$ git submodule add -- https://git.savannah.gnu.org/git/gnulib.git $dir
 $ git config alias.syncsub "submodule foreach git pull origin master"
 @end smallexample
 
index 172044ce28079bf347089d08a0a3794bf8dd8ae6..de6cb828e50a5d77e8563f322cfd03c524762de7 100755 (executable)
 #   <https://git-scm.com/docs/gitmodules>.  For example:
 #
 #       [submodule "gnulib"]
-#               url = git://git.savannah.gnu.org/gnulib.git
+#               url = https://git.savannah.gnu.org/git/gnulib.git
 #               path = gnulib
 #
 #   You don't add this piece of configuration to .gitmodules manually.  Instead,
 #   you would invoke
-#     $ git submodule add --name "gnulib" -- git://git.savannah.gnu.org/gnulib.git gnulib
+#     $ git submodule add --name "gnulib" -- https://git.savannah.gnu.org/git/gnulib.git
 #
 # * The subdirectories that are not git submodules, in a similar syntax.  For
 #   example:
 #
 #       [subcheckout "gnulib"]
-#               url = git://git.savannah.gnu.org/gnulib.git
+#               url = https://git.savannah.gnu.org/git/gnulib.git gnulib
 #               path = gnulib
 #
 # Here the URL is the one used for anonymous checkouts of the dependency