Yuvipanda has submitted this change and it was merged.

Change subject: tools: Make bigbrother stop using old webservice
......................................................................


tools: Make bigbrother stop using old webservice

Preparing for getting rid of old webservice from everywhere!

Bug: T90855
Change-Id: Ifcd5dd8910ff30991c394ee1d5563af113478fbc
---
M modules/toollabs/files/bigbrother
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Yuvipanda: Verified; Looks good to me, approved
  coren: Looks good to me, but someone else must approve



diff --git a/modules/toollabs/files/bigbrother 
b/modules/toollabs/files/bigbrother
index 26b6337..962546a 100755
--- a/modules/toollabs/files/bigbrother
+++ b/modules/toollabs/files/bigbrother
@@ -85,7 +85,7 @@
                     next;
                 }
                 $expect = "$name-$1";
-                $start = "/usr/bin/webservice -$name start";
+                $start = "/usr/local/bin/webservice2 --release precise $name 
start";
             } elsif(m/^webservice2(:?\s+-([a-z]+))?$/) {
                 my $name = $2 // "lighttpd";
                 unless($username =~ m/^tools\.(.*)$/) {
@@ -102,7 +102,7 @@
                     next;
                 }
                 $expect = "$name-$1";
-                $start = "/usr/local/bin/webservice2 $rel $name start";
+                $start = "/usr/local/bin/webservice2 --release $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/201283
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifcd5dd8910ff30991c394ee1d5563af113478fbc
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: coren <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to