Date: Wednesday, October 26, 2022 @ 23:04:49
  Author: heftig
Revision: 459328

2022.6-3: do not touch global git config

Modified:
  ostree/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-26 23:04:06 UTC (rev 459327)
+++ PKGBUILD    2022-10-26 23:04:49 UTC (rev 459328)
@@ -5,7 +5,7 @@
 pkgname=ostree
 _commit=73744a3a4dfc7aa9ab183a9700273eee2f49750a  # tags/v2022.6
 pkgver=2022.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Operating system and container binary deployment and upgrades"
 url="https://ostreedev.github.io/ostree/";
 arch=(x86_64)
@@ -35,11 +35,10 @@
   # use fusemount3 (fuse3)
   git apply -3 ../ostree-2022.6-use_fuse3.patch
 
-  git config --global protocol.file.allow always
   git submodule init
   git submodule set-url bsdiff "$srcdir/bsdiff"
   git submodule set-url libglnx "$srcdir/libglnx"
-  git submodule update
+  git -c protocol.file.allow=always submodule update
 
   NOCONFIGURE=1 ./autogen.sh
 }

Reply via email to