Date: Friday, October 21, 2022 @ 19:24:21
  Author: foutrelis
Revision: 1333276

Fix cloning from a local directory with git 2.38.1

Work around "fatal: transport 'file' not allowed" in submodule update.

Modified:
  tarantool/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-21 19:23:01 UTC (rev 1333275)
+++ PKGBUILD    2022-10-21 19:24:21 UTC (rev 1333276)
@@ -75,7 +75,7 @@
   git config -f .gitmodules 'submodule.third_party/tz.url' "$srcdir/tz"
 
   git submodule sync
-  git submodule update
+  git -c protocol.file.allow=always submodule update
 }
 
 build() {

Reply via email to