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 4900E138206 for ; Tue, 16 Jan 2018 07:27:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86707E08BB; Tue, 16 Jan 2018 07:27:57 +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 58BEFE08BB for ; Tue, 16 Jan 2018 07:27:57 +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 B14F6335C30 for ; Tue, 16 Jan 2018 07:27:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03D5A1A6 for ; Tue, 16 Jan 2018 07:27:54 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1516067071.cb652173f6d910bcad4eb9be2ac0781d983b2ae2.vapier@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-alpha.conf tools/catalyst-auto-arm64.conf tools/catalyst-auto-armv4tl.conf tools/catalyst-auto-armv5tel.conf tools/catalyst-auto-armv6j.conf tools/catalyst-auto-armv6j_hardfp.conf tools/catalyst-auto-armv7a.conf tools/catalyst-auto-armv7a_hardfp.conf tools/catalyst-auto-hppa.conf tools/catalyst-auto-ia64.conf tools/catalyst-auto-ppc.conf tools/catalyst-auto-ppc64.conf tools/catalyst-auto-s390.conf tools/catalyst-auto-s390x.conf tools/catalyst-auto-sparc64.conf tools/catalyst-auto-x86-experimental.conf tools/catalyst-auto-x86.conf X-VCS-Directories: tools/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: cb652173f6d910bcad4eb9be2ac0781d983b2ae2 X-VCS-Branch: master Date: Tue, 16 Jan 2018 07:27:54 +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-Archives-Salt: 64afb30c-32dd-4417-b655-e22d10852f7d X-Archives-Hash: fb6cea1c1711a2a9914b53663f372630 commit: cb652173f6d910bcad4eb9be2ac0781d983b2ae2 Author: Mike Frysinger gentoo org> AuthorDate: Tue Jan 16 01:44:31 2018 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Jan 16 01:44:31 2018 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=cb652173 catalyst-auto: move remaining configs from pre_build to update_symlinks All the configs running symlink updates in pre_build can do it in the update_symlinks callback instead. Convert them over. tools/catalyst-auto-alpha.conf | 3 +-- tools/catalyst-auto-arm64.conf | 3 +-- tools/catalyst-auto-armv4tl.conf | 2 +- tools/catalyst-auto-armv5tel.conf | 2 +- tools/catalyst-auto-armv6j.conf | 2 +- tools/catalyst-auto-armv6j_hardfp.conf | 2 +- tools/catalyst-auto-armv7a.conf | 2 +- tools/catalyst-auto-armv7a_hardfp.conf | 2 +- tools/catalyst-auto-hppa.conf | 3 +-- tools/catalyst-auto-ia64.conf | 3 +-- tools/catalyst-auto-ppc.conf | 2 +- tools/catalyst-auto-ppc64.conf | 3 +-- tools/catalyst-auto-s390.conf | 3 +-- tools/catalyst-auto-s390x.conf | 3 +-- tools/catalyst-auto-sparc64.conf | 2 +- tools/catalyst-auto-x86-experimental.conf | 2 +- tools/catalyst-auto-x86.conf | 2 +- 17 files changed, 17 insertions(+), 24 deletions(-) diff --git a/tools/catalyst-auto-alpha.conf b/tools/catalyst-auto-alpha.conf index f72747ab..5b2bd2ed 100644 --- a/tools/catalyst-auto-alpha.conf +++ b/tools/catalyst-auto-alpha.conf @@ -22,8 +22,7 @@ give_latest_from_dates() { tr '~' '-' } - -pre_build() { +update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/builds/default ; do pushd $d >/dev/null diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf index f987eb9f..e9744337 100644 --- a/tools/catalyst-auto-arm64.conf +++ b/tools/catalyst-auto-arm64.conf @@ -25,8 +25,7 @@ give_latest_from_dates() { tr '~' '-' } - -pre_build() { +update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/builds/default ; do pushd $d diff --git a/tools/catalyst-auto-armv4tl.conf b/tools/catalyst-auto-armv4tl.conf index dfa65886..9ae84d5e 100644 --- a/tools/catalyst-auto-armv4tl.conf +++ b/tools/catalyst-auto-armv4tl.conf @@ -26,7 +26,7 @@ give_latest_from_dates() { } -pre_build() { +update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/builds/default ; do pushd $d >/dev/null diff --git a/tools/catalyst-auto-armv5tel.conf b/tools/catalyst-auto-armv5tel.conf index 7ae17c0e..072b8d8a 100644 --- a/tools/catalyst-auto-armv5tel.conf +++ b/tools/catalyst-auto-armv5tel.conf @@ -26,7 +26,7 @@ give_latest_from_dates() { } -pre_build() { +update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/builds/default ; do pushd $d >/dev/null diff --git a/tools/catalyst-auto-armv6j.conf b/tools/catalyst-auto-armv6j.conf index 950b7f03..9a14ddf9 100644 --- a/tools/catalyst-auto-armv6j.conf +++ b/tools/catalyst-auto-armv6j.conf @@ -26,7 +26,7 @@ give_latest_from_dates() { } -pre_build() { +update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/builds/default ; do pushd $d >/dev/null diff --git a/tools/catalyst-auto-armv6j_hardfp.conf b/tools/catalyst-auto-armv6j_hardfp.conf index 86ae9ddb..f3295b22 100644 --- a/tools/catalyst-auto-armv6j_hardfp.conf +++ b/tools/catalyst-auto-armv6j_hardfp.conf @@ -26,7 +26,7 @@ give_latest_from_dates() { } -pre_build() { +update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/builds/default ; do pushd $d >/dev/null diff --git a/tools/catalyst-auto-armv7a.conf b/tools/catalyst-auto-armv7a.conf index 33138ce6..66911204 100644 --- a/tools/catalyst-auto-armv7a.conf +++ b/tools/catalyst-auto-armv7a.conf @@ -26,7 +26,7 @@ give_latest_from_dates() { } -pre_build() { +update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/builds/default ; do pushd $d >/dev/null diff --git a/tools/catalyst-auto-armv7a_hardfp.conf b/tools/catalyst-auto-armv7a_hardfp.conf index 55dae2e1..4dd146f5 100644 --- a/tools/catalyst-auto-armv7a_hardfp.conf +++ b/tools/catalyst-auto-armv7a_hardfp.conf @@ -26,7 +26,7 @@ give_latest_from_dates() { } -pre_build() { +update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/builds/default ; do pushd $d >/dev/null diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf index 18ca85ff..9899e7da 100644 --- a/tools/catalyst-auto-hppa.conf +++ b/tools/catalyst-auto-hppa.conf @@ -27,8 +27,7 @@ give_latest_from_dates() { tr '~' '-' } - -pre_build() { +update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/builds/default ; do pushd $d >/dev/null diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf index 9f059ee3..dc91c4c4 100644 --- a/tools/catalyst-auto-ia64.conf +++ b/tools/catalyst-auto-ia64.conf @@ -22,8 +22,7 @@ give_latest_from_dates() { tr '~' '-' } - -pre_build() { +update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/builds/default ; do pushd $d >/dev/null diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index 43d9809f..139f1a1a 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -24,7 +24,7 @@ give_latest_from_dates() { tr '~' '-' } -pre_build() { +update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/builds/default ; do pushd $d >/dev/null diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64.conf index 1dfe64a9..d9c45856 100644 --- a/tools/catalyst-auto-ppc64.conf +++ b/tools/catalyst-auto-ppc64.conf @@ -25,8 +25,7 @@ give_latest_from_dates() { tr '~' '-' } - -pre_build() { +update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/builds/default ; do pushd $d >/dev/null diff --git a/tools/catalyst-auto-s390.conf b/tools/catalyst-auto-s390.conf index e580032a..44b47a93 100644 --- a/tools/catalyst-auto-s390.conf +++ b/tools/catalyst-auto-s390.conf @@ -22,8 +22,7 @@ give_latest_from_dates() { tr '~' '-' } - -pre_build() { +update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/builds/default ; do pushd $d >/dev/null diff --git a/tools/catalyst-auto-s390x.conf b/tools/catalyst-auto-s390x.conf index 37e543f5..c12a959e 100644 --- a/tools/catalyst-auto-s390x.conf +++ b/tools/catalyst-auto-s390x.conf @@ -22,8 +22,7 @@ give_latest_from_dates() { tr '~' '-' } - -pre_build() { +update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/builds/default ; do pushd $d >/dev/null diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf index cca8dd58..b3364f8f 100644 --- a/tools/catalyst-auto-sparc64.conf +++ b/tools/catalyst-auto-sparc64.conf @@ -23,7 +23,7 @@ give_latest_from_dates() { } -pre_build() { +update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/builds/{default,multilib} ; do pushd $d >/dev/null diff --git a/tools/catalyst-auto-x86-experimental.conf b/tools/catalyst-auto-x86-experimental.conf index e2c19761..9092e577 100644 --- a/tools/catalyst-auto-x86-experimental.conf +++ b/tools/catalyst-auto-x86-experimental.conf @@ -37,7 +37,7 @@ give_latest_from_dates() { tr '~' '-' } -pre_build() { +update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/{default,hardened} ; do pushd $d >/dev/null diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index 286a9304..d2042559 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -37,7 +37,7 @@ give_latest_from_dates() { tr '~' '-' } -pre_build() { +update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/{default,hardened} ; do pushd $d >/dev/null