Re: split example configspace to submodule

2017-07-24 Thread Thomas Lange
Hi Juri, sorry, aber ich verstehe immer noch nicht was du mit den git submodulen willst. Du kannst mich gerne mal anrufen, vielleicht ist das am Telefon besser zu erklaeren. -- viele Gruesse Thomas -- Thomas Lange

Re: split example configspace to submodule

2017-07-21 Thread Juri Grabowski
On Thu, Jul 20, 2017 at 11:32:21AM +0200, Thomas Lange wrote: > I don't understand what this does. But, I'm not a git expert > and never used the submodule command of git. In short it's like a nesting doll for git. It was developed for use of external software in own git project and easy

Re: split example configspace to submodule

2017-07-20 Thread Thomas Lange
> On Tue, 18 Jul 2017 18:44:43 +0200, Juri Grabowski > said: > it's no needs to split config to separate debian package. I mean > something like I don't understand what this does. But, I'm not a git expert and never used the submodule command of git. --

Re: split example configspace to submodule

2017-07-18 Thread Juri Grabowski
Hi Thomas, it's no needs to split config to separate debian package. I mean something like git clone --recursive https://github.com/gratuxri/fai-split cd fai-split git submodule foreach git pull origin master And FAI_CONFIG_SRC=https://github.com/gratuxri/fai-simple-config#master or something