arturadib / botio

Launch unit/regression tests directly from pull requests
http://documentup.com/arturadib/botio
112 stars 19 forks source link

Support on_push cmds for branches other than master #5

Closed jbuck closed 12 years ago

jbuck commented 12 years ago

Our use case here is that in butter we currently have two branches, one for development work and the other that will be for bugfixes only as we get ready for the Mozilla Summer of Code party. We have our own dev environment that I'd like to keep up to date using botio, rather than a crontab every 5 minutes, that pulls from the stable branch. Right now, botio only supports on_push commands for master, and I think it would make sense to expand that. What would be the best way to implement this, from a script perspective?

1) Keep current scripts working and add new branch support by adding to the file name

2) Break existing scripts and manually specify branch names

arturadib commented 12 years ago

Closed in #7