Kevin Lyda

Results 61 comments of Kevin Lyda

This works fine for me btw; just had to create it manually.

The issue here I suspect is that the `/.git-crypt` name is hardcoded in `commands.cpp`. This was kind of changed in 788a6a99 but it might be nice if there was an...

Not required it appears. According to the [dist module docs](https://docs.python.org/2.0/dist/built-dist.html) you can just do this to build an rpm: ```bash ./setup.py bdist --formats=rpm ``` Testing it now. [This](https://pypi.python.org/pypi/stdeb) seems to...

Nope, has a failure. Not sure why the `doc/chkcrontab.1` file isn't following things around... ``` [root@5e451715dfcc data]# ./setup.py bdist --formats=rpm running bdist running bdist_rpm writing 'build/bdist.linux-x86_64/rpm/SPECS/chkcrontab.spec' running sdist running check...

Yes, saw that and saw I was too late to migrate issues. :( But this works as a way to do it! Good idea. I've committed my home dir to...

You might want to look at exposing this information via a prometheus metrics page. There's a [C library](https://github.com/digitalocean/prometheus-client-c) for this.

Are there environment vars that might solve this problem? Or maybe use the Homebrew install of perl?

This does work: `bingo get honnef.co/go/tools/cmd/[email protected]` It seems that the real issue is the `honnef.co` repo is missing some tags.

We also saw this issue on a small cluster.

The downside is that it means hooks must be shell scripts. Perhaps only do it if the file isn't executable? Note, should probably not run/source files that end in `~`...