Bug #162450 - Try to avoid having so many bugs marked UPSTREAM by
authorZac Medico <zmedico@gentoo.org>
Fri, 11 Jan 2008 09:40:49 +0000 (09:40 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 11 Jan 2008 09:40:49 +0000 (09:40 -0000)
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

bin/misc-functions.sh

index 3985a3af38e93bbfcf4e1e5c5b0c8174541231ad..eafd39fdda0c0c72d2c05e0ece406110735a8a66 100755 (executable)
@@ -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