Merge pull request #22 from volpino/master
Adding links to bugs.g.o and qa-reports.g.o and minor fixes
This commit is contained in:
commit
4fef44668c
@ -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") +
|
||||
|
@ -45,6 +45,21 @@
|
||||
</p>
|
||||
{% endfor %}
|
||||
</dd>
|
||||
<dt>Q&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>
|
||||
|
Loading…
Reference in New Issue
Block a user