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

Change subject: Update `stage_dir` to `/srv/mediawiki-staging`.
......................................................................


Update `stage_dir` to `/srv/mediawiki-staging`.

Currently a symlink to /a/common on tin.

Change-Id: Iffc575cac55c031fe0a9b4c8c78911fadd3095ab
---
M scap.cfg
M scap/config.py
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  BryanDavis: Looks good to me, but someone else must approve
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/scap.cfg b/scap.cfg
index 78ee9a1..7a873f4 100644
--- a/scap.cfg
+++ b/scap.cfg
@@ -19,7 +19,7 @@
 deploy_dir: /srv/mediawiki
 
 # Staging directory for MediaWiki code and configuration
-stage_dir: /a/common
+stage_dir: /srv/mediawiki-staging
 
 # File used to prevent concurrent runs of scap on the host
 lock_file: /var/lock/scap
diff --git a/scap/config.py b/scap/config.py
index 787b5dd..5dfb791 100644
--- a/scap/config.py
+++ b/scap/config.py
@@ -12,7 +12,7 @@
 
 DEFAULT_CONFIG = {
     'deploy_dir': '/srv/mediawiki',
-    'stage_dir': '/a/common',
+    'stage_dir': '/srv/mediawiki-staging',
     'lock_file': '/var/lock/scap',
     'master_rsync': 'localhost',
     'statsd_host': '127.0.0.1',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iffc575cac55c031fe0a9b4c8c78911fadd3095ab
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/scap
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to