Re: [Server-devel] make-server-delegations output and importing to XS

2010-04-26 Thread Gonzalo Odiard
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

Re: [Server-devel] make-server-delegations output and importing to XS

2010-04-26 Thread Gonzalo Odiard
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

Re: [Server-devel] make-server-delegations output and importing to XS

2010-04-26 Thread Daniel Drake
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

Re: [Server-devel] make-server-delegations output and importing to XS

2010-04-23 Thread Martin Langhoff
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 -

Re: [Server-devel] make-server-delegations output and importing to XS

2010-04-23 Thread Martin Langhoff
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

Re: [Server-devel] make-server-delegations output and importing to XS

2010-04-23 Thread Daniel Drake
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. > >

Re: [Server-devel] make-server-delegations output and importing to XS

2010-04-22 Thread Daniel Drake
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,

Re: [Server-devel] make-server-delegations output and importing to XS

2010-04-22 Thread Martin Langhoff
> 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

[Server-devel] make-server-delegations output and importing to XS

2010-04-22 Thread Daniel Drake
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