Mark Keisler

Results 39 comments of Mark Keisler

chruby-exec fails under dash because dash fails in sourcing chruby.sh. Here is the output with a `set -x` in chruby-exec. ``` # cat /etc/debian_version 7.7 # echo $SHELL /bin/sh #...

In my use case, the chruby-exec is fired off as a system call from within a ruby script (god) which uses /bin/sh. I don't have any specific user configuration and...

@rgaufman With systemd, why use eye at all?

@rgaufman do you have anything to share on this on github?

``` deployment@stg:~$ eye xinfo -c | grep check_identity :check_identity: true :check_identity_period: 60 :check_identity_grace: 60 deployment@stg:~$ eye l Config loaded! deployment@stg:~$ eye xinfo -c | grep check_identity :check_identity: false deployment@stg:~$ echo...

As for why change process PID file, this is related to https://github.com/kostya/eye/issues/187 I have a process that does not daemonize itself but does its own graceful restart on a USR2...

I found that if I install from source it works fine...

@mesozoic I realized that it must be the difference of using the API and just using the XML output. I can't get the API auth to work, so I just...

@mesozoic I think this never worked on the XML side and only via API. I haven't been able to test with --sync because I can't get the google authentication to...

> Is it possible that when you upgraded, atlantis' boltdb instance got deleted? Atlantis stores pull request specific states inside its boltdb instance, so one explanation could be that the...