From cf210002678eaee3b422992b6b881b79c0543ef0 Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Aug 19 2025 16:35:53 +0000 Subject: Clarify this script checks two Pagure instances This is a very minor change to address some confusion, as expressed in Signed-off-by: Ben Cotton --- diff --git a/find_inactive_packagers.py b/find_inactive_packagers.py index f079190..3dc7ae5 100644 --- a/find_inactive_packagers.py +++ b/find_inactive_packagers.py @@ -672,7 +672,7 @@ def step_one(ctx, with_bz_check, open_tickets): if src_fpo or pagure: inactive_packagers.remove(user) - log.info(f'### Found {len(inactive_packagers)} users with no activity in pagure/src.fp.org over the last year. ###') + log.info(f'### Found {len(inactive_packagers)} users with no activity in pagure.io or src.fp.org over the last year. ###') # Check for recent posts in Fedora Discussion log.info('Checking users activity in Fedora Discussion...')