diff options
author | 2018-02-22 20:45:41 +0100 | |
---|---|---|
committer | 2018-02-22 20:45:41 +0100 | |
commit | fa562cfdd0ac11982e872509755a2a4cc668fe30 (patch) | |
tree | a8fa53c3e446559f0533ede95edab5c5482fa2b8 | |
parent | scripts/rsync-generation/update-rsync-master: set thin-manifests to false (diff) | |
download | prefix-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-x | scripts/rsync-generation/update-rsync-master.sh | 5 |
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}" |