Created by: telmich
have it uncommitted lying around - will push in the next hours
Created by: telmich
This is the problem I am referring to:
[14:54] artist:% cat test
abc
[14:54] artist:% grep abc test
abc
[14:55] artist:% grep -F -x 'abc._' test
[14:55] artist:% grep -F…
Created by: telmich
-F is obviously the problem :-)
Created by: telmich
all okay, I have misread the if block - -F -x are there if it is NOT a regexp
Created by: toupeira
Possible duplicate of https://github.com/telmich/cdist/issues/353
I'm not sure why the current explorer uses apt-cache showpkg to check for Reverse Provides, shouldn't…
Created by: tpo
Oops, it seems I can't attach random files to issues. So here we go in cleartext:
$…
Created by: xtaran
There's a new effort at https://bugs.debian.org/785334 -- I've merged the two reports.
Created by: telmich
Hmm, yes, this is a nasty bug. So far we rely on useradd to do the heavy lifting, but it is only called if the user does not exist.
So I guess we should use __directory to…
Created by: asteven
Nico Schottelius wrote on 09/04/2014 11:40 AM:
Hey @asteven - I am opening this issue to give Dave access to one infrastructure. The suggested idea to pass in ssh keys via…
Created by: telmich
Hey @asteven,
for me it is more about creating a generic preos and having an easy way to just add a couple of ssh keys to it.
Regarding size, I am very open for using a…