| |
@@ -6,11 +6,11 @@
|
| |
</div>
|
| |
{% endif %} {%- endmacro %} {% extends "base_nav.html" %} {% block jsheader %} {% endblock %} {% block info %}
|
| |
<div class="row">
|
| |
- <div class="col-md-12" id="partnerbz-container">
|
| |
- {# Figure out a way to show this if partner-bugzilla is being used
|
| |
+ <div class="col-md-12" id="stagebz-container">
|
| |
+ {# Figure out a way to show this if staging bugzilla is being used
|
| |
<div class="alert-info alert" role="alert">
|
| |
The proposal functionality is hooked up to
|
| |
- <a href="https://partner-bugzilla.redhat.com/">partner-bugzilla</a>
|
| |
+ <a href="https://bugzilla.stage.redhat.com/">staging bugzilla</a>
|
| |
which isn't always in sync with the real bugzilla instance. Any bugs proposed though this page will only show up there and
|
| |
not in the production bugzilla. You may see errors about invalid bugs which would not be true about the production
|
| |
bugzilla instance.
|
| |
https://partner-bugzilla.redhat.com is being removed, and
https://bugzilla.stage.redhat.com is provided instead. Replace all configuration
and code with the new URL.
Require python-bugzilla >= 3.1.0, because it contains an important fix for
bugzilla.stage handling.