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 AF60C138334 for ; Sat, 5 Jan 2019 23:20:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6DDDE0B1C; Sat, 5 Jan 2019 23:20:19 +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 B2895E0B1C for ; Sat, 5 Jan 2019 23:20:19 +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 C1FC3335D0F for ; Sat, 5 Jan 2019 23:20:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FD10500 for ; Sat, 5 Jan 2019 23:20:03 +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: <1546730396.c58fc26660e5f697e470bdbf160f345ef3e5f8ed.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: c58fc26660e5f697e470bdbf160f345ef3e5f8ed X-VCS-Branch: master Date: Sat, 5 Jan 2019 23:20:03 +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: 8c4a4781-182f-4675-a1d6-b0cce28858e6 X-Archives-Hash: fbc9cd2f088d742fbd3080206bf9a0fe commit: c58fc26660e5f697e470bdbf160f345ef3e5f8ed Author: Matt Turner gentoo org> AuthorDate: Sat Jan 5 23:19:24 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Jan 5 23:19:56 2019 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=c58fc266 specs/ppc: Add ppc64le stage specs Signed-off-by: Matt Turner gentoo.org> releases/weekly/specs/ppc/ppc64le/stage1.spec | 12 ++++++++++++ releases/weekly/specs/ppc/ppc64le/stage3.spec | 10 ++++++++++ 2 files changed, 22 insertions(+) diff --git a/releases/weekly/specs/ppc/ppc64le/stage1.spec b/releases/weekly/specs/ppc/ppc64le/stage1.spec new file mode 100644 index 00000000..edb3c201 --- /dev/null +++ b/releases/weekly/specs/ppc/ppc64le/stage1.spec @@ -0,0 +1,12 @@ +subarch: ppc64le +target: stage1 +version_stamp: latest +rel_type: default +profile: default/linux/powerpc/ppc64/17.0/64bit-userland/little-endian +snapshot: latest +source_subpath: default/stage3-ppc64le-latest +compression_mode: pixz_x +decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip +update_seed: yes +update_seed_command: --update --deep @world --jobs 5 --load-average 5 +portage_confdir: @REPO_DIR@/releases/weekly/portage/stages diff --git a/releases/weekly/specs/ppc/ppc64le/stage3.spec b/releases/weekly/specs/ppc/ppc64le/stage3.spec new file mode 100644 index 00000000..3c681cfb --- /dev/null +++ b/releases/weekly/specs/ppc/ppc64le/stage3.spec @@ -0,0 +1,10 @@ +subarch: ppc64le +target: stage3 +version_stamp: latest +rel_type: default +profile: default/linux/powerpc/ppc64/17.0/64bit-userland/little-endian +snapshot: latest +source_subpath: default/stage1-ppc64le-latest +compression_mode: pixz_x +decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip +portage_confdir: @REPO_DIR@/releases/weekly/portage/stages