chiark / gitweb /
test suite: Cope with git restricting ext:: protocols.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 8 Jul 2017 17:29:43 +0000 (18:29 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 8 Jul 2017 17:29:47 +0000 (18:29 +0100)
buster's git rejects ext:: by default.  See #XXXX and
  man git-config |less +/'protocol.*allow'

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
tests/lib-core

index 05f08e7f2d7933e0ed106c8e2f3d61cf6cf528bf..b8809bc074b74f05cf6f4d813092734a795f9b5e 100644 (file)
@@ -4,6 +4,7 @@ dgit (3.11~) unstable; urgency=medium
     Closes:#867693.
   * dgit: Cope if the archive server sends an HTTP redirect,
     by passing -L to curl.  Closes:#867185,#867309.
     Closes:#867693.
   * dgit: Cope if the archive server sends an HTTP redirect,
     by passing -L to curl.  Closes:#867185,#867309.
+  * test suite: Cope with git restricting ext:: protocols.
 
  --
 
 
  --
 
index 6cdffeb155a479288124a98d9e613016c04b4dcb..d65a1ffeccadcde3e9b9268f35be39620e4221fe 100644 (file)
@@ -24,6 +24,7 @@ t-set-using-tmp () {
        export GNUPGHOME=$tmp/nonexistent
        git config --global user.email 'dgit-test@debian.example.net'
        git config --global user.name 'dgit test git user'
        export GNUPGHOME=$tmp/nonexistent
        git config --global user.email 'dgit-test@debian.example.net'
        git config --global user.name 'dgit test git user'
+       git config --global protocol.ext.allow always
 }
 
 t-filter-out-git-hyphen-dir () {
 }
 
 t-filter-out-git-hyphen-dir () {