Yuvipanda has submitted this change and it was merged.

Change subject: tools: Fix how bigbrother calls webservice2 for trusty
......................................................................


tools: Fix how bigbrother calls webservice2 for trusty

Change-Id: I0febc82aeb5d8de1d05ee6f84fe7560e4e5584b6
---
M modules/toollabs/files/bigbrother
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Yuvipanda: Verified; Looks good to me, approved



diff --git a/modules/toollabs/files/bigbrother 
b/modules/toollabs/files/bigbrother
index 962546a..4a82cc4 100755
--- a/modules/toollabs/files/bigbrother
+++ b/modules/toollabs/files/bigbrother
@@ -102,7 +102,7 @@
                     next;
                 }
                 $expect = "$name-$1";
-                $start = "/usr/local/bin/webservice2 --release $rel $name 
start";
+                $start = "/usr/local/bin/webservice2 $rel $name start";
             } elsif(m/^jstart\s+-N\s+(\S+)\s+(.*)$/) {
                 $expect = $1;
                 $start = "/usr/bin/jstart -N '$expect' $2";

-- 
To view, visit https://gerrit.wikimedia.org/r/201402
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0febc82aeb5d8de1d05ee6f84fe7560e4e5584b6
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <yuvipa...@gmail.com>
Gerrit-Reviewer: Yuvipanda <yuvipa...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to