jenkins-bot has submitted this change and it was merged. Change subject: beta: Use scap-recompile from the scap git repo ......................................................................
beta: Use scap-recompile from the scap git repo Need to point /usr/local/bin/scap-recompile. Due to some issue with the script provided by the scap repo, this change depends on https://gerrit.wikimedia.org/r/#/c/120936/ to be merged.. Updates job beta-recompile-math-texvc Change-Id: I328dc8bc58d869a3d651460de6920c2588c4d0d8 --- M beta.yaml 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/beta.yaml b/beta.yaml index a08030b..cc56557 100644 --- a/beta.yaml +++ b/beta.yaml @@ -33,7 +33,7 @@ # Job to recompile math texvc whenever the mediawiki/extensions/Math repository # is updated. The job makes sure the submodule is up-to-date before triggering -# the /usr/bin/scap-recompile script. +# the /usr/local/bin/scap-recompile script. # # Should be triggered on post merge. # @@ -56,7 +56,7 @@ git submodule Math ; ' echo "Recompiling texvc as user 'mwdeploy'" - sudo -u mwdeploy /usr/bin/scap-recompile + sudo -u mwdeploy /bin/bash /usr/local/bin/scap-recompile # Job to run MediaWiki update.php script on all the beta wikis. -- To view, visit https://gerrit.wikimedia.org/r/120937 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I328dc8bc58d869a3d651460de6920c2588c4d0d8 Gerrit-PatchSet: 3 Gerrit-Project: integration/jenkins-job-builder-config Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
