[Chicken-users] A question regarding "hidden" eggs

2016-01-16 Thread Jörg F . Wittenberger
Hi, I feel the need to have some space to stash away temporary glue code. Ideally the current version of it is always empty and not of interest to anyone. As documentation always lags behind, it is empty with high probability. However development is not ideal. Not listing as in being marked as

Re: [Chicken-users] A question regarding "hidden" eggs

2016-01-17 Thread Mario Domenech Goulart
Hello Jörg, On Sat, 16 Jan 2016 19:34:34 +0100 Jörg F. Wittenberger wrote: > I feel the need to have some space to stash away temporary glue code. > > Ideally the current version of it is always empty and not of interest to > anyone. As documentation always lags behind, it is empty with high >

Re: [Chicken-users] A question regarding "hidden" eggs

2016-01-18 Thread Christian Kellermann
* Jörg F. Wittenberger [160116 19:35]: > Hi, > > I feel the need to have some space to stash away temporary glue code. > Is this about code you want to be able to chicken-install but noone else should see it? > Ideally the current version of it is always empty and not of interest to > anyone. A

Re: [Chicken-users] A question regarding "hidden" eggs

2016-01-18 Thread Jörg F . Wittenberger
Am 18.01.2016 um 14:13 schrieb Christian Kellermann: > * Jörg F. Wittenberger [160116 19:35]: >> Hi, >> >> I feel the need to have some space to stash away temporary glue code. >> > > Is this about code you want to be able to chicken-install but noone > else should see it? Precisely. >> Ideally

Re: [Chicken-users] A question regarding "hidden" eggs

2016-01-20 Thread Kristian Lein-Mathisen
Hi Jörg, I think I may have bumped into similar needs now and again. I suppose one way of solving this is to clone the henrietta-cache and run this on your local server. However, I feel that's a little overkill if you just want a work-in-progress egg to be available with any chicken-install. I tr

Re: [Chicken-users] A question regarding "hidden" eggs

2016-01-20 Thread Jörg F . Wittenberger
Am 20.01.2016 um 10:38 schrieb Kristian Lein-Mathisen: > Hi Jörg, > > I think I may have bumped into similar needs now and again. I suppose one > way of solving this is to clone the henrietta-cache and run this on your > local server. However, I feel that's a little overkill if you just want a > w