aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Chary <corentin.chary@gmail.com>2013-08-27 00:51:12 -0700
committerCorentin Chary <corentin.chary@gmail.com>2013-08-27 00:51:12 -0700
commit4fef44668c93f3a3daad69d2a7ef8a2dc5477b64 (patch)
treed9e5e78e15a37310a6533634b31eef80cbb9f151
parentfixes (diff)
parentAdding links to bugs.g.o and qa-reports.g.o (diff)
downloadeuscan-4fef44668c93f3a3daad69d2a7ef8a2dc5477b64.tar.gz
euscan-4fef44668c93f3a3daad69d2a7ef8a2dc5477b64.tar.bz2
euscan-4fef44668c93f3a3daad69d2a7ef8a2dc5477b64.zip
Merge pull request #22 from volpino/master
Adding links to bugs.g.o and qa-reports.g.o and minor fixes
-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>