summaryrefslogtreecommitdiff
path: root/releng
diff options
context:
space:
mode:
authorroot <root@parabola.nu>2018-07-17 21:05:31 +0100
committerroot <root@parabola.nu>2018-07-17 21:05:31 +0100
commit87ae23f3ce0adfea5a01247aea53dd57e3da4841 (patch)
treec0e4e0bbd509cd282d1601348311bfc9a08cb46d /releng
parent40b3ec7b953d0aeb3289936c69771e3e9989ee9c (diff)
These changes were sitting on the server, and were timestamped 2017-11-07
Diffstat (limited to 'releng')
-rw-r--r--releng/management/commands/syncisos.py2
1 files changed, 2 insertions, 0 deletions
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: