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

Change subject: update scap for dblists/* change
......................................................................


update scap for dblists/* change

Update scap for I62b463144, which moved dblist files to dblists/ subdirectory
of the mediawiki-config repository root.

Bug: T115302
Change-Id: I9d2a0db87d623dbbbc84aa8e843e3b4e312b83b0
---
M scap/tasks.py
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/scap/tasks.py b/scap/tasks.py
index 8e1e15b..ae4122a 100644
--- a/scap/tasks.py
+++ b/scap/tasks.py
@@ -134,7 +134,7 @@
 
     # Get the list of all wikis
     all_dblist_file = utils.get_realm_specific_filename(
-        os.path.join(working_dir, 'all.dblist'),
+        os.path.join(working_dir, 'dblists', 'all.dblist'),
         cfg['wmf_realm'], cfg['datacenter'])
     all_dbs = set(line.strip() for line in open(all_dblist_file))
 

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

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

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

Reply via email to