diff options
author | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2009-12-12 21:40:19 +0100 |
---|---|---|
committer | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2009-12-12 21:40:19 +0100 |
commit | d1c2732d060c9170c42bb5ebe012f36cb394b37a (patch) | |
tree | c8d36f178a84dd39f922c728b4e486683c08782e | |
parent | Fix parameter. (diff) | |
download | flameeyes-tinderbox-d1c2732d060c9170c42bb5ebe012f36cb394b37a.tar.gz flameeyes-tinderbox-d1c2732d060c9170c42bb5ebe012f36cb394b37a.tar.bz2 flameeyes-tinderbox-d1c2732d060c9170c42bb5ebe012f36cb394b37a.zip |
Rename all the references to me (flameyees) with references to tinderbox.
Since I'm opening this one it's no longer specific to me.
-rwxr-xr-x | bashrc | 56 |
1 files changed, 28 insertions, 28 deletions
@@ -21,66 +21,66 @@ tinderbox_mask_pkg() { SANDBOX_ON=0 sed -i -e "\$a =${CATEGORY}/${PF}" /etc/portage/package.mask/currentrun } -flameeyes_if_file() { +tinderbox_if_file() { if [[ -s "${T}"/$2 ]]; then - ewarn "Flameeyes QA $1! $3" + ewarn "Tinderbox QA $1! $3" cat "${T}"/$2 - ewarn "Flameeyes QA $1 (end)! $3" + ewarn "Tinderbox QA $1 (end)! $3" fi } post_src_install() { - # scanelf -q -F "#s%F" -R -s '-__(|l|f)xstat' "${D}" > "${T}"/flameeyes-scanelf-stat64.log - # if [[ -s "${T}"/flameeyes-scanelf-stat64.log ]]; then - # ewarn "Flameeyes QA Warning! Missing largefile support" - # cat "${T}"/flameeyes-scanelf-stat64.log >/dev/stderr + # scanelf -q -F "#s%F" -R -s '-__(|l|f)xstat' "${D}" > "${T}"/tinderbox-scanelf-stat64.log + # if [[ -s "${T}"/tinderbox-scanelf-stat64.log ]]; then + # ewarn "Tinderbox QA Warning! Missing largefile support" + # cat "${T}"/tinderbox-scanelf-stat64.log >/dev/stderr # fi - rm -f "${T}"/flameeyes-scanelf-bundled.log + rm -f "${T}"/tinderbox-scanelf-bundled.log for symbol in adler32 BZ2_decompress jpeg_mem_init XML_Parse avcodec_init png_get_libpng_ver lt_dlopen GC_stdout; do - scanelf -qRs +$symbol "${D}" >> "${T}"/flameeyes-scanelf-bundled.log + scanelf -qRs +$symbol "${D}" >> "${T}"/tinderbox-scanelf-bundled.log done - flameeyes_if_file Warning flameeyes-scanelf-bundled.log "Possibly bundled libraries" + tinderbox_if_file Warning tinderbox-scanelf-bundled.log "Possibly bundled libraries" - rm -f "${T}"/flameeyes-scanelf-insecure.log + rm -f "${T}"/tinderbox-scanelf-insecure.log for symbol in tmpnam tmpnam_r tempnam gets sigstack getpw getwd mktemp; do - scanelf -qRs -$symbol "${D}" >> "${T}"/flameeyes-scanelf-insecure.log + scanelf -qRs -$symbol "${D}" >> "${T}"/tinderbox-scanelf-insecure.log done - flameeyes_if_file Notice flameeyes-scanelf-insecure.log "Insecure functions used" + tinderbox_if_file Notice tinderbox-scanelf-insecure.log "Insecure functions used" find "${D}" \ - \( -name '._*' -fprintf "${T}"/flameeyes-osx-forkfile.log "%P\n" \) , \ - \( -perm /6000 -fprintf "${T}"/flameeyes-setXid-binaries.log "%#m %u:%g %P\n" \) , \ + \( -name '._*' -fprintf "${T}"/tinderbox-osx-forkfile.log "%P\n" \) , \ + \( -perm /6000 -fprintf "${T}"/tinderbox-setXid-binaries.log "%#m %u:%g %P\n" \) , \ \( \( -path "${D}"usr/man/\* -or -path "${D}"usr/info/\* -or \ -path "${D}"usr/X11R6/\* -or -path "${D}"usr/doc/\* -or \ -path "${D}"usr/locale/\* -or -path "${D}"usr/lib/perl5/site_perl/\* -or \ -path "${D}"usr/local/\* \ - \) -fprintf "${T}"/flameeyes-invalid-directory.log "/%P\n" \) , \ + \) -fprintf "${T}"/tinderbox-invalid-directory.log "/%P\n" \) , \ \( -path "${D}"usr/share/doc/\* -type d -prune -not \( -name "${PF}" -or -name 'KDE4' -or -name 'HTML' \) \ - -fprintf "${T}"/flameeyes-invalid-directory.log "/%P\n" \) , \ + -fprintf "${T}"/tinderbox-invalid-directory.log "/%P\n" \) , \ \( -path "${D}"usr/share/locale/\* -name '*.mo' \ - -fprintf "${T}"/flameeyes-locales.log "/%P\n" \) , \ + -fprintf "${T}"/tinderbox-locales.log "/%P\n" \) , \ \( \( -path "${D}"/usr/lib\*/python\*/site-packages/\* -or \ -path "${D}"/usr/lib\*/ruby/site-ruby/\* -or \ -path "${D}"/usr/lib\*/perl5/\* \) -name '*.la' \ - -fprintf "${T}"/flameeyes-pointless-la.log "/%P\n" \) + -fprintf "${T}"/tinderbox-pointless-la.log "/%P\n" \) - if [[ -d "${D}"/usr/share/locale ]] && ! [[ -s "${T}"/flameeyes-locales.log ]]; then + if [[ -d "${D}"/usr/share/locale ]] && ! [[ -s "${T}"/tinderbox-locales.log ]]; then eqawarn "No locales installed (bug #264114)" fi - scanelf -R "${D}"/usr/share > "${T}"/flameeyes-share-elfs.log + scanelf -R "${D}"/usr/share > "${T}"/tinderbox-share-elfs.log if has binchecks ${RESTRICT}; then - scanelf -R "${D}" > "${T}"/flameeyes-elfs-bincheck.log + scanelf -R "${D}" > "${T}"/tinderbox-elfs-bincheck.log fi - flameeyes_if_file Warning flameeyes-invalid-directory.log "Invalid directories in image" - flameeyes_if_file Warning flameeyes-osx-forkfile.log "OSX fork files found (._*)" - flameeyes_if_file Warning flameeyes-share-elfs.log "ELF files in /usr/share" - flameeyes_if_file Warning flameeyes-elfs-bincheck.log "ELF files in a binchecks-restricted package" - flameeyes_if_file Warning flameeyes-pointless-la.log "Pointless libtool .la files found" - flameeyes_if_file Notice flameeyes-setXid-binaries.log "setXid files found" + tinderbox_if_file Warning tinderbox-invalid-directory.log "Invalid directories in image" + tinderbox_if_file Warning tinderbox-osx-forkfile.log "OSX fork files found (._*)" + tinderbox_if_file Warning tinderbox-share-elfs.log "ELF files in /usr/share" + tinderbox_if_file Warning tinderbox-elfs-bincheck.log "ELF files in a binchecks-restricted package" + tinderbox_if_file Warning tinderbox-pointless-la.log "Pointless libtool .la files found" + tinderbox_if_file Notice tinderbox-setXid-binaries.log "setXid files found" lafilefixer "${D}" } |