aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-02-14 22:45:11 +0100
committerMichał Górny <mgorny@gentoo.org>2016-02-14 22:45:11 +0100
commitcc9d3bd2dc3de7b764e25ccabf395b64b3e241b4 (patch)
treebdeac08d73e84a40b61b58022267d4c80118309b /mastermirror-staging.sh
parentDisable lbzip2 & pbzip2 because of emerge-delta-webrsync issues, #573908 (diff)
downloadmastermirror-scripts-cc9d3bd2dc3de7b764e25ccabf395b64b3e241b4.tar.gz
mastermirror-scripts-cc9d3bd2dc3de7b764e25ccabf395b64b3e241b4.tar.bz2
mastermirror-scripts-cc9d3bd2dc3de7b764e25ccabf395b64b3e241b4.zip
Stop distributing herds.xml
Diffstat (limited to 'mastermirror-staging.sh')
-rwxr-xr-xmastermirror-staging.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/mastermirror-staging.sh b/mastermirror-staging.sh
index d670d5a..aa68e58 100755
--- a/mastermirror-staging.sh
+++ b/mastermirror-staging.sh
@@ -47,14 +47,12 @@ STAGING_DIR_dtd="${STAGING_DIR}/dtd"
STAGING_DIR_news="${STAGING_DIR}/gentoo-news"
STAGING_DIR_gentoo="${STAGING_DIR}/gentoo-x86"
STAGING_DIR_projects="${STAGING_DIR}/projects"
-STAGING_DIR_herds="${STAGING_DIR}/herds"
REPO_gentoo=${GITROOT}/repo/gentoo.git
REPO_news=${GITROOT}/data/gentoo-news.git
REPO_dtd=${GITROOT}/data/dtd.git
REPO_glsa=${GITROOT}/data/glsa.git
REPO_changelogs=${GITROOT}/data/gentoo-changelogs.git
-HERDS_XML_URI=https://api.gentoo.org/packages/herds.xml
PROJECTS_XML_URI=https://api.gentoo.org/metastructure/projects.xml
# Ensure all files are readable
@@ -99,11 +97,6 @@ fetch_git ${STAGING_DIR_news} ${REPO_news}
rc=$?
rc_sum=$((rc_sum + $rc))
-# herds.xml
-fetch_uri ${STAGING_DIR_herds}/herds.xml "${HERDS_XML_URI}"
-rc=$?
-rc_sum=$((rc_sum + $rc))
-
# projects.xml
fetch_uri ${STAGING_DIR_projects}/projects.xml "${PROJECTS_XML_URI}"
rc=$?