Bug #162450 - Try to avoid having so many bugs marked UPSTREAM by
authorZac Medico <zmedico@gentoo.org>
Fri, 11 Jan 2008 06:51:09 +0000 (06:51 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 11 Jan 2008 06:51:09 +0000 (06:51 -0000)
encouraging users to report 'poor programming practices' QA issues
upstream and show them the $HOMEPAGE for convenience.

svn path=/main/trunk/; revision=9176

bin/misc-functions.sh

index 6c34fd044aef9fcaf6870ee830cecdb85e12999d..a15e99adeec07e1bb48055daf5970be4784f441e 100755 (executable)
@@ -321,6 +321,13 @@ install_qa_check() {
                                *) abort="yes";;
                        esac
                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