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 1A6CF138334 for ; Sat, 5 Jan 2019 23:20:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F351DE0AF3; Sat, 5 Jan 2019 23:20:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CA567E0AF3 for ; Sat, 5 Jan 2019 23:20:18 +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 38E91335CEA 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 7C0804F2 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: <1546729308.12f78e9aa32a22371d5ccbcfdf5cceaac9ef3b71.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-ppc64.conf tools/catalyst-auto-ppc64le.conf X-VCS-Directories: tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 12f78e9aa32a22371d5ccbcfdf5cceaac9ef3b71 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: 7e95d0e1-0fe6-4d69-a8e6-1ec80405fbbf X-Archives-Hash: fb7e7fefe3ed85b83dd6a813632bfe08 commit: 12f78e9aa32a22371d5ccbcfdf5cceaac9ef3b71 Author: Matt Turner gentoo org> AuthorDate: Sat Jan 5 23:01:48 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Jan 5 23:01:48 2019 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=12f78e9a catalyst-auto-ppc64le.conf: Move from catalyst-auto-ppc64.conf catalyst-auto-ppc64.conf is no longer used since ppc and ppc64 builds are done from catalyst-auto-ppc.conf. Repurpose (and rename) this file to be used by ppc64le. Signed-off-by: Matt Turner gentoo.org> tools/{catalyst-auto-ppc64.conf => catalyst-auto-ppc64le.conf} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64le.conf similarity index 87% rename from tools/catalyst-auto-ppc64.conf rename to tools/catalyst-auto-ppc64le.conf index 7c1ed9d3..e375b980 100644 --- a/tools/catalyst-auto-ppc64.conf +++ b/tools/catalyst-auto-ppc64le.conf @@ -1,7 +1,7 @@ # This is the config file for the catalyst-auto script. It should be pretty # self-explanatory. -SPECS_DIR=${REPO_DIR}/releases/weekly/specs/ppc/ppc64 +SPECS_DIR=${REPO_DIR}/releases/weekly/specs/ppc/ppc64le SPECS="stage1.spec stage3.spec" @@ -13,7 +13,7 @@ SPECS="stage1.spec stage3.spec" KCONFIG_DIR=${REPO_DIR}/releases/weekly/kconfig/powerpc -EMAIL_SUBJECT_PREPEND="[ppc64-auto]" +EMAIL_SUBJECT_PREPEND="[ppc64le-auto]" give_latest_from_dates() { sed 's,-20,~20,g' | \ @@ -37,9 +37,9 @@ convert_filename() { update_symlinks() { # Symlink the latest stages3 to build from local d f t - for d in "${BUILD_SRCDIR_BASE}/builds/default/ppc64" ; do + for d in "${BUILD_SRCDIR_BASE}/builds/default/ppc64le" ; do pushd "${d}" >/dev/null - for t in ppc64; do + for t in ppc64le; do for f in $(ls stage3-${t}-*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) ln -sf "${f}" "${of}" @@ -63,7 +63,7 @@ post_build() { upload *${TIMESTAMP}*.iso* ;; stage3*.spec) - upload stage3-ppc64-*${TIMESTAMP}*.xz* + upload stage3-ppc64le-*${TIMESTAMP}*.xz* ;; esac