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 /rsync-gen.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 'rsync-gen.sh')
-rwxr-xr-xrsync-gen.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/rsync-gen.sh b/rsync-gen.sh
index 3934f53..ccf5d12 100755
--- a/rsync-gen.sh
+++ b/rsync-gen.sh
@@ -11,7 +11,7 @@
# 3) place dtd info in STAGEDIR
# 4) place glsa's in STAGEDIR
# 5) place news in STAGEDIR
-# 6) place herds.xml and projects.xml in STAGEDIR
+# 6) place projects.xml in STAGEDIR
# 7) rsync from STAGEDIR to FINALDIR
################################################################################
@@ -250,9 +250,8 @@ date -R -u > ${STAGEDIR}/metadata/news/timestamp.chk
timelog___end "NEWS" | timelogger
# end 5)
-# 6) place herds.xml and projects.xml in STAGEDIR
+# 6) place projects.xml in STAGEDIR
timelog_start "HERDS-AND-PROJ" | timelogger
-rsync -Wqa --checksum ${EXPORTS}/herds/herds.xml ${STAGEDIR}/metadata/herds.xml
rsync -Wqa --checksum ${EXPORTS}/projects/projects.xml ${STAGEDIR}/metadata/projects.xml
timelog___end "HERDS-AND-PROJ" | timelogger
# end 6)