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 EDD96138335 for ; Thu, 5 Sep 2019 15:48:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3880E07F6; Thu, 5 Sep 2019 15:48:55 +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 C6E7FE07F6 for ; Thu, 5 Sep 2019 15:48:55 +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 D798734ACCB for ; Thu, 5 Sep 2019 15:48:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AE547C6 for ; Thu, 5 Sep 2019 15:48:53 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1567698410.e138bd87ead381ca9265b852315e823f4b2cee37.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ia64/ X-VCS-Repository: proj/releng X-VCS-Files: releases/weekly/specs/ia64/stage1.spec releases/weekly/specs/ia64/stage2.spec releases/weekly/specs/ia64/stage3.spec X-VCS-Directories: releases/weekly/specs/ia64/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e138bd87ead381ca9265b852315e823f4b2cee37 X-VCS-Branch: master Date: Thu, 5 Sep 2019 15:48:53 +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: 12f5c2da-aa02-4dea-af47-97df83ae3766 X-Archives-Hash: a5c1ac8fc17f077949453c703306f326 commit: e138bd87ead381ca9265b852315e823f4b2cee37 Author: Matt Turner gentoo org> AuthorDate: Thu Sep 5 15:46:50 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Sep 5 15:46:50 2019 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=e138bd87 specs/ia64: Set portage_prefix and update_seed_command Signed-off-by: Matt Turner gentoo.org> releases/weekly/specs/ia64/stage1.spec | 2 ++ releases/weekly/specs/ia64/stage2.spec | 1 + releases/weekly/specs/ia64/stage3.spec | 1 + 3 files changed, 4 insertions(+) diff --git a/releases/weekly/specs/ia64/stage1.spec b/releases/weekly/specs/ia64/stage1.spec index c02cc2d2..d2bccc9e 100644 --- a/releases/weekly/specs/ia64/stage1.spec +++ b/releases/weekly/specs/ia64/stage1.spec @@ -6,4 +6,6 @@ profile: default/linux/ia64/17.0 snapshot: latest source_subpath: default/stage3-ia64-latest update_seed: yes +update_seed_command: --update --deep @world portage_confdir: @REPO_DIR@/releases/weekly/portage/stages +portage_prefix: releng diff --git a/releases/weekly/specs/ia64/stage2.spec b/releases/weekly/specs/ia64/stage2.spec index 63af244c..f4bada36 100644 --- a/releases/weekly/specs/ia64/stage2.spec +++ b/releases/weekly/specs/ia64/stage2.spec @@ -6,3 +6,4 @@ profile: default/linux/ia64/17.0 snapshot: latest source_subpath: default/stage1-ia64-latest portage_confdir: @REPO_DIR@/releases/weekly/portage/stages +portage_prefix: releng diff --git a/releases/weekly/specs/ia64/stage3.spec b/releases/weekly/specs/ia64/stage3.spec index fc7aeb91..60b2f96a 100644 --- a/releases/weekly/specs/ia64/stage3.spec +++ b/releases/weekly/specs/ia64/stage3.spec @@ -6,3 +6,4 @@ profile: default/linux/ia64/17.0 snapshot: latest source_subpath: default/stage1-ia64-latest portage_confdir: @REPO_DIR@/releases/weekly/portage/stages +portage_prefix: releng