aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2016-01-31 01:56:23 +0100
committerAlex Legler <alex@a3li.li>2016-01-31 01:56:23 +0100
commitab268de78b5c9f952cfedfbd75eab2f249f175c2 (patch)
tree8daac2a98757153fe91220f5dc522d81b9b6f69b /bin
parentClear debug code (diff)
downloadwww-ab268de78b5c9f952cfedfbd75eab2f249f175c2.tar.gz
www-ab268de78b5c9f952cfedfbd75eab2f249f175c2.tar.bz2
www-ab268de78b5c9f952cfedfbd75eab2f249f175c2.zip
Deprecate herds
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update-herds.sh6
-rwxr-xr-xbin/update.sh1
2 files changed, 0 insertions, 7 deletions
diff --git a/bin/update-herds.sh b/bin/update-herds.sh
deleted file mode 100755
index 5e21b08..0000000
--- a/bin/update-herds.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-echo -n 'Updating herd information...'
-wget 'https://api.gentoo.org/packages/herds.xml' -O _data/herds.xml.tmp 2>/dev/null
-[ $? -eq 0 ] && mv _data/herds.xml.tmp _data/herds.xml
-echo 'done.'
diff --git a/bin/update.sh b/bin/update.sh
index 35fd32c..5e8068d 100755
--- a/bin/update.sh
+++ b/bin/update.sh
@@ -3,7 +3,6 @@
bin/update-devaway.sh || exit 1
bin/update-downloads.sh || exit 1
bin/update-glsa.sh || exit 1
-bin/update-herds.sh || exit 1
bin/update-mirrors.sh || exit 1
bin/update-packages.sh || exit 1
bin/update-planet.sh || exit 1