Rfaulk has uploaded a new change for review.
https://gerrit.wikimedia.org/r/83379
Change subject: mod - ref to default sync hooks.
......................................................................
mod - ref to default sync hooks.
Change-Id: I8da51b406ef320ec2b75b8c60ce35076a7ac70fe
---
M sartoris/sartoris.py
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/sartoris refs/changes/79/83379/1
diff --git a/sartoris/sartoris.py b/sartoris/sartoris.py
index 474274c..3e25dbb 100755
--- a/sartoris/sartoris.py
+++ b/sartoris/sartoris.py
@@ -500,7 +500,7 @@
log.info('{0} :: Calling default sync - '
'pushing changes ... '.format(__name__))
- proc = subprocess.Popen(['{0}{1}default-client-push'.format(
+ proc = subprocess.Popen(['{0}{1}default-client-push.py'.format(
self.config['client-path'], self.config['hook-dir']
), self.config['remote'], self.config['branch']])
proc_out = proc.communicate()[0]
@@ -515,7 +515,7 @@
#
log.info('{0} :: Calling default sync - '
'pulling to target'.format(__name__))
- proc = subprocess.Popen(['{0}{1}default-client-pull'.format(
+ proc = subprocess.Popen(['{0}{1}default-client-pull.py'.format(
self.config['path'], self.config['hook-dir']
), self.config['remote'], self.config['branch']])
proc_out = proc.communicate()[0]
--
To view, visit https://gerrit.wikimedia.org/r/83379
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8da51b406ef320ec2b75b8c60ce35076a7ac70fe
Gerrit-PatchSet: 1
Gerrit-Project: sartoris
Gerrit-Branch: master
Gerrit-Owner: Rfaulk <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits