[buildinfo.debian.net] 08/08: Drop refresh_all_keys management command now that we have a periodic task
Chris Lamb
chris at chris-lamb.co.uk
Fri Nov 4 11:08:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository buildinfo.debian.net.
commit 51e5b29451df4994c52dda2e00098b8d03089a8c
Author: Chris Lamb <lamby at debian.org>
Date: Fri Nov 4 11:07:43 2016 +0000
Drop refresh_all_keys management command now that we have a periodic task
Signed-off-by: Chris Lamb <lamby at debian.org>
---
bidb/keys/management/__init__.py | 0
bidb/keys/management/commands/__init__.py | 0
bidb/keys/management/commands/refresh_all_keys.py | 9 ---------
3 files changed, 9 deletions(-)
diff --git a/bidb/keys/management/__init__.py b/bidb/keys/management/__init__.py
deleted file mode 100644
index e69de29..0000000
diff --git a/bidb/keys/management/commands/__init__.py b/bidb/keys/management/commands/__init__.py
deleted file mode 100644
index e69de29..0000000
diff --git a/bidb/keys/management/commands/refresh_all_keys.py b/bidb/keys/management/commands/refresh_all_keys.py
deleted file mode 100644
index f77e225..0000000
--- a/bidb/keys/management/commands/refresh_all_keys.py
+++ /dev/null
@@ -1,9 +0,0 @@
-from django.core.management.base import NoArgsCommand
-
-from ...tasks import update_or_create_key
-from ...models import Key
-
-class Command(NoArgsCommand):
- def handle_noargs(self, **options):
- for x in Key.objects.all():
- update_or_create_key.delay(x.uid)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/buildinfo.debian.net.git
More information about the Reproducible-commits
mailing list