chiark / gitweb /
test suite: protocol-compat: check that we use the right distro
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 13 Jan 2017 17:59:11 +0000 (17:59 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 13 Jan 2017 18:32:32 +0000 (18:32 +0000)
commitb2b20d54fb981df3e2ce295bb0b939a963afe1c2
treee8af6bfbcb987dc6ecc078ae9b4c4300cd154dd2
parent6516b26b1e24241f879b9bde6533d1c8a384c803
test suite: protocol-compat: check that we use the right distro

* Set distro to '' when running the import.  This makes dgit fall back
  to the default distro.

* Set the default distro to `foreign' (which has no settings, so we
  use builtin defaults).  This only has any effect if the shell
  variable `distro' is set to the empty string - so it only takes
  effect during the import.

* Set dgit-distro.foreign.cmd-git to false.  This therefore detects if
  we ever try to do the import with the default distro's `git'
  command: we are supposed to be using the one from the .dsc.

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