ansible/roles/developer/build/files
Ben Cotton 46d4f10433 Fix handling of title-less Planet posts
Some platforms can give us a post without a title. When that happens,
Planet's RSS feed title is "$author" instead of "$author.title", which
causes our split to blow up. Instead, we check to see if there is a ':',
and if so split like normal. If not, explicitly set the title to
"(untitled post)" in order for it to still render.

While I'm at it, update a comment so that it reflects what the code is
actually doing.

Fixes #9251

Signed-off-by: Ben Cotton <bcotton@fedoraproject.org>
2020-08-20 13:24:43 +00:00
..
rss.py Fix handling of title-less Planet posts 2020-08-20 13:24:43 +00:00
syncDeveloper.cron Initial version of developer.stg.fedoraproject.org 2015-10-27 17:09:24 +00:00
syncDeveloper.sh Adjust developer release branch. Ticket 4984 2015-11-23 16:32:48 +00:00
syncDeveloper.stg.sh Initial version of developer.stg.fedoraproject.org 2015-10-27 17:09:24 +00:00