summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-01-11 09:40:49 +0000
committerZac Medico <zmedico@gentoo.org>2008-01-11 09:40:49 +0000
commit9c77300dc571d62a9f66ae98454ace5017456189 (patch)
treebddc99fabf0bf4aa624c594ebfc7f7e6ad4fd5f0 /bin/misc-functions.sh
parentbb0c42fcc98ec289121caa3ca7cde0f53822a410 (diff)
downloadportage-9c77300dc571d62a9f66ae98454ace5017456189.tar.gz
portage-9c77300dc571d62a9f66ae98454ace5017456189.tar.bz2
portage-9c77300dc571d62a9f66ae98454ace5017456189.zip
Bug #162450 - Try to avoid having so many bugs marked UPSTREAM by
encouraging users to report 'poor programming practices' QA issues upstream and show them the $HOMEPAGE for convenience. (trunk r9176) svn path=/main/branches/2.1.2/; revision=9180
Diffstat (limited to 'bin/misc-functions.sh')
-rwxr-xr-xbin/misc-functions.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 3985a3af3..eafd39fdd 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -314,6 +314,13 @@ install_qa_check() {
vecho -ne '\a\n'
abort="yes"
fi
+ if [[ ${abort} == "yes" ]] || ; then
+ echo "Please do not file a Gentoo bug and instead" \
+ "report the above QA issues directly to the upstream" \
+ "developers of this software." | fmt -w 70 | \
+ while read line ; do eqawarn "${line}" ; done
+ eqawarn "Homepage: ${HOMEPAGE}"
+ fi
[[ ${abort} == "yes" ]] && hasq stricter ${FEATURES} && die "poor code kills airplanes"
fi