Yuvipanda has uploaded a new change for review. https://gerrit.wikimedia.org/r/78803
Change subject: Added README ...................................................................... Added README Change-Id: I0c2bf00e1206737c628425152985ac6ffdd4c19a --- A README.md 1 file changed, 19 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/labs/tools/SuchABot refs/changes/03/78803/1 diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e1ca18 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Such A Bot # + +This is a bot that helps sync GitHub Pull Requests to Gerrit. It does +two way syncing - sending GitHub comments to Gerrit and Gerrit Comments +to GitHub. It is built to run on [Wikimedia Tool Labs][1]. + +## Dependencies ## + +This depends on the Redis infrastructure on toollabs - specifically the +[gerrit-to-redis][2] project (which, contrary to its name, also does +github to redis). It is written in python for the most part, and +exact requirements are specified in `requirements.txt` file + +## License ## + +This project is licensed under the WTFPL. + +[1]: http://tools.wmflabs.org +[2]: http://github.com/wikimedia/labs-tools-gerrit-to-redis -- To view, visit https://gerrit.wikimedia.org/r/78803 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0c2bf00e1206737c628425152985ac6ffdd4c19a 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
