commit:     704c40b879e056c3939db3f74a3b1798b77363d2
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  4 14:53:02 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> 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

Reply via email to