Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: tinderbox/
Date: Wed, 04 Jun 2014 14:56:02
Message-Id: 1401893582.704c40b879e056c3939db3f74a3b1798b77363d2.kensington@gentoo
1 commit: 704c40b879e056c3939db3f74a3b1798b77363d2
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 4 14:53:02 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 4 14:53:02 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=704c40b8
7
8 tinderbox: improve comments.
9
10 ---
11 tinderbox/bashrc | 14 ++++++++------
12 1 file changed, 8 insertions(+), 6 deletions(-)
13
14 diff --git a/tinderbox/bashrc b/tinderbox/bashrc
15 index 6f25266..584a9a1 100644
16 --- a/tinderbox/bashrc
17 +++ b/tinderbox/bashrc
18 @@ -19,13 +19,13 @@
19 # Setup instructions:
20 # - Copy this file to /etc/portage/bashrc
21 # - Configure portage:
22 -# - {CFLAGS,CXXFLAGS.FFLAGS,FCFLAGS}+="-frecord-gcc-switches"
23 -# - LDFLAGS+="-Wl,--hash-style=gnu"
24 -# - FEATURES+="test-fail-continue"
25 -# - PORTAGE_ELOG_CLASSES+="qa"
26 +# - {CFLAGS,CXXFLAGS.FFLAGS,FCFLAGS}="-frecord-gcc-switches"
27 +# - LDFLAGS="-Wl,--hash-style=gnu ${LDFLAGS}"
28 +# - FEATURES="test-fail-continue"
29 +# - PORTAGE_ELOG_CLASSES="qa"
30 # - Ensure TINDERBOX_DIR is writeable by the portage user
31 -# - Install desktop-file-utils (strongly recommended)
32 -# - Install pax-utils (strongly recommended)
33 +# - Install desktop-file-utils (recommended)
34 +# - Install pax-utils (recommended)
35 # - Install depcheck (optional)
36 #
37 # CURRENT QA CHECKS
38 @@ -92,6 +92,8 @@ tinderbox_failure() {
39 tinderbox_teardown_common
40 }
41
42 +# These checks cannot be performed until after post_src_install because
43 +# the required data is not yet available.
44 tinderbox_postinst_checks() {
45 # QA logs created by portage:
46 # - scanelf-execstack.log