From: Ian Jackson Date: Sun, 3 Aug 2014 17:39:02 +0000 (+0100) Subject: On push check that we have access_giturl; this allows missing config to abort pushes... X-Git-Tag: debian/0.22~27 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1954110291a44ae3221c4a98781dce083b07caa8;p=dgit.git On push check that we have access_giturl; this allows missing config to abort pushes early --- diff --git a/dgit b/dgit index ae2684b9..053c7688 100755 --- a/dgit +++ b/dgit @@ -1369,6 +1369,8 @@ sub dopush () { printdebug "actually entering push\n"; prep_ud(); + access_giturl(); # check that success is vaguely likely + my $clogpfn = ".git/dgit/changelog.822.tmp"; runcmd shell_cmd "exec >$clogpfn", qw(dpkg-parsechangelog);