GitHub and Travis CI
Hi everyone, I have invested some time today to implement the Travis CI hook setup for GitHub. I can now turn on and update Travis CI for any package. Right now, there is no reporting setup. But Travis CI can be configured to send out E-mails and give IRC notifications. In addition, Marius added this to his sample project: https://github.com/zopefoundation/zope.dottedname See the ``README.rst`` file. So my question is: What do we want to do? I would suggest E-mails on status change should be sufficient. Regards, Stephan -- Entrepreneur and Software Geek Google me. "Zope Stephan Richter"
On Mon, Mar 4, 2013 at 8:00 PM, Stephan Richter <stephan.richter@gmail.com> wrote:
So my question is: What do we want to do? I would suggest E-mails on status change should be sufficient.
Cool, but please change the default email notification, it's set to "spam everyone all the time". See http://about.travis-ci.org/docs/user/notifications/#Notifications So until we have a good policy, please use: notifications: email: false Hanno
On 03/04/2013 08:00 PM, Stephan Richter wrote:
So my question is: What do we want to do? I would suggest E-mails on status change should be sufficient.
And probably include the status in the usual daily zope-test email. Tho no idea where that script is running and where the source is. -- Best regards, Adam GROSZER -- Quote of the day: What makes the universe so hard to comprehend is that there's nothing to compare it with.
On Mon, Mar 04, 2013 at 02:00:22PM -0500, Stephan Richter wrote:
In addition, Marius added this to his sample project:
https://github.com/zopefoundation/zope.dottedname
See the ``README.rst`` file.
So my question is: What do we want to do? I would suggest E-mails on status change should be sufficient.
It would be cool to have a single page with such status icons for all packages we care about. Albertas
On Tuesday, March 05, 2013 10:27:24 AM Albertas Agejevas wrote:
So my question is: What do we want to do? I would suggest E-mails on status change should be sufficient.
It would be cool to have a single page with such status icons for all packages we care about.
So once "zopetoolkit" is on github, we could change its REAdME to contain the status of each package. Regards, Stephan -- Entrepreneur and Software Geek Google me. "Zope Stephan Richter"
Le 04/03/13 20:00, Stephan Richter a écrit :
Hi everyone,
I have invested some time today to implement the Travis CI hook setup for GitHub. I can now turn on and update Travis CI for any package.
See the ``README.rst`` file.
I did the same in z3c.taskqueue and five.taskqueue that Stephan very nicely migrated for me. Thanks to you, Stephan ! -- Godefroid Chapelle (aka __gotcha) http://bubblenet.be
participants (5)
-
Adam GROSZER -
Albertas Agejevas -
Godefroid Chapelle -
Hanno Schlichting -
Stephan Richter