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 C08DD138206 for ; Tue, 16 Jan 2018 07:27:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFE7CE08AE; Tue, 16 Jan 2018 07:27:56 +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 ABAC0E08AE for ; Tue, 16 Jan 2018 07:27:56 +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 9232D335C2C 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 E2C351A4 for ; Tue, 16 Jan 2018 07:27:53 +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: <1516066939.8f6370f8b309fbc8f958557f25f9c090c6345644.vapier@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto tools/catalyst-auto-amd64-experimental.conf tools/catalyst-auto-amd64.conf X-VCS-Directories: tools/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 8f6370f8b309fbc8f958557f25f9c090c6345644 X-VCS-Branch: master Date: Tue, 16 Jan 2018 07:27:53 +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: 5efcbdff-5334-43d7-b22a-50c4ed92e66a X-Archives-Hash: bd1b229b575b982762f1dc985e904998 commit: 8f6370f8b309fbc8f958557f25f9c090c6345644 Author: Mike Frysinger gentoo org> AuthorDate: Tue Jan 16 01:42:19 2018 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Jan 16 01:42:19 2018 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=8f6370f8 catalyst-auto: run update_symlinks by default in pre_build All configs defining update_symlinks run it in pre_build, and all the other configs will want to do the same. So make it the default in the pre_build phase. tools/catalyst-auto | 2 +- tools/catalyst-auto-amd64-experimental.conf | 4 ---- tools/catalyst-auto-amd64.conf | 4 ---- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/tools/catalyst-auto b/tools/catalyst-auto index cd23d159..750e7047 100755 --- a/tools/catalyst-auto +++ b/tools/catalyst-auto @@ -94,7 +94,7 @@ update_symlinks() { pre_build() { # This is a skeleton function that you can override from the config file. # It will be executed before the build is started. - : + update_symlinks } post_build() { diff --git a/tools/catalyst-auto-amd64-experimental.conf b/tools/catalyst-auto-amd64-experimental.conf index e4766949..70963a0a 100644 --- a/tools/catalyst-auto-amd64-experimental.conf +++ b/tools/catalyst-auto-amd64-experimental.conf @@ -71,10 +71,6 @@ update_symlinks() { done } -pre_build() { - update_symlinks -} - post_build() { cmd=( rsync diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index a2a0abdc..e469a487 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -75,10 +75,6 @@ update_symlinks() { done } -pre_build() { - update_symlinks -} - post_build() { cmd=( rsync