pkgng default schedule... registering a few reasons for rethinking the final implementation...

2012-08-23 Thread Jeffrey Bouquet
I am following with dread the planned implementation of the deprecation of /var/db/pkg as a package registry... I use each /var/db/pkg directory as a database into the port installation/status, using sed/grep/portmaster/portmanager/.sh scripts/find/pipes etc... to fix stuff. For instance, an

Re: pkgng default schedule... registering a few reasons for rethinking the final implementation...

2012-08-23 Thread Kris Moore
On 08/23/2012 12:26, Jeffrey Bouquet wrote: I am following with dread the planned implementation of the deprecation of /var/db/pkg as a package registry... I use each /var/db/pkg directory as a database into the port installation/status, using sed/grep/portmaster/portmanager/.sh

Re: pkgng default schedule... registering a few reasons for rethinking the final implementation...

2012-08-23 Thread Chris Rees
On 23 Aug 2012 17:50, Kris Moore k...@pcbsd.org wrote: On 08/23/2012 12:26, Jeffrey Bouquet wrote: I am following with dread the planned implementation of the deprecation of /var/db/pkg as a package registry... I use each /var/db/pkg directory as a database into the port installation/status,

Re: pkgng default schedule... registering a few reasons for rethinking the final implementation...

2012-08-23 Thread Jeremy Messenger
On Thu, Aug 23, 2012 at 11:49 AM, Kris Moore k...@pcbsd.org wrote: On 08/23/2012 12:26, Jeffrey Bouquet wrote: I am following with dread the planned implementation of the deprecation of /var/db/pkg as a package registry... I use each /var/db/pkg directory as a database into the port

Re: pkgng default schedule... registering a few reasons for rethinking the final implementation...

2012-08-23 Thread Julien Laffaye
On 8/23/2012 6:26 PM, Jeffrey Bouquet wrote: I am following with dread the planned implementation of the deprecation of /var/db/pkg as a package registry... I use each /var/db/pkg directory as a database into the port installation/status, using sed/grep/portmaster/portmanager/.sh

Re: pkgng default schedule... registering a few reasons for rethinking the final implementation...

2012-08-23 Thread Baptiste Daroussin
On Thu, Aug 23, 2012 at 08:29:53PM +0200, Julien Laffaye wrote: portmaster or via core dumping install. By installing on one box, my home box, port security/cyrus-sasl2 manually, luckily install and mtree didn't coredump and it worked - and this procedure rescued me. But on my lab's

Re: pkgng default schedule... registering a few reasons for rethinking the final implementation...

2012-08-23 Thread Kris Moore
On 08/23/2012 13:10, Jeremy Messenger wrote: On Thu, Aug 23, 2012 at 11:49 AM, Kris Moore k...@pcbsd.org wrote: On 08/23/2012 12:26, Jeffrey Bouquet wrote: I am following with dread the planned implementation of the deprecation of /var/db/pkg as a package registry... I use each /var/db/pkg

Re: pkgng default schedule... registering a few reasons for rethinking the final implementation...

2012-08-23 Thread Chris Rees
On 23 August 2012 20:50, Kris Moore k...@pcbsd.org wrote: On 08/23/2012 13:10, Jeremy Messenger wrote: On Thu, Aug 23, 2012 at 11:49 AM, Kris Moore k...@pcbsd.org wrote: On 08/23/2012 12:26, Jeffrey Bouquet wrote: I am following with dread the planned implementation of the deprecation of

Re: pkgng default schedule... registering a few reasons for rethinking the final implementation...

2012-08-23 Thread Baptiste Daroussin
On Thu, Aug 23, 2012 at 03:50:11PM -0400, Kris Moore wrote: On 08/23/2012 13:10, Jeremy Messenger wrote: On Thu, Aug 23, 2012 at 11:49 AM, Kris Moore k...@pcbsd.org wrote: On 08/23/2012 12:26, Jeffrey Bouquet wrote: I am following with dread the planned implementation of the deprecation

Re: pkgng default schedule... registering a few reasons for rethinking the final implementation...

2012-08-23 Thread olli hauer
On 2012-08-23 21:50, Kris Moore wrote: On 08/23/2012 13:10, Jeremy Messenger wrote: On Thu, Aug 23, 2012 at 11:49 AM, Kris Moore k...@pcbsd.org wrote: On 08/23/2012 12:26, Jeffrey Bouquet wrote: I am following with dread the planned implementation of the deprecation of /var/db/pkg as a

Re: pkgng default schedule... registering a few reasons for rethinking the final implementation...

2012-08-23 Thread Kris Moore
On 08/23/2012 16:31, olli hauer wrote: On 2012-08-23 21:50, Kris Moore wrote: On 08/23/2012 13:10, Jeremy Messenger wrote: On Thu, Aug 23, 2012 at 11:49 AM, Kris Moore k...@pcbsd.org wrote: On 08/23/2012 12:26, Jeffrey Bouquet wrote: I am following with dread the planned implementation of the

Re: pkgng default schedule... registering a few reasons for rethinking the final implementation...

2012-08-23 Thread Adrian Chadd
Hm, it's sqlite, so if the tables are indexed correctly, that should be a quick query? Or is it recursing through each dependency and listing that too? adrian ___ freebsd-current@freebsd.org mailing list

Re: pkgng default schedule... registering a few reasons for rethinking the final implementation...

2012-08-23 Thread Jilles Tjoelker
On Thu, Aug 23, 2012 at 03:50:11PM -0400, Kris Moore wrote: Well, it was about time I got to doing a benchmark of this anyway :) I did quick benchmark of how one of our utilities parses through a list of 1k packages on a newer i5 system: First test, using /var/db/pkg/pkg check we have been