Created by: telmich
Just for those like me who forget what new is: use state and pass state on to other used types
Created by: asteven
Nico Schottelius wrote on 12/18/2013 05:22 PM:
Just for those like me who forget what new is: use state and pass state on to other used types
nope, what I meant…
Created by: dheule
Hello Nico,
im on the way to fix this bug, but on __jail i have found a statement which i don't understand:
if [ -f "$__object/parameter/jaildir" ]; then jaildir="$(cat…
Created by: telmich
Yes, I think this is a bug.
Jake, what do you say? It should be
jaildir="$(cat "$__object/parameter/jaildir")"
shouldn't it?
dheule [Tue, Jan 21, 2014 at…
Created by: jdguffey
@telmich @dheule Yes, this is a bug. I'm not sure how that one slipped through. Thanks for pointing it out!
Since FreeBSD 10.0 has been released this week (and that means a…
Created by: asteven
Jake Guffey wrote on 01/21/2014 10:31 PM:
__jail just figures out which OS
+1
Created by: telmich
Hey Jake,
Jake Guffey [Tue, Jan 21, 2014 at 01:31:00PM -0800]:
@telmich @dheule Yes, this is a bug. I'm not sure how that one slipped through. Thanks for pointing it…
Created by: telmich
Shebang would definitely be possible (we could probably use a python function to figure this out), but I am not sure if this is a good idea, as most manifest/gencode-* scripts…
Created by: dheule
Hello Nico,
2013/12/18 Nico Schottelius notifications@github.com
Shebang would definitely be possible (we could probably use a python function to figure this out), but I…
Created by: dheule
This bug is fixed not via shebang, but via ENV variables: CDIST_LOCAL_SHELL for local scripts CDIST_REMOTE_SHELL for remote scripts
So i close this issue.
Created by: asteven
never mind, to much quoting issues.
Created by: telmich
Moin Moin,
I think this is a great approach - I would probably call it something like "final" or "post", because the job of these scripts is not limited to exporting…
Created by: asteven
Thinking some more about this, the 'exports' if we want to stick with that name for the moment should be collected and stored in a global 'database', independent of…
Created by: asteven
fixed in https://github.com/asteven/cdist/tree/issue/240
can not convert issue to pull request due to permission issues.
Created by: telmich
probably missing: __directory @dheule