X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;h=c81ef8ea20fbee5dd0f8a2918a2447a4ea142c7d;hb=c99ea0325e1909e3c5d3177cf82c4994f484749f;hp=6317e5bac6e2650004b5d757c8d3d33015b25da0;hpb=38a69fc67dfe8d632d0c86dc4c9613affd6c9a0d;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index 6317e5ba..c81ef8ea 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -2451,6 +2451,8 @@ distribution.""" if self.logger: self.logger.log(["rejected", self.pkg.changes_file]) + stats = SummaryStats() + stats.reject_count += 1 return 0 ################################################################################