Re: [Chicken-users] chicken-install -keep-installed not working when doing -deploy

2017-04-30 Thread Matt Welland
I'm using 4.10. I had problems with 4.11 but will try again with 4.12. Thanks. On Sun, Apr 30, 2017 at 11:17 PM, Evan Hanson wrote: Hi Matt, On 2017-04-30 23:10, Matt Welland wrote: I think -keep-installed is detecting the egg already installed to the system - but it should be looking at

Re: [Chicken-users] chicken-install -keep-installed not working when doing -deploy

2017-04-30 Thread Evan Hanson
Hi Matt, On 2017-04-30 23:10, Matt Welland wrote: > I think -keep-installed is detecting the egg already installed to the system > - but it should be looking at the deploy directory when deploying. Unfortunately that's very likely; this was an issue in CHICKEN that was only fixed in 4.11.2. You c

[Chicken-users] chicken-install -keep-installed not working when doing -deploy

2017-04-30 Thread Matt Welland
I think -keep-installed is detecting the egg already installed to the system - but it should be looking at the deploy directory when deploying. I am trying to get the following Makefile to work somewhat efficiently, however as make iterates over each egg some of the same dependencies are inst