jenkins-bot has submitted this change and it was merged.

Change subject: Run scap directly
......................................................................


Run scap directly

Call the scap binary directly instead of using the legacy symlink that
is no longer created by Puppet.

Change-Id: I2672a0465fd960721b1c6d0a50331ef8898ef1cc
---
M jjb/beta.yaml
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  BryanDavis: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/jjb/beta.yaml b/jjb/beta.yaml
index 22c6a4e..6f1c68c 100644
--- a/jjb/beta.yaml
+++ b/jjb/beta.yaml
@@ -218,7 +218,7 @@
 
     builders:
       - shell: |
-          /usr/local/bin/scap "$JOB_NAME (build $BUILD_DISPLAY_NAME)"
+          /srv/deployment/scap/scap/bin/scap "$JOB_NAME (build 
$BUILD_DISPLAY_NAME)"
 
     logrotate:
         daysToKeep: 7

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2672a0465fd960721b1c6d0a50331ef8898ef1cc
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <bda...@wikimedia.org>
Gerrit-Reviewer: BryanDavis <bda...@wikimedia.org>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to