adding local use case to taskotron roles, fixing up some vars to be more consistent
This commit is contained in:
parent
dba8995baa
commit
497f77b7aa
21 changed files with 58 additions and 19 deletions
|
@ -15,7 +15,7 @@
|
|||
copy: src=static/ dest=/var/www/html/static owner=apache group=apache mode=0644
|
||||
|
||||
- name: copy fonts
|
||||
copy: src={{ bigfiles }}/fonts dest=/var/www/html/static/fonts owner=apache group=apache mode=0644
|
||||
copy: src={{ bigfiles }}/fonts dest=/var/www/html/static/ owner=apache group=apache mode=0644
|
||||
|
||||
- name: generate landing page
|
||||
template: src=landingpage.html.j2 dest=/var/www/html/index.html owner=apache group=apache mode=0644
|
||||
|
|
|
@ -85,8 +85,8 @@
|
|||
<ul>
|
||||
<li><a href="/taskmaster/waterfall">Recently Executed Tasks</a></li>
|
||||
<li><a href="https://fedoraproject.org/wiki/Taskotron/Tasks">Information about Taskotron Tasks (and help for reading their output)</a></li>
|
||||
<li><a href="/{{ resultsdb_endpoint }}/jobs">Browse Task Results</a></li>
|
||||
{% if deployment_type == 'dev' or deployment_type == 'stg' %}
|
||||
<li><a href="/{{ resultsdb_fe_endpoint }}/jobs">Browse Task Results</a></li>
|
||||
{% if deployment_type in ['dev', 'stg', 'local'] %}
|
||||
<li><a href="/{{ fakefedorainfra_endpoint }}/boji/comments">Simulated Bodhi Comments (bodhi comments are not made in dev or stg)</a></li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue