From 1b77fa116900faf2c61e65cec67b0e7e59f31b10 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 3 Aug 2014 18:41:13 +0100 Subject: Work in read-only no-git-history mode with Ubuntu. You still have to pass -dubuntu. Closes:#751781. --- dgit | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dgit') diff --git a/dgit b/dgit index 053c768..8744874 100755 --- a/dgit +++ b/dgit @@ -471,6 +471,8 @@ our %defcfg = ('dgit.default.distro' => 'debian', 'dgit-distro.debian.mirror' => 'http://ftp.debian.org/debian/', 'dgit-distro.debian.backports-quirk' => '(squeeze)-backports*', 'dgit-distro.debian-backports.mirror' => 'http://backports.debian.org/debian-backports/', + 'dgit-distro.ubuntu.git-check' => 'false', + 'dgit-distro.ubuntu.mirror' => 'http://archive.ubuntu.com/ubuntu', 'dgit-distro.test-dummy.ssh' => "$td/ssh", 'dgit-distro.test-dummy.username' => "alice", 'dgit-distro.test-dummy.git-check' => "ssh-cmd", @@ -865,6 +867,8 @@ sub check_for_git () { return $r+0; } elsif ($how eq 'true') { return 1; + } elsif ($how eq 'false') { + return 0; } else { badcfg "unknown git-check \`$how'"; } -- cgit v1.2.3