chiark / gitweb /
Dgit: Break out $tarball_f_ext_re.
[dgit.git] / infra / dgit-repos-policy-debian
index f7e5e53b473ddef2b9932ac4e7c213200649cd92..ad21564383ff979aa2f608e7626d04131e1128e8 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # dgit repos policy hook script for Debian
 #
-# Copyright (C) 2015-2016  Ian Jackson
+# Copyright (C) 2015-2019  Ian Jackson
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -546,6 +546,7 @@ for (;;) {
        die unless defined $rcode;
 
        $poldbh->commit;
+       printdebug "poldbh commit\n";
     };
     last unless length $@;
     die $@ unless ref $@ eq $db_busy_exception;