Rfaulk has submitted this change and it was merged.
Change subject: add - 'client_path' config property.
......................................................................
add - 'client_path' config property.
Change-Id: I0f49276ed66a84295384b7911e76fbb9f9341b21
---
M sartoris/config.py
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Rfaulk: Verified; Looks good to me, approved
jenkins-bot: Verified
diff --git a/sartoris/config.py b/sartoris/config.py
index f68b894..79b5f29 100644
--- a/sartoris/config.py
+++ b/sartoris/config.py
@@ -31,6 +31,7 @@
10: 'Please specify number of deploy tags to emit with -c. Exiting',
11: 'Could not find any deploys. Exiting',
12: 'Tagging failed. Exiting',
+ 19: 'Missing system configuration item "deploy.client-path". Exiting.',
20: 'Cannot find top level directory for the git repository. Exiting.',
21: 'Missing system configuration item "hook-dir". Exiting.',
22: 'Missing repo configuration item "tag-prefix". '
@@ -115,6 +116,7 @@
'repo_name': ('deploy', 'tag-prefix', 22),
'remote': ('deploy', 'remote', 26),
'branch': ('deploy', 'branch', 27),
+ 'client_path': ('deploy', 'client-path', 19),
'user.name': ('user', 'name', 28),
'user.email': ('user', 'email', 29),
}
--
To view, visit https://gerrit.wikimedia.org/r/83390
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0f49276ed66a84295384b7911e76fbb9f9341b21
Gerrit-PatchSet: 1
Gerrit-Project: sartoris
Gerrit-Branch: master
Gerrit-Owner: Rfaulk <[email protected]>
Gerrit-Reviewer: Rfaulk <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits