Here is a quick patch that corrects the image paths for the heads images for the feeds included by default in the people_base_config file in the planet setup in ansible.
cheers,From a3bd3ab1c55efa98550e39f0ca803f602d1cc84e Mon Sep 17 00:00:00 2001 From: Ryan Lerch <rlerch@xxxxxxxxxx> Date: Wed, 28 Sep 2016 12:38:03 +1000 Subject: [PATCH] Planet: Fixed up a typos in the image paths --- roles/planet/files/people_base_config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/planet/files/people_base_config b/roles/planet/files/people_base_config index 4c7d74b..afb9945 100644 --- a/roles/planet/files/people_base_config +++ b/roles/planet/files/people_base_config @@ -28,7 +28,7 @@ face = http://fedoraplanet.org/images-v2/heads/default.png [http://dailypackage.fedorabook.com/index.php?/feeds/index.rss2] name = fedora daily package -face = http://fedoraplanet.org/imgages/heads/fdp.png +face = http://fedoraplanet.org/images/heads/fdp.png fasname = admin [http://www.redhatmagazine.com/category/fedora/feed] @@ -56,15 +56,15 @@ fasname = admin [https://badges.fedoraproject.org/explore/badges/rss] name = Fedora Badges -face = http://fedoraplanet.org/images-v2/gheads/default.png +face = http://fedoraplanet.org/images-v2/heads/default.png fasname = admin [http://status.fedoraproject.org/changes.rss] name = Fedora Infrastructure Status -face = http://fedoraplanet.org/images-v2/gheads/default.png +face = http://fedoraplanet.org/images-v2/heads/default.png fasname = admin [http://communityblog.fedoraproject.org/?feed=rss] name = Fedora Community Blog -face = http://communityblog.fedoraproject.org/wp-content/themes/communityblog-theme/images-v2/gcommunitybloglogo.png +face = https://communityblog.fedoraproject.org/wp-content/themes/communityblog-theme-0.02/images/communitybloglogo.png fasname = admin -- 2.7.4
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx