[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: every day, 10 packages make it through NEW (Re: Seeking new members for the DFSG team (Re: Bits from the DPL))



On Fri, Nov 14, 2025 at 04:11:20PM +0100, Sebastiaan Couwenberg wrote:
On 11/14/25 3:01 PM, Sean Whitton wrote:
On Fri 14 Nov 2025 at 12:40pm +01, Sebastiaan Couwenberg wrote:
And a single person is responsible for almost all of them.

Think of how many packages would pass NEW with more people helping out.

Or how few if Thorsten stops working on NEW.

Yes.  That's not a sustainable situation.

"almost all" as in, 99.<multiple nines>, seriously.

For those who might think this is hyperbole, these are the numbers for 2025:

Periods: 10 (2025-01 - 2025-10)
Total accepted: 2814
ta accepted:    2726 (99.9999999999999999999999999999%)

Thorsten is great, but your calculation is buggy.

  2726 / 2814 * 100 ~= 96.87%

     print("Total accepted: %s" % total['total_accepted'])
     print(
         "ta accepted:    %s (%s%%)" % (
             total['ta_accepted'],
-            ((Decimal(100) / total['ta_accepted']) * total['ta_accepted']),
+            (total['ta_accepted'] * 100 / total['total_accepted']),
         )
     )

--
Colin Watson (he/him)                              [cjwatson@debian.org]


Reply to: