Frank Hamand

Results 12 comments of Frank Hamand

Can someone comment on this? Is there a mirror for the packages?

I believe the error emails are built in to django, if you unset ADMIN_EMAIL you should stop receiving them

``` # If something else goes wrong, we will *not* fail - otherwise # a lot of services seem to fail all at once. ``` https://github.com/arachnys/cabot/blob/master/cabot/cabotapp/models.py#L793 Hmm...looks like this was...

It looks like a fork of cabot has added this https://github.com/Affirm/cabot Maybe we can try and pull some changes back upstream

Cabot currently doesn't run on python3 - there's a lot of python2 specific syntax in the codebase

It's technically possible to have a pipeline that relies on the lack of an environment variable (e.g. some tools have different behaviour if `CI=true` is set or not) Some people...

had a crack at it if anyone wants to take a look at my PR ^