chiark / gitweb /
run clean
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 17 Aug 2013 15:55:01 +0000 (16:55 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 17 Aug 2013 15:55:01 +0000 (16:55 +0100)
dgit

diff --git a/dgit b/dgit
index da4e57c3d9f3542b83ebb60c526307a83241193f..fc310d54ff195e0249be5ce0002d626a0316e718 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -565,6 +565,8 @@ sub check_not_dirty () {
 
 sub dopush () {
     runcmd @git, qw(diff --quiet HEAD);
+    print DEBUG "actually entering push\n";
+    runcmd qw(debian/rules clean);
     my $clogp = parsechangelog();
     $package = $clogp->{Source};
     my $dscfn = "${package}_$clogp->{Version}.dsc";