Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/rsync-generation/
Date: Thu, 22 Feb 2018 19:45:53
Message-Id: 1519328741.fa562cfdd0ac11982e872509755a2a4cc668fe30.grobian@gentoo
1 commit: fa562cfdd0ac11982e872509755a2a4cc668fe30
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 22 19:45:41 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 19:45:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=fa562cfd
7
8 scripts/rsync-generation/update-rsync-master: don't bother egencache with missing digests
9
10 scripts/rsync-generation/update-rsync-master.sh | 5 +++--
11 1 file changed, 3 insertions(+), 2 deletions(-)
12
13 diff --git a/scripts/rsync-generation/update-rsync-master.sh b/scripts/rsync-generation/update-rsync-master.sh
14 index e225353098..770e1b00c6 100755
15 --- a/scripts/rsync-generation/update-rsync-master.sh
16 +++ b/scripts/rsync-generation/update-rsync-master.sh
17 @@ -193,8 +193,6 @@ touch -r "${GENTOOX86DIR}"/profiles/repo_name "${RSYNCDIR}"/profiles/repo_name
18 # reset Prefix profiles to dev status
19 sed -i -e '/prefix/s/exp/dev/' "${RSYNCDIR}"/profiles/profiles.desc
20 touch -r "${GENTOOX86DIR}"/profiles/profiles.desc "${RSYNCDIR}"/profiles/profiles.desc
21 -# we will generate thick manifests, so ensure Portage knows that
22 -sed -i -e '/^thin-manifests/s/true/false/' "${RSYNCDIR}"/metadata/layout.conf
23 echo "($(date +"%F %R")) set up repo $(< "${RSYNCDIR}"/profiles/repo_name)"
24
25
26 @@ -242,6 +240,9 @@ START=$(date +%s)
27
28 echo "($(date +"%F %R")) signing Manifest"
29
30 +# we will generate thick manifests, so ensure Portage knows that
31 +sed -i -e '/^thin-manifests/s/true/false/' "${RSYNCDIR}"/metadata/layout.conf
32 +
33 # generate Thick Manifests
34 ${BASE_PATH}/hashgen "${RSYNCDIR}"