aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/euscan2
-rw-r--r--euscanwww/djeuscan/templates/euscan/_package_details.html15
2 files changed, 16 insertions, 1 deletions
diff --git a/bin/euscan b/bin/euscan
index 255151b..e1c5e8c 100755
--- a/bin/euscan
+++ b/bin/euscan
@@ -121,7 +121,7 @@ def print_usage(_error=None, help=None):
" " * 38 + "0 means disabled", file=out)
print(yellow(" -f, --format=<format>") +
" - define the output " + yellow("<format>") +
- " (available: json)", file=out)
+ " (available: json, xml)", file=out)
print(yellow(" -p, --progress") +
" - display a progress bar", file=out)
print(yellow(" -i, --ignore-pre-release") +
diff --git a/euscanwww/djeuscan/templates/euscan/_package_details.html b/euscanwww/djeuscan/templates/euscan/_package_details.html
index 3110606..64f8f3b 100644
--- a/euscanwww/djeuscan/templates/euscan/_package_details.html
+++ b/euscanwww/djeuscan/templates/euscan/_package_details.html
@@ -45,6 +45,21 @@
</p>
{% endfor %}
</dd>
+ <dt>Q&amp;A</dt>
+ <dd>
+ <ul>
+ <li>
+ <a href="https://bugs.gentoo.org/buglist.cgi?quicksearch={{ package.cp }}">
+ {{ package.cp }} on bugs.g.o
+ </a>
+ </li>
+ <li>
+ <a href="http://qa-reports.gentoo.org/output/genrdeps/rindex/{{ package.cp }}">
+ {{ package.cp }} on qa-reports.g.o
+ </a>
+ </li>
+ </ul>
+ </dd>
{% endif %}
{% if packaged %}
<dt>Packaged Versions</dt>