Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frasertweedale/igor-trigger-github-poll
igor-ci trigger that polls a github branch
https://github.com/frasertweedale/igor-trigger-github-poll
Last synced: about 4 hours ago
JSON representation
igor-ci trigger that polls a github branch
- Host: GitHub
- URL: https://github.com/frasertweedale/igor-trigger-github-poll
- Owner: frasertweedale
- Created: 2013-08-24T09:20:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-25T00:51:04.000Z (over 11 years ago)
- Last Synced: 2024-11-09T03:48:35.469Z (about 2 months ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Synopsis
--------::
python -m igor.trigger.github.poll \
--repo libgit2/libgit2 --branch development \
--spec-uri ~/dev/igor-libgit2 --spec-ref build \
--host localhostpython -m igor.trigger.github.poll --help
Installation
------------Dependencies:
- Python 3.3
- `igor-ci `_Assuming ``python`` is ``python3.3``::
git clone https://github.com/frasertweedale/igor-trigger-github-poll
cd igor-trigger-github-poll
python setup.py installLicense
-------::
igor-ci is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.Contributing
------------The igor-trigger-github-poll source code is available from
https://github.com/frasertweedale/igor-trigger-github-poll.Bug reports, patches, feature requests, code review and
documentation are welcomed.To submit a patch, please use ``git send-email`` or generate a pull
request. Write a `well formed commit message`_. If your patch is
nontrivial, update the copyright notice at the top of each changed
file... _well formed commit message: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html