Dominic Cleal

Results 31 comments of Dominic Cleal

[tig](https://github.com/jonas/tig) also has this feature. Run `tig blame $file` and use `,` on a line to view the blame for the parent of the commit that last changed the line.

Hm, I don't know how easy that is to access where the hooks are received. It might require something cludgy like looking at the stack... I'm beginning to get to...

Arguably this is a bug in Foreman, it should define mixed-case `Ec2` rather than all-caps `EC2` to match the Rails autoloader expectations, but foreman_hooks could work around it.

re the test failure, what appears to be happening is that foreman-tasks is registering its [extensions to the test rake task](https://github.com/theforeman/foreman-tasks/blob/master/lib/foreman_tasks/tasks/test.rake) from [its engine.rb initialisers](https://github.com/theforeman/foreman-tasks/blob/v0.6.12/lib/foreman_tasks/engine.rb#L91). foreman-docker is of course requiring...

Sure, `rpmsign --addsign *.rpm`.

> Do you have an example repo that uses your setup that I could look at? I don't think this is specific to a particular repo or project - remote...

Good point - perhaps a $PWD/.titorc should be supported to override ~/.titorc on a per-repo basis, allowing users to customise behaviour either way.

Ideally there would (also) be a parameter on dhcp::pool to match the impl that we merged into theforeman. I don't think we can reasonably match parameter names between the two...

I tested ghprb 1.33.1 on Jenkins 1.651.3 today and hit the same issue. The first job I set up with one GitHub status context runs correctly, but other jobs (both...