summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2018-02-22 20:45:41 +0100
committerFabian Groffen <grobian@gentoo.org>2018-02-22 20:45:41 +0100
commitfa562cfdd0ac11982e872509755a2a4cc668fe30 (patch)
treea8fa53c3e446559f0533ede95edab5c5482fa2b8
parentscripts/rsync-generation/update-rsync-master: set thin-manifests to false (diff)
downloadprefix-fa562cfd.tar.gz
prefix-fa562cfd.tar.bz2
prefix-fa562cfd.zip
scripts/rsync-generation/update-rsync-master: don't bother egencache with missing digests
-rwxr-xr-xscripts/rsync-generation/update-rsync-master.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/rsync-generation/update-rsync-master.sh b/scripts/rsync-generation/update-rsync-master.sh
index e225353098..770e1b00c6 100755
--- a/scripts/rsync-generation/update-rsync-master.sh
+++ b/scripts/rsync-generation/update-rsync-master.sh
@@ -193,8 +193,6 @@ touch -r "${GENTOOX86DIR}"/profiles/repo_name "${RSYNCDIR}"/profiles/repo_name
# reset Prefix profiles to dev status
sed -i -e '/prefix/s/exp/dev/' "${RSYNCDIR}"/profiles/profiles.desc
touch -r "${GENTOOX86DIR}"/profiles/profiles.desc "${RSYNCDIR}"/profiles/profiles.desc
-# we will generate thick manifests, so ensure Portage knows that
-sed -i -e '/^thin-manifests/s/true/false/' "${RSYNCDIR}"/metadata/layout.conf
echo "($(date +"%F %R")) set up repo $(< "${RSYNCDIR}"/profiles/repo_name)"
@@ -242,6 +240,9 @@ START=$(date +%s)
echo "($(date +"%F %R")) signing Manifest"
+# we will generate thick manifests, so ensure Portage knows that
+sed -i -e '/^thin-manifests/s/true/false/' "${RSYNCDIR}"/metadata/layout.conf
+
# generate Thick Manifests
${BASE_PATH}/hashgen "${RSYNCDIR}"