There is no herds.xml anymore

This commit is contained in:
Julian Ospald 2016-02-22 20:25:43 +01:00
parent d62a1eb2be
commit 546100141d
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
2 changed files with 0 additions and 13 deletions

View File

@ -5,7 +5,6 @@ necessary to set up a gentoo github mirror based sync system:
* Updates metadata-cache.
* Updates the dtd directory.
* Updates the glsa directory.
* Updates `herds.xml` file.
* Updates the news directory.
## Notes ##

View File

@ -1,12 +0,0 @@
#!/bin/bash
repository_name="${1}"
repository_path="${3}"
[[ ${repository_name} == "gentoo" ]] || exit 0
source /lib/gentoo/functions.sh
ebegin "Updating herds.xml"
wget -q -O "${repository_path}"/metadata/herds.xml https://api.gentoo.org/packages/herds.xml
eend $?