Yuvipanda has uploaded a new change for review. https://gerrit.wikimedia.org/r/78627
Change subject: Rename run.bash to the more accurate kick.bash ...................................................................... Rename run.bash to the more accurate kick.bash Change-Id: Ibe0bbddaea806bb024f611dc6d948a302e18a5a2 --- M README.md R src/kick.bash 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/labs/tools/grrrit refs/changes/27/78627/1 diff --git a/README.md b/README.md index aa8a423..aae9b66 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ ## Running it ## This is designed to run on the Grid Engine available on Tool Labs as -a continuous task. There is a convenience script `run.bash` to start +a continuous task. There is a convenience script `kick.bash` to start the task on the Grid Engine. ## Config Changes ## To add more repo -> channel mappings, please edit `config.yaml`. The repo names can be matched using regexps. The tool needs to be restarted -on SGE for the changes to take effect. Executing `run.bash` will kill +on SGE for the changes to take effect. Executing `kick.bash` will kill the job and start it up again. ## Logs ## diff --git a/src/run.bash b/src/kick.bash similarity index 100% rename from src/run.bash rename to src/kick.bash -- To view, visit https://gerrit.wikimedia.org/r/78627 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibe0bbddaea806bb024f611dc6d948a302e18a5a2 Gerrit-PatchSet: 1 Gerrit-Project: labs/tools/grrrit Gerrit-Branch: master Gerrit-Owner: Yuvipanda <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
