summaryrefslogtreecommitdiffstats
path: root/devel/management/commands/rematch_packager.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-10-22 01:49:00 +0200
committerDan McGee <dan@archlinux.org>2011-10-22 01:49:00 +0200
commit2d5777b11d229d115a31a6c82236570002c2dd57 (patch)
treea91e12e95fce1072115c106265bac2b445670645 /devel/management/commands/rematch_packager.py
parent002574cce1d9756ba28a87a038f6906b566f2e2a (diff)
downloadarchweb-2d5777b11d229d115a31a6c82236570002c2dd57.tar.gz
archweb-2d5777b11d229d115a31a6c82236570002c2dd57.tar.xz
Add a generate_keyring command
This grabs all the PGP keys from the developer profiles and adds them to the keyrings. Obviously we may want to do more in the future such as filter by groups, active status, etc. but this is just a first iteration. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'devel/management/commands/rematch_packager.py')
-rw-r--r--devel/management/commands/rematch_packager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/management/commands/rematch_packager.py b/devel/management/commands/rematch_packager.py
index ba6e6a5..461d83a 100644
--- a/devel/management/commands/rematch_packager.py
+++ b/devel/management/commands/rematch_packager.py
@@ -24,7 +24,7 @@ logging.basicConfig(
logger = logging.getLogger()
class Command(NoArgsCommand):
- help = "Runs a check on all active mirror URLs to determine if they are reachable via IPv4 and/or v6."
+ help = "Match all packages with a packager_str but NULL packager_id to a packager if we can find one."
def handle_noargs(self, **options):
v = int(options.get('verbosity', None))