Ori.livneh has uploaded a new change for review.
https://gerrit.wikimedia.org/r/73540
Change subject: Fix path reference to YAML file
......................................................................
Fix path reference to YAML file
Change-Id: I54fdadba8884327cde648e38c1c324f53ed32047
---
M puppet/extra/puppet-classifier
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant
refs/changes/40/73540/1
diff --git a/puppet/extra/puppet-classifier b/puppet/extra/puppet-classifier
index 7728929..953a66c 100755
--- a/puppet/extra/puppet-classifier
+++ b/puppet/extra/puppet-classifier
@@ -17,7 +17,7 @@
empty = dict(classes=[])
try:
- with io.open('../../Roles.yaml', encoding='utf-8') as f:
+ with io.open('/vagrant/Roles.yaml', encoding='utf-8') as f:
manifest = yaml.load(f)
if not isinstance(manifest, dict):
raise ValueError('Manifest document must be a mapping.')
--
To view, visit https://gerrit.wikimedia.org/r/73540
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I54fdadba8884327cde648e38c1c324f53ed32047
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits