3 Commits

Author SHA1 Message Date
81bcf2b9b3 maint: prefer canonical Savannah URL for the gnulib submodule
This avoids the following warning from 'git fetch':
  warning: redirecting to https://git.savannah.gnu.org/git/gnulib.git/

* .gitmodules (url): s/sv/savannah/
2023-05-23 22:57:01 +02:00
b23a2693c8 gnulib: use https URL scheme instead of git
This is apparently more secure (against MITM attacks).

* .gitmodules (gnulib): Change url scheme from "git://" to "https://".

Discussed at:
https://lists.gnu.org/r/bug-gnulib/2018-12/msg00051.html
2018-12-12 01:18:49 +01:00
James Youngman
d09450a94c Manage gnulib as a git submodule.
* .gitmodules: New file; manage gnulib as a submodule.  For future
compatibility with the "bootstrap" script, keep the gnulib
submodule in the gnulib directory (instead of the gnulib-git
directory as before).  This means we need to find a new directory
for the output of gnulib-tool; we will use "gl" for that.
* import-gnulib.sh (do_checkout): Replace with do_submodule.
(do_submodule): initialise and configure the gnulib module.
(main): call do_submodule instead of do_checkout.  Don't call
move_cvsdir, it's obsolete.
(move_cvsdir): delete
* Makefile.am (SUBDIRS): Rename gnulib to gl.
(ACLOCAL_AMFLAGS): Likewise.
(findutils-check-smells): Rename gnulib-git to gnulib.
* .gitignore: Rename gnulib to gl.
2011-05-30 02:00:23 +01:00