Yuvipanda has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/77572


Change subject: Hardcode path to the local virtualenv on toollabs
......................................................................

Hardcode path to the local virtualenv on toollabs

Unsure if this is the best idea, but can't think of an easier way

Change-Id: If9a163e824130a837cafa64ea8bf9331e1e60b48
---
M src/registrar.py
M src/stream-receiver.py
M src/subscriptions.py
3 files changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/gerrit-to-redis 
refs/changes/72/77572/1

diff --git a/src/registrar.py b/src/registrar.py
old mode 100644
new mode 100755
index 20916f7..71a1261
--- a/src/registrar.py
+++ b/src/registrar.py
@@ -1,3 +1,4 @@
+#!/data/project/gerrit-to-redis/gerrit-to-redis/bin/python
 import sys
 import os
 import platform
diff --git a/src/stream-receiver.py b/src/stream-receiver.py
old mode 100644
new mode 100755
index 1ba641b..3ec8d93
--- a/src/stream-receiver.py
+++ b/src/stream-receiver.py
@@ -1,3 +1,4 @@
+#!/data/project/gerrit-to-redis/gerrit-to-redis/bin/python
 import sys
 import os
 import logging
diff --git a/src/subscriptions.py b/src/subscriptions.py
index 4983404..beebcdd 100755
--- a/src/subscriptions.py
+++ b/src/subscriptions.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/data/project/gerrit-to-redis/gerrit-to-redis/bin/python
 import sys
 import os
 import logging

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If9a163e824130a837cafa64ea8bf9331e1e60b48
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/gerrit-to-redis
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <[email protected]>

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

Reply via email to