Re: Build custom packages with cuirass.

2017-01-24 Thread Mathieu Lirzin
Hi, Mathieu OTHACEHE writes: > Using cuirass I also noticed two other things that might need to be fixed: > > * When network isn't up yet at cuirass service start, > or goes down for a moment, the url fetching > fails and cuirass service stays hanged and needs to be restarted. > > * For an unkno

Re: Build custom packages with cuirass.

2017-01-23 Thread Mathieu OTHACEHE
> I guess Cuirass should handle this use case with '-L', '--load-path' > command line arguments like what 'guix build' does. WDYT? Yes, it would be better than my initial idea. > > Would you be interested in implementing this? Yes of course :) Using cuirass I also noticed two other things tha

Re: Build custom packages with cuirass.

2017-01-22 Thread Mathieu Lirzin
Hi, Mathieu OTHACEHE writes: > I'm trying to use cuirass to build all the packages of my current > manifest on top of guix master periodically. > > Some of my packages are custom, so I need cuirass to be aware of > GUIX_PACKAGE_PATH env variable. > > The only way I found is to patch cuirass serv

Build custom packages with cuirass.

2017-01-22 Thread Mathieu OTHACEHE
Hi, I'm trying to use cuirass to build all the packages of my current manifest on top of guix master periodically. Some of my packages are custom, so I need cuirass to be aware of GUIX_PACKAGE_PATH env variable. The only way I found is to patch cuirass service (cf. following patch). Is this a g