Re: [Coapp-developers] cli command syntax

2010-06-29 Thread Olaf van der Spek
On Tue, Jun 29, 2010 at 1:26 PM, Garrett Serack wrote: > Hmmm.. > > Reverse dependencies could be a computationally expensive operation :D ... > Well, once there are thousands of packages. > > Is there a really useful case for that? Really? Yes. If you're a library it might be useful to know whi

Re: [Coapp-developers] cli command syntax

2010-06-29 Thread Garrett Serack
@lists.launchpad.net] On Behalf Of Olaf van der Spek Sent: Tuesday, June 29, 2010 5:42 PM To: Mark Stone Cc: coapp-developers@lists.launchpad.net Subject: Re: [Coapp-developers] cli command syntax On Mon, Jun 28, 2010 at 6:32 PM, Mark Stone wrote: > You are going to want something like: > coapp --dep lis

Re: [Coapp-developers] cli command syntax

2010-06-29 Thread Olaf van der Spek
On Mon, Jun 28, 2010 at 6:32 PM, Mark Stone wrote: > You are going to want something like: > coapp --dep lists the other packages on which the named > package is dependent. And --rdep to list reverse dependencies. A way to specify what version you want to install. A way to specify what install t

Re: [Coapp-developers] cli command syntax

2010-06-28 Thread Garrett Serack
@lists.launchpad.net Subject: Re: [Coapp-developers] cli command syntax You are going to want something like: coapp --dep lists the other packages on which the named package is dependent. On Sun, Jun 27, 2010 at 5:11 PM, Garrett Serack wrote: > Here is my proposed command line syntax for the CoApp

Re: [Coapp-developers] cli command syntax

2010-06-28 Thread Mark Stone
You are going to want something like: coapp --dep lists the other packages on which the named package is dependent. On Sun, Jun 27, 2010 at 5:11 PM, Garrett Serack wrote: > Here is my proposed command line syntax for the CoApp cli. > > > > I’m sure that it’s not 100% complete, but I think it sho

Re: [Coapp-developers] cli command syntax

2010-06-28 Thread Garrett Serack
:adamkennedybac...@gmail.com] Sent: Monday, June 28, 2010 9:42 AM To: Garrett Serack Cc: coapp-developers@lists.launchpad.net Subject: Re: [Coapp-developers] cli command syntax How sure are you that you need three entirely different permissions concepts (freeze/protect/block) in there? Without knowi

[Coapp-developers] cli command syntax

2010-06-27 Thread Garrett Serack
Here is my proposed command line syntax for the CoApp cli. I'm sure that it's not 100% complete, but I think it should get us a very long way. What it does kinda drives what the managed wrapper library will do, which kinda drives the engine API... I've done some more coding that shows a comple