From 93a77dfd32db4c7490b9e25705591585cd2b93b2 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Jul 2018 21:05:31 +0100 Subject: These changes were sitting on the server, and were timestamped 2017-11-07 --- main/templatetags/bugs.py | 1 + releng/management/commands/syncisos.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/main/templatetags/bugs.py b/main/templatetags/bugs.py index b548859a..7e00ce57 100644 --- a/main/templatetags/bugs.py +++ b/main/templatetags/bugs.py @@ -3,4 +3,5 @@ register = template.Library() @register.simple_tag def bug_link(bugid): + # FIXME: this needs rebranded, but I'm not sure it gets called anywhere return "FS#{0}".format(bugid) diff --git a/releng/management/commands/syncisos.py b/releng/management/commands/syncisos.py index 060ab2c1..b98c3e78 100644 --- a/releng/management/commands/syncisos.py +++ b/releng/management/commands/syncisos.py @@ -45,6 +45,8 @@ class Command(BaseCommand): isonames = Iso.objects.values_list('name', flat=True) active_isos = parser.parse(settings.ISO_LIST_URL) + print(active_isos) + print(isonames) for iso in active_isos: # create any names that don't already exist if iso not in isonames: -- cgit v1.2.2