aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMatthew Marchese <maffblaster@gentoo.org>2017-07-27 13:44:38 -0700
committerMatthew Marchese <maffblaster@gentoo.org>2017-07-27 20:53:39 -0700
commitcdacc9aaf60c8a4cea9500b81db6e57a75c0791d (patch)
treec5b9dec3e9e5f3fb7d822f0b38720a2406be41c9 /bin
parentFix weird highlighting. (diff)
downloadwww-cdacc9aaf60c8a4cea9500b81db6e57a75c0791d.tar.gz
www-cdacc9aaf60c8a4cea9500b81db6e57a75c0791d.tar.bz2
www-cdacc9aaf60c8a4cea9500b81db6e57a75c0791d.zip
Use HTTPS for planet RSS feed download.
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update-planet.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update-planet.sh b/bin/update-planet.sh
index 5a410cb..46a9a3c 100755
--- a/bin/update-planet.sh
+++ b/bin/update-planet.sh
@@ -1,6 +1,6 @@
#!/bin/bash
echo -n 'Updating Planet information...'
-timeout 120 wget -T 60 'http://planet.gentoo.org/rss20.xml' -O _data/planet.xml.tmp 2>/dev/null
+timeout 120 wget -T 60 'https://planet.gentoo.org/rss20.xml' -O _data/planet.xml.tmp 2>/dev/null
[ $? -eq 0 ] && mv _data/planet.xml.tmp _data/planet.xml
echo 'done.'