summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-12-12 21:41:55 +0100
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-12-12 21:41:55 +0100
commitbba4425f9983801b1a3346fc7a06ab0409a26b20 (patch)
tree528657bbc7ad793fc6cebfdbf62d85c2ffc2878e
parentRename all the references to me (flameyees) with references to tinderbox. (diff)
downloadflameeyes-tinderbox-bba4425f9983801b1a3346fc7a06ab0409a26b20.tar.gz
flameeyes-tinderbox-bba4425f9983801b1a3346fc7a06ab0409a26b20.tar.bz2
flameeyes-tinderbox-bba4425f9983801b1a3346fc7a06ab0409a26b20.zip
Use the same style for all warnings.
-rwxr-xr-xbashrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/bashrc b/bashrc
index f9ba35e..981fcdb 100755
--- a/bashrc
+++ b/bashrc
@@ -23,9 +23,9 @@ tinderbox_mask_pkg() {
tinderbox_if_file() {
if [[ -s "${T}"/$2 ]]; then
- ewarn "Tinderbox QA $1! $3"
+ eqawarn "Tinderbox QA $1! $3"
cat "${T}"/$2
- ewarn "Tinderbox QA $1 (end)! $3"
+ eqawarn "Tinderbox QA $1 (end)! $3"
fi
}
@@ -66,7 +66,7 @@ post_src_install() {
-fprintf "${T}"/tinderbox-pointless-la.log "/%P\n" \)
if [[ -d "${D}"/usr/share/locale ]] && ! [[ -s "${T}"/tinderbox-locales.log ]]; then
- eqawarn "No locales installed (bug #264114)"
+ eqawarn "Tinderbox QA Warning: No locales installed (bug #264114)"
fi
scanelf -R "${D}"/usr/share > "${T}"/tinderbox-share-elfs.log
@@ -89,7 +89,7 @@ make() {
if [[ "${FUNCNAME[1]}" == "einstall" ]] ; then
emake -j1 "$@"
else
- eqawarn "/etc/portage/bashrc QA notice: 'make' called by ${FUNCNAME[1]}"
+ eqawarn "Tinderbox QA Notice: 'make' called by ${FUNCNAME[1]}"
emake "$@"
fi
}