From 87ae23f3ce0adfea5a01247aea53dd57e3da4841 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 ++ templates/releng/release_list.html | 4 ++-- templates/sitemaps/news_sitemap.xml.jinja | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) 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: diff --git a/templates/releng/release_list.html b/templates/releng/release_list.html index 3f442d07..0f1e6e1c 100644 --- a/templates/releng/release_list.html +++ b/templates/releng/release_list.html @@ -12,14 +12,14 @@

Releases

-

This is a list of ISO releases made by the Arch Linux release +

This is a list of ISO releases made by the {{BRANDING_DISTRONAME}} release engineering team. These are typically done on a monthly cadence, containing the latest kernel and base packages from the package repositories. Click the version of each release to read any additional notes or details about each release.

Torrents and magnet URIs are available to download the releases. Releases listed as not available may still be seeded by peers, but are no - longer registered via the official Arch Linux torrent tracker. We always + longer registered via the official {{BRANDING_DISTRONAME}} torrent tracker. We always recommend running the latest available release.

diff --git a/templates/sitemaps/news_sitemap.xml.jinja b/templates/sitemaps/news_sitemap.xml.jinja index 97dd17b5..1a0be848 100644 --- a/templates/sitemaps/news_sitemap.xml.jinja +++ b/templates/sitemaps/news_sitemap.xml.jinja @@ -6,7 +6,7 @@ {% if url.changefreq %}{{ url.changefreq }}{% endif %} {% if url.priority %}{{ url.priority }}{% endif %} - Arch Linux Newsen + {{BRANDING_DISTRONAME}} Newsen {% if url.item.postdate %}{{ url.item.postdate|date("c") }}{% endif %} {% if url.item.title %}{{ url.item.title }}{% endif %} -- cgit v1.2.2