This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| ''' | |
| Takes a GitHub service hook POST and automatically updates the associated repo. | |
| ''' | |
| __license__ = ''' | |
| Copyright 2009 Jake Wharton | |
| hookpuller is free software: you can redistribute it and/or modify |
NewerOlder