adding phabricator-welcome file and updating config template

This commit is contained in:
Tim Flink 2015-02-02 06:21:04 +00:00
parent d29660460c
commit af120e0a11
2 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,16 @@
<h1>Fedora QA Devel Phabricator</h1>
<p>The Fedora QA Devel team uses this phabricator instance for tracking issues,
code reviews and some documentation. We can be reached through
<a href="https://admin.fedoraproject.org/mailman/listinfo/qa-devel">our mailing list</a>
or in the <a href="http://webchat.freenode.net/?channels=#fedora-qa"> #fedora-qa channel on Freenode</a>.
</p>
<br>
<h2>Useful Links</h2>
<ul>
<li><a href="http://docs.qadevel.cloud.fedoraproject.org/libtaskotron/latest/">Libtaskotron Documentation</a></li>
<li><a href="https://bitbucket.org/fedoraqa">Canonical Git Repos (bitbucket project)<li>
</ul>

View file

@ -12,7 +12,7 @@ return array(
'phd.user' => '{{ phabricator_daemon_user }}',
'environment.append-paths' => ['/usr/libexec/git-core/'],
'diffusion.ssh-user' => '{{ phabricator_vcs_user }}',
'welcome.html' => '{{ lookup("file", files + "/phabricator-welcome.html") }}',
'welcome.html' => '{{ lookup("file", "phabricator-welcome.html") }}',
'ui.header-color' => '{{ phabricator_header_color }}',
'metamta.default-address' => 'phab@{{ external_hostname }}',
'metamta.domain' => '{{ external_hostname }}',