From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 28A3B1393EA for ; Wed, 4 Jun 2014 14:56:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40DABE0983; Wed, 4 Jun 2014 14:56:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E509E0983 for ; Wed, 4 Jun 2014 14:56:00 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C7E933FDB5 for ; Wed, 4 Jun 2014 14:55:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 4FD00182D6 for ; Wed, 4 Jun 2014 14:55:58 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1401893582.704c40b879e056c3939db3f74a3b1798b77363d2.kensington@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: tinderbox/ X-VCS-Repository: proj/qa-scripts X-VCS-Files: tinderbox/bashrc X-VCS-Directories: tinderbox/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 704c40b879e056c3939db3f74a3b1798b77363d2 X-VCS-Branch: master Date: Wed, 4 Jun 2014 14:55:58 +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: 661f7cd6-1d63-4d07-8b36-ee0cdc053093 X-Archives-Hash: 7d068cf699d26e1a047e691b41378c39 commit: 704c40b879e056c3939db3f74a3b1798b77363d2 Author: Michael Palimaka gentoo org> AuthorDate: Wed Jun 4 14:53:02 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jun 4 14:53:02 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=704c40b8 tinderbox: improve comments. --- tinderbox/bashrc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/tinderbox/bashrc b/tinderbox/bashrc index 6f25266..584a9a1 100644 --- a/tinderbox/bashrc +++ b/tinderbox/bashrc @@ -19,13 +19,13 @@ # Setup instructions: # - Copy this file to /etc/portage/bashrc # - Configure portage: -# - {CFLAGS,CXXFLAGS.FFLAGS,FCFLAGS}+="-frecord-gcc-switches" -# - LDFLAGS+="-Wl,--hash-style=gnu" -# - FEATURES+="test-fail-continue" -# - PORTAGE_ELOG_CLASSES+="qa" +# - {CFLAGS,CXXFLAGS.FFLAGS,FCFLAGS}="-frecord-gcc-switches" +# - LDFLAGS="-Wl,--hash-style=gnu ${LDFLAGS}" +# - FEATURES="test-fail-continue" +# - PORTAGE_ELOG_CLASSES="qa" # - Ensure TINDERBOX_DIR is writeable by the portage user -# - Install desktop-file-utils (strongly recommended) -# - Install pax-utils (strongly recommended) +# - Install desktop-file-utils (recommended) +# - Install pax-utils (recommended) # - Install depcheck (optional) # # CURRENT QA CHECKS @@ -92,6 +92,8 @@ tinderbox_failure() { tinderbox_teardown_common } +# These checks cannot be performed until after post_src_install because +# the required data is not yet available. tinderbox_postinst_checks() { # QA logs created by portage: # - scanelf-execstack.log