I can do a python version.
I don't like having hundreds of files opened, it's ok with you?
Gonzalo
On Fri, Apr 23, 2010 at 4:27 PM, Martin Langhoff
wrote:
> On Fri, Apr 23, 2010 at 1:17 PM, Gonzalo Odiard wrote:
> > Ok, Anything like this?
>
> That's the idea... though one thing we might need t
Ok, Anything like this?
Gonzalo
On Fri, Apr 23, 2010 at 12:54 PM, Martin Langhoff wrote:
> On Thu, Apr 22, 2010 at 4:50 PM, Daniel Drake wrote:
> > OK, no problem.
> > Just curious though, whats the justification behind this? is there an
> > existing project that runs in this way?
> > The sing
On 26 April 2010 10:07, Gonzalo Odiard wrote:
> I can do a python version.
> I don't like having hundreds of files opened, it's ok with you?
I just wrote one, committing now.
Daniel
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lis
On Fri, Apr 23, 2010 at 1:52 PM, Daniel Drake wrote:
> OK, I pushed our work to git along with a README.delegation, comments
> appreciated.
Thanks.
Cannot review it today. But I need to demo a working set of what we
have so I've rolled an rpm with the fixes *prior* to your commit.
cheers,
m
-
On Fri, Apr 23, 2010 at 1:17 PM, Gonzalo Odiard wrote:
> Ok, Anything like this?
That's the idea... though one thing we might need to be aware of: CSV
files can have "quoted" values, and even commas within them. Some
exporters may even escape quotes within the value...
That's why I've used pytho
On 23 April 2010 12:54, Martin Langhoff wrote:
> On Thu, Apr 22, 2010 at 4:50 PM, Daniel Drake wrote:
>> OK, no problem.
>> Just curious though, whats the justification behind this? is there an
>> existing project that runs in this way?
>> The single file model just doesn't seem so scalable.
>
>
On 22 April 2010 17:39, Martin Langhoff wrote:
>> I propose a different design:
>
> Works for me as long as you also craft a script that handles the run
> from a whole CSV file.
>
> In other words, the main workflow starts with a single 3-field CSV
> file exported from an inventory system...
OK,
> I propose a different design:
Works for me as long as you also craft a script that handles the run
from a whole CSV file.
In other words, the main workflow starts with a single 3-field CSV
file exported from an inventory system...
> Thinking on an ongoing basis, it also means that it's much ea
Hi Martin,
We're working on the antitheft stage where the private signing server
generates delegations and sends them to the internet-accessible
antitheft server.
We can work with the scripts that are already in bios-crypto but we're
a bit confused by their design. Perhaps we are missing somethin