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 E08D6138350 for ; Fri, 24 Apr 2020 23:26:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01174E0BA8; Fri, 24 Apr 2020 23:26:27 +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 DC868E0BA8 for ; Fri, 24 Apr 2020 23:26: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 CB64234F19B for ; Fri, 24 Apr 2020 23:26:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C69511E7 for ; Fri, 24 Apr 2020 23:26:23 +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: <1587770733.bf443b09a456bb94a70458e8d66d2d999bddee43.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ppc/ppc64le/ X-VCS-Repository: proj/releng X-VCS-Files: releases/weekly/specs/ppc/ppc64le/stage1.spec releases/weekly/specs/ppc/ppc64le/stage3.spec X-VCS-Directories: releases/weekly/specs/ppc/ppc64le/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: bf443b09a456bb94a70458e8d66d2d999bddee43 X-VCS-Branch: master Date: Fri, 24 Apr 2020 23:26: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: 29c24be0-7ce8-41d5-81fc-f2d4de054f85 X-Archives-Hash: 710628478cc764bf48a5fd52dc99c6d7 commit: bf443b09a456bb94a70458e8d66d2d999bddee43 Author: Matt Turner gentoo org> AuthorDate: Fri Apr 24 23:25:33 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Apr 24 23:25:33 2020 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=bf443b09 specs/ppc64le: Switch to new profiles Signed-off-by: Matt Turner gentoo.org> releases/weekly/specs/ppc/ppc64le/stage1.spec | 2 +- releases/weekly/specs/ppc/ppc64le/stage3.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/weekly/specs/ppc/ppc64le/stage1.spec b/releases/weekly/specs/ppc/ppc64le/stage1.spec index edb3c201..0594f2d8 100644 --- a/releases/weekly/specs/ppc/ppc64le/stage1.spec +++ b/releases/weekly/specs/ppc/ppc64le/stage1.spec @@ -2,7 +2,7 @@ subarch: ppc64le target: stage1 version_stamp: latest rel_type: default -profile: default/linux/powerpc/ppc64/17.0/64bit-userland/little-endian +profile: default/linux/ppc64le/17.0 snapshot: latest source_subpath: default/stage3-ppc64le-latest compression_mode: pixz_x diff --git a/releases/weekly/specs/ppc/ppc64le/stage3.spec b/releases/weekly/specs/ppc/ppc64le/stage3.spec index 3c681cfb..3af43553 100644 --- a/releases/weekly/specs/ppc/ppc64le/stage3.spec +++ b/releases/weekly/specs/ppc/ppc64le/stage3.spec @@ -2,7 +2,7 @@ subarch: ppc64le target: stage3 version_stamp: latest rel_type: default -profile: default/linux/powerpc/ppc64/17.0/64bit-userland/little-endian +profile: default/linux/ppc64le/17.0 snapshot: latest source_subpath: default/stage1-ppc64le-latest compression_mode: pixz_x