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 ED544138334 for ; Mon, 2 Sep 2019 14:45:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 326F3E0880; Mon, 2 Sep 2019 14:45:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 18F28E0880 for ; Mon, 2 Sep 2019 14:45:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E17A734AA71 for ; Mon, 2 Sep 2019 14:45:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32A3F766 for ; Mon, 2 Sep 2019 14:45:23 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1567435517.3b930c42f6251cc51fff878ef3b8c84e7fb2bb01.blueness@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-systemd/ X-VCS-Repository: proj/releng X-VCS-Files: tools-systemd/run.sh tools-systemd/stage-all.conf.template tools-systemd/stage4-amd64.spec X-VCS-Directories: tools-systemd/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 3b930c42f6251cc51fff878ef3b8c84e7fb2bb01 X-VCS-Branch: master Date: Mon, 2 Sep 2019 14:45:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d774ca89-aece-4d4f-bbaf-58641b25ed4a X-Archives-Hash: 71ae49bca6d998c39ea71a493d044fe1 commit: 3b930c42f6251cc51fff878ef3b8c84e7fb2bb01 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Sep 2 14:45:17 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Sep 2 14:45:17 2019 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=3b930c42 tools-systemd: bump to 17.1 profiles tools-systemd/run.sh | 3 +++ tools-systemd/stage-all.conf.template | 2 +- tools-systemd/stage4-amd64.spec | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tools-systemd/run.sh b/tools-systemd/run.sh index bdaf5a4d..057a06f4 100755 --- a/tools-systemd/run.sh +++ b/tools-systemd/run.sh @@ -30,6 +30,9 @@ prepare_confs() { -e "s:@REPO_DIR@:${repo_dir}:g" \ -e "s:MYCATALYST:$(pwd):g" \ > stage${s}-${arch}-systemd.conf + + [[ $arch == i686 ]] && \ + sed -i -e 's/17.1/17.0/' stage${s}-${arch}-systemd.conf done } diff --git a/tools-systemd/stage-all.conf.template b/tools-systemd/stage-all.conf.template index fbfcf5eb..270352bd 100644 --- a/tools-systemd/stage-all.conf.template +++ b/tools-systemd/stage-all.conf.template @@ -2,7 +2,7 @@ subarch: SARCH target: CSTAGE version_stamp: systemd rel_type: systemd/SARCH -profile: default/linux/PARCH/17.0/systemd +profile: default/linux/PARCH/17.1/systemd snapshot: current source_subpath: systemd/SARCH/PSTAGE-SARCH-systemd portage_confdir: MYCATALYST/portage.SARCH diff --git a/tools-systemd/stage4-amd64.spec b/tools-systemd/stage4-amd64.spec index 72d49923..1ca4f029 100644 --- a/tools-systemd/stage4-amd64.spec +++ b/tools-systemd/stage4-amd64.spec @@ -2,7 +2,7 @@ subarch: SARCH target: CSTAGE version_stamp: systemd rel_type: systemd/SARCH -profile: default/linux/PARCH/17.0/systemd +profile: default/linux/PARCH/17.1/systemd snapshot: current compression_mode: pixz_x decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip