jenkins-bot has submitted this change and it was merged. (
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(-)
Approvals:
jenkins-bot: Verified
Nikerabbit: Looks good to me, approved
diff --git a/repong/repong.php b/repong/repong.php
index ee5da12..4cc7328 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: merged
Gerrit-Change-Id: Ibb75e05a38c1e0a25d355eb0189b2d6fd3f860c4
Gerrit-PatchSet: 2
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits