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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2921158020 for ; Tue, 22 Nov 2022 02:07:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9DACE08BB; Tue, 22 Nov 2022 02:07:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA57DE08BB for ; Tue, 22 Nov 2022 02:07:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7286D340FF4 for ; Tue, 22 Nov 2022 02:07:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB4DE756 for ; Tue, 22 Nov 2022 02:07:12 +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: <1669082755.19b9890db5a9cd2f653b1a01ab77472b05f9074c.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-amd64.conf tools/catalyst-auto-arm.conf tools/catalyst-auto-arm64.conf tools/catalyst-auto-hppa.conf tools/catalyst-auto-ia64.conf tools/catalyst-auto-ppc.conf tools/catalyst-auto-ppc64le.conf tools/catalyst-auto-qemu-alpha.conf tools/catalyst-auto-qemu-loong.conf tools/catalyst-auto-qemu-m68k.conf tools/catalyst-auto-qemu-mips-common tools/catalyst-auto-qemu-riscv.conf tools/catalyst-auto-s390.conf tools/catalyst-auto-s390x.conf tools/catalyst-auto-sparc64.conf tools/catalyst-auto-x86.conf X-VCS-Directories: tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 19b9890db5a9cd2f653b1a01ab77472b05f9074c X-VCS-Branch: master Date: Tue, 22 Nov 2022 02:07:12 +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: 5e649a0d-7b5f-4d8c-8999-2e91ddee2761 X-Archives-Hash: 16c57de569d0bac29a8d5923acbc1427 commit: 19b9890db5a9cd2f653b1a01ab77472b05f9074c Author: Matt Turner gentoo org> AuthorDate: Tue Nov 22 02:05:55 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Nov 22 02:05:55 2022 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=19b9890d tools: mkdir build directories Signed-off-by: Matt Turner gentoo.org> tools/catalyst-auto-amd64.conf | 1 + tools/catalyst-auto-arm.conf | 1 + tools/catalyst-auto-arm64.conf | 1 + tools/catalyst-auto-hppa.conf | 1 + tools/catalyst-auto-ia64.conf | 1 + tools/catalyst-auto-ppc.conf | 1 + tools/catalyst-auto-ppc64le.conf | 1 + tools/catalyst-auto-qemu-alpha.conf | 1 + tools/catalyst-auto-qemu-loong.conf | 1 + tools/catalyst-auto-qemu-m68k.conf | 1 + tools/catalyst-auto-qemu-mips-common | 1 + tools/catalyst-auto-qemu-riscv.conf | 1 + tools/catalyst-auto-s390.conf | 1 + tools/catalyst-auto-s390x.conf | 1 + tools/catalyst-auto-sparc64.conf | 1 + tools/catalyst-auto-x86.conf | 1 + 16 files changed, 16 insertions(+) diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index 27578c1f..de6a291d 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -76,6 +76,7 @@ EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)" update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/builds/{default,clang,hardened,musl,musl-clang,musl-hardened} ; do + mkdir -p "${d}" pushd "${d}" >/dev/null || exit shopt -s extglob for f in $(ls stage3*${EXTENSIONS} | grep -v latest | give_latest_from_dates ) ; do diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf index 20408e93..64791df8 100644 --- a/tools/catalyst-auto-arm.conf +++ b/tools/catalyst-auto-arm.conf @@ -69,6 +69,7 @@ update_symlinks() { # Symlink the latest stages3 to build from local d f for d in "${BUILD_SRCDIR_BASE}/builds/default" "${BUILD_SRCDIR_BASE}/builds/musl" "${BUILD_SRCDIR_BASE}/builds/musl-hardened" ; do + mkdir -p "${d}" pushd "${d}" >/dev/null for f in $(ls stage3*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf index 558fd6ae..9b509fd1 100644 --- a/tools/catalyst-auto-arm64.conf +++ b/tools/catalyst-auto-arm64.conf @@ -32,6 +32,7 @@ update_symlinks() { # Symlink the latest stages3 to build from local d f for d in "${BUILD_SRCDIR_BASE}/builds/default" "${BUILD_SRCDIR_BASE}/builds/llvm" "${BUILD_SRCDIR_BASE}/builds/musl" "${BUILD_SRCDIR_BASE}/builds/musl-hardened" "${BUILD_SRCDIR_BASE}/builds/musl-llvm"; do + mkdir -p "${d}" pushd "${d}" >/dev/null for f in $(ls stage3-${SUBARCH}-*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf index 0b00fc9c..48fb5323 100644 --- a/tools/catalyst-auto-hppa.conf +++ b/tools/catalyst-auto-hppa.conf @@ -29,6 +29,7 @@ update_symlinks() { # Symlink the latest stages3 to build from local d f t for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do + mkdir -p "${d}" pushd "${d}" >/dev/null for t in hppa1.1 hppa2.0; do for f in $(ls stage3-${t}-*bz2 stage3-${t}-*xz | grep -v latest | give_latest_from_dates) ; do diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf index ba74d35c..bfefa37d 100644 --- a/tools/catalyst-auto-ia64.conf +++ b/tools/catalyst-auto-ia64.conf @@ -14,6 +14,7 @@ update_symlinks() { # Symlink the latest stages3 to build from local d f for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do + mkdir -p "${d}" pushd "${d}" >/dev/null for f in $(ls stage3*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index 46814162..d68333a6 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -26,6 +26,7 @@ update_symlinks() { # Symlink the latest stages3 to build from local d f for d in "${BUILD_SRCDIR_BASE}/builds/default" "${BUILD_SRCDIR_BASE}/builds/musl-hardened" ; do + mkdir -p "${d}" pushd "${d}" >/dev/null for f in $(ls stage3-ppc-*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf index 56e26f92..bd380359 100644 --- a/tools/catalyst-auto-ppc64le.conf +++ b/tools/catalyst-auto-ppc64le.conf @@ -26,6 +26,7 @@ update_symlinks() { # Symlink the latest stages3 to build from local d f t for d in "${BUILD_SRCDIR_BASE}"/builds/{default,power9le,power9le-mergedusr,musl-hardened,power9le-musl-hardened} ; do + mkdir -p "${d}" pushd "${d}" >/dev/null for t in ppc64le power9le; do for f in $(ls stage3-${t}-*xz | grep -v latest | give_latest_from_dates) ; do diff --git a/tools/catalyst-auto-qemu-alpha.conf b/tools/catalyst-auto-qemu-alpha.conf index e2eca036..7c12a687 100644 --- a/tools/catalyst-auto-qemu-alpha.conf +++ b/tools/catalyst-auto-qemu-alpha.conf @@ -21,6 +21,7 @@ update_symlinks() { # Symlink the latest stages3 to build from local d f for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do + mkdir -p "${d}" pushd "${d}" >/dev/null for f in $(ls stage3*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) diff --git a/tools/catalyst-auto-qemu-loong.conf b/tools/catalyst-auto-qemu-loong.conf index 69004e40..39d7e149 100644 --- a/tools/catalyst-auto-qemu-loong.conf +++ b/tools/catalyst-auto-qemu-loong.conf @@ -26,6 +26,7 @@ update_symlinks() { # Symlink the latest stages3 to build from local d f for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do + mkdir -p "${d}" pushd "${d}" >/dev/null for f in $(ls stage3*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) diff --git a/tools/catalyst-auto-qemu-m68k.conf b/tools/catalyst-auto-qemu-m68k.conf index 7c4d4268..96158c71 100644 --- a/tools/catalyst-auto-qemu-m68k.conf +++ b/tools/catalyst-auto-qemu-m68k.conf @@ -24,6 +24,7 @@ update_symlinks() { # Symlink the latest stages3 to build from local d f for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do + mkdir -p "${d}" pushd "${d}" >/dev/null for f in $(ls stage3*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common index e36acad6..8ec6a8ab 100644 --- a/tools/catalyst-auto-qemu-mips-common +++ b/tools/catalyst-auto-qemu-mips-common @@ -55,6 +55,7 @@ update_symlinks() { # Symlink the latest stages3 to build from local d f for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do + mkdir -p "${d}" pushd "${d}" >/dev/null for f in $(ls stage3*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf index 8b4edfdb..9c492491 100644 --- a/tools/catalyst-auto-qemu-riscv.conf +++ b/tools/catalyst-auto-qemu-riscv.conf @@ -42,6 +42,7 @@ update_symlinks() { # Symlink the latest stages3 to build from local d f for d in "${BUILD_SRCDIR_BASE}/builds/default" "${BUILD_SRCDIR_BASE}/builds/musl" ; do + mkdir -p "${d}" pushd "${d}" >/dev/null for f in $(ls stage3*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) diff --git a/tools/catalyst-auto-s390.conf b/tools/catalyst-auto-s390.conf index 21336ad8..96417029 100644 --- a/tools/catalyst-auto-s390.conf +++ b/tools/catalyst-auto-s390.conf @@ -21,6 +21,7 @@ update_symlinks() { # Symlink the latest stages3 to build from local d f for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do + mkdir -p "${d}" pushd "${d}" >/dev/null for f in $(ls stage3-${SUBARCH}-*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) diff --git a/tools/catalyst-auto-s390x.conf b/tools/catalyst-auto-s390x.conf index 62042a7b..b7ba5663 100644 --- a/tools/catalyst-auto-s390x.conf +++ b/tools/catalyst-auto-s390x.conf @@ -21,6 +21,7 @@ update_symlinks() { # Symlink the latest stages3 to build from local d f for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do + mkdir -p "${d}" pushd "${d}" >/dev/null for f in $(ls stage3-${SUBARCH}-*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf index 668fc265..99b8e0af 100644 --- a/tools/catalyst-auto-sparc64.conf +++ b/tools/catalyst-auto-sparc64.conf @@ -16,6 +16,7 @@ update_symlinks() { # Symlink the latest stages3 to build from local d f for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do + mkdir -p "${d}" pushd "${d}" >/dev/null for f in $(ls stage3-sparc-*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index 4a740f57..de8f1161 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -37,6 +37,7 @@ EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)" update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/builds/{default,hardened,musl} ; do + mkdir -p "${d}" pushd "${d}" >/dev/null || exit shopt -s extglob for f in $(ls stage3*${EXTENSIONS} | grep -v latest | give_latest_from_dates ) ; do