From 64204296d23ca9983b7a39b11e0c3bed4b23f8a2 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 29 Mar 2012 15:58:58 -0400 Subject: Bug 740177 - Update the TryAutoLand WebService to allow removal of autoland patches r=glob --- extensions/TryAutoLand/bin/TryAutoLand.updateStatus.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'extensions/TryAutoLand/bin/TryAutoLand.updateStatus.pl') diff --git a/extensions/TryAutoLand/bin/TryAutoLand.updateStatus.pl b/extensions/TryAutoLand/bin/TryAutoLand.updateStatus.pl index faa6a3289..4a8f92089 100644 --- a/extensions/TryAutoLand/bin/TryAutoLand.updateStatus.pl +++ b/extensions/TryAutoLand/bin/TryAutoLand.updateStatus.pl @@ -47,10 +47,11 @@ print "Successfully logged in.\n"; ################################### my $attach_id = shift; +my $action = shift; my $status = shift; -$call = $rpc->call('TryAutoLand.updateStatus', - { attach_id => $attach_id, status => $status }); +$call = $rpc->call('TryAutoLand.update', + { attach_id => $attach_id, action => $action, status => $status }); my $result = ""; if ( $call->faultstring ) { -- cgit v1.2.3-24-g4f1b