#!/usr/bin/env sh set -x set -e rm -rf nohup.out nohup.pid rooms=9455_test@conf.hipchat.com for r in ops_only all_engr lunch_room qoe \ a2m project_easyfit non_functional_test_team \ sawmill_feedback indigo_feedback media_team \ support_and_ops bitcouncil hangouts_project ; do rooms="9455_$r@conf.hipchat.com,$rooms" done bundle exec bin/robit \ -j 9455_468553@chat.hipchat.com \ -p "$1" \ -n 'robit' \ -N 'Robit (bot)' \ -k "$2" \ -r "$rooms"