On Tue, Jan 27, 2015 at 7:58 PM, kilon alios <[email protected]> wrote: > I was wondering how possible it is to check a github repo for new commits > and compare it with the existing code to based on the Baseline loading of a > Github repo to Pharo. Is it possible ?
Normally, you can define webhooks in github : https://developer.github.com/webhooks/ Every time, there is an event (comit, fork, etc ...) on your repository, you can launch an HTTP POST request somewhere. You can also use existing services : https://github.com/github/github-services/tree/master/docs Regards, -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/
