Yuvipanda has uploaded a new change for review. https://gerrit.wikimedia.org/r/77860
Change subject: Setup permissions and hardcoded hashbangs for runnable scripts ...................................................................... Setup permissions and hardcoded hashbangs for runnable scripts Change-Id: Ib7ebdfc0709fbc827505770da1db9d9685d0ee9c --- M src/gerrit-to-github.py M src/github-to-gerrit.py 2 files changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/labs/tools/SuchABot refs/changes/60/77860/1 diff --git a/src/gerrit-to-github.py b/src/gerrit-to-github.py old mode 100644 new mode 100755 index b461d33..093a143 --- a/src/gerrit-to-github.py +++ b/src/gerrit-to-github.py @@ -1,3 +1,4 @@ +#!/data/project/suchaserver/SuchABot/bin/python import os import logging import json diff --git a/src/github-to-gerrit.py b/src/github-to-gerrit.py old mode 100644 new mode 100755 index 7f4ba7c..3c70156 --- a/src/github-to-gerrit.py +++ b/src/github-to-gerrit.py @@ -1,3 +1,4 @@ +#!/data/project/suchaserver/SuchABot/bin/python import os import sys import logging -- To view, visit https://gerrit.wikimedia.org/r/77860 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib7ebdfc0709fbc827505770da1db9d9685d0ee9c Gerrit-PatchSet: 1 Gerrit-Project: labs/tools/SuchABot Gerrit-Branch: master Gerrit-Owner: Yuvipanda <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
