From 1954110291a44ae3221c4a98781dce083b07caa8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 3 Aug 2014 18:39:02 +0100 Subject: On push check that we have access_giturl; this allows missing config to abort pushes early --- dgit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dgit b/dgit index ae2684b..053c768 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); -- cgit v1.2.3