Results 8 comments of Marek Marušin

Also, we should consider which options in `conf.yaml` will be required and which optional after ogr will be implemented.

Yes, the usage of ogr is clear to me. One of my points is option `clone_url`, since it is not required in `conf.yaml`. However, it is still created from github.com...

I was getting hands dirty with this issue and made some research. I have a few questions: 1. Why do we need to use fedmsg? I found that pagure.io has...

I was debugging release-bot on Pagure since we have implemented ogr-lib already. But there is a problem with git actions (e.g. `git push`) over https. When release-bot works with Github...

I will implement callbacks processing from Github webhooks and deploy release bot on Openshift online. This webhooks handler should be configurable in a `conf.yaml` or replace `refresh_interval` if r-bot runs...

**Current state:** I have deployed release-bot in OpenShift online. I created new webhook on repo which is watched by this release-bot instance. Then I built simple [flask](http://flask.pocoo.org/) based application and...

>we can easily have the code for processing the webhooks directly in our bot. +1, Thanks for checking the library. I have already tried to write some handler for such...

@shresthagrawal thank you I appreciate this but I am almost finished. Maybe another time.