diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-06-05 00:53:02 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-06-05 00:53:02 +1000 |
commit | 704c40b879e056c3939db3f74a3b1798b77363d2 (patch) | |
tree | 26322a510e4385fd64cea8fee047d9cf0995ed38 /tinderbox | |
parent | tinderbox: change default storage directory. (diff) | |
download | qa-scripts-704c40b879e056c3939db3f74a3b1798b77363d2.tar.gz qa-scripts-704c40b879e056c3939db3f74a3b1798b77363d2.tar.bz2 qa-scripts-704c40b879e056c3939db3f74a3b1798b77363d2.zip |
tinderbox: improve comments.
Diffstat (limited to 'tinderbox')
-rw-r--r-- | tinderbox/bashrc | 14 |
1 files 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 |