Ori.livneh has submitted this change and it was merged. Change subject: Ensure that status is always defined in deploy.checkout ......................................................................
Ensure that status is always defined in deploy.checkout Bug: 60068 Change-Id: I6db4da1c9d899f4729f5f37eca857b30aa886f39 --- M modules/deployment/files/modules/deploy.py 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Ori.livneh: Verified; Looks good to me, approved diff --git a/modules/deployment/files/modules/deploy.py b/modules/deployment/files/modules/deploy.py index 9561d32..762a0b3 100644 --- a/modules/deployment/files/modules/deploy.py +++ b/modules/deployment/files/modules/deploy.py @@ -576,6 +576,7 @@ ''' config = get_config(repo) depstats = [] + status = -1 # Notify the deployment system we started _check_in('deploy.checkout', repo) -- To view, visit https://gerrit.wikimedia.org/r/119232 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6db4da1c9d899f4729f5f37eca857b30aa886f39 Gerrit-PatchSet: 4 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: BryanDavis <bda...@wikimedia.org> Gerrit-Reviewer: BryanDavis <bda...@wikimedia.org> Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org> Gerrit-Reviewer: Ryan Lane <rl...@wikimedia.org> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits