From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9FE211382C5 for ; Thu, 22 Feb 2018 19:45:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFDC8E092E; Thu, 22 Feb 2018 19:45:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC828E092E for ; Thu, 22 Feb 2018 19:45:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80928335C07 for ; Thu, 22 Feb 2018 19:45:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 123AD249 for ; Thu, 22 Feb 2018 19:45:50 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1519328741.fa562cfdd0ac11982e872509755a2a4cc668fe30.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/rsync-generation/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/rsync-generation/update-rsync-master.sh X-VCS-Directories: scripts/rsync-generation/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: fa562cfdd0ac11982e872509755a2a4cc668fe30 X-VCS-Branch: master Date: Thu, 22 Feb 2018 19:45:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1547efa6-22e2-4b51-9c72-c9a5d4ac153b X-Archives-Hash: f234651bb8ac33c52ac335592020a97e commit: fa562cfdd0ac11982e872509755a2a4cc668fe30 Author: Fabian Groffen gentoo org> AuthorDate: Thu Feb 22 19:45:41 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Feb 22 19:45:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=fa562cfd scripts/rsync-generation/update-rsync-master: don't bother egencache with missing digests scripts/rsync-generation/update-rsync-master.sh | 5 +++-- 1 file 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}"