Adding dev to tlnb.

This commit is contained in:
Samuel Clay 2013-03-26 10:11:27 -07:00
parent 9e5977f174
commit ceaf07ac87
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@
<img src="/media/img/logo_512.png" class="logo">
<h1>NewsBlur is in <span class="error404">maintenance mode</span></h1>
<div class="description">
<p>This will take only a minute. I'm switching db machines again.</p>
<p>This will take exactly 30 seconds. I'm moving some db servers out of rotation to better load test them. Why not instant? I don't know, ask MongoDB why an rs.remove command forced an Autoreconnect.</p>
<p>To pass the time, go surf <a href="http://mlkshk.com/popular">MLKSHK's popular page</a>.</p>
<p></p>
</div>

View file

@ -12,7 +12,7 @@ IGNORE_HOSTS = [
'push',
]
def main(role="app", role2="app"):
def main(role="app", role2="dev"):
streams = list()
path = "/srv/newsblur/logs/newsblur.log"
hosts_path = os.path.expanduser(os.path.join('../secrets-newsblur/configs/hosts.yml'))