chiark / gitweb /
New import: Add dependency on git-buildpackage
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 8b39bf18ad8730b0f4d9fc3c55f57f8dfceab898..4c80280523bd9f3506220622d61eef2a847a9cdb 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -1830,9 +1830,9 @@ committer $authline
 
 [dgit dummy commit]
 END
-       runcmd @git, qw(checkout -b dapplied), $dappliedcommit;
+       runcmd @git, qw(checkout -q -b dapplied), $dappliedcommit;
 
-       runcmd @git, qw(checkout -b unpa), $rawimport_hash;
+       runcmd @git, qw(checkout -q -b unpa), $rawimport_hash;
        runcmd shell_cmd 'exec >/dev/null', @gbp, qw(pq import);
        my $gapplied = git_rev_parse('HEAD');
        my $gappliedtree = cmdoutput @git, qw(rev-parse HEAD:);
@@ -2405,7 +2405,7 @@ END
     } else {
        $hash = $mergeinputs[0]{Commit};
     }
-    progress "fetch hash=$hash\n";
+    printdebug "fetch hash=$hash\n";
 
     my $chkff = sub {
        my ($lasth, $what) = @_;