Nikerabbit has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/396018 )

Change subject: RepoNG: Change failure to get state from exception to warning.
......................................................................

RepoNG: Change failure to get state from exception to warning.

Change-Id: Ibb75e05a38c1e0a25d355eb0189b2d6fd3f860c4
---
M repong/repong.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/18/396018/1

diff --git a/repong/repong.php b/repong/repong.php
index 5ebfd17..7f0698b 100644
--- a/repong/repong.php
+++ b/repong/repong.php
@@ -264,7 +264,7 @@
                                if ( $process->isSuccessful() ) {
                                        $state = trim( $process->getOutput() );
                                } else {
-                                       throw new ProcessFailedException( 
$process );
+                                       $output->writeln( "Unable to 
synchronize the state for repository $name" );
                                }
                        }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibb75e05a38c1e0a25d355eb0189b2d6fd3f860c4
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>

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

Reply via email to