summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-04-10 21:01:08 (GMT)
committerAlexey Neyman <stilor@att.net>2017-04-10 21:01:08 (GMT)
commit59651566a5583ec28e170124d21fbf1fb9f470c9 (patch)
treef9c49aa4e9bff4660d98344bc89706935a14f9f1 /scripts
parentee7662fa58a7f45ccd3e3520919ee70301ab7648 (diff)
Make guidelines for bug reporting more explicit
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/functions7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/functions b/scripts/functions
index 2bc2dac..3248c07 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -156,6 +156,13 @@ CT_OnError() {
fi
CT_DoLog ERROR ">> There is a list of known issues, some with workarounds, in:"
CT_DoLog ERROR ">> '${CT_DOC_DIR#${CT_TOP_DIR}/}/B - Known issues.txt'"
+ CT_DoLog ERROR ">>"
+ CT_DoLog ERROR ">> If you feel this is a bug in crosstool-NG, report it at:"
+ CT_DoLog ERROR ">> https://github.com/crosstool-ng/crosstool-ng/issues/"
+ CT_DoLog ERROR ">>"
+ CT_DoLog ERROR ">> Make sure your report includes all the information pertinent to this issue."
+ CT_DoLog ERROR ">> Read the bug reporting guidelines here:"
+ CT_DoLog ERROR ">> http://crosstool-ng.github.io/support/"
CT_DoLog ERROR ""
CT_DoEnd ERROR