Re: [pacman-dev] [PATCH] Fully implement database lazy loading

2009-09-15 Thread Xavier
On Tue, Sep 15, 2009 at 5:59 AM, Dan McGee d...@archlinux.org wrote: I'm expecting a careful review of this one from Xavier as his patch blew up pactest on the maint branch. :P Yeah, big fail on my part here.. We do not need a setlibpaths before each db registering, but I guess we at least

Re: [pacman-dev] [PATCH] Fully implement database lazy loading

2009-09-15 Thread Xavier
On Tue, Sep 15, 2009 at 9:33 AM, Xavier shinin...@gmail.com wrote: On Tue, Sep 15, 2009 at 5:59 AM, Dan McGee d...@archlinux.org wrote: I'm expecting a careful review of this one from Xavier as his patch blew up pactest on the maint branch. :P Yeah, big fail on my part here.. We do not

[pacman-dev] [PATCH] Catch an untranslated warning in lib/remove.c

2009-09-15 Thread Nagy Gabor
Signed-off-by: Nagy Gabor ng...@bibl.u-szeged.hu --- lib/libalpm/remove.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/libalpm/remove.c b/lib/libalpm/remove.c index af2ce94..15ea069 100644 --- a/lib/libalpm/remove.c +++ b/lib/libalpm/remove.c @@ -136,7 +136,7 @@

Re: [pacman-dev] [PATCH] Allow package to display a brief message before sync install

2009-09-15 Thread James Rayner
On Tue, Sep 15, 2009 at 11:20 AM, Dan McGee dpmc...@gmail.com wrote: I don't really know what to think here. I had looked at that messages one for a long time and thought it was a decent idea, but never went far enough to take it and run with it. @Loui- sure, but this is for extraordinary

Re: [pacman-dev] [PATCH] Allow package to display a brief message before sync install

2009-09-15 Thread James Rayner
On Tue, Sep 15, 2009 at 9:14 PM, James Rayner iphi...@iphitus.org wrote: On Tue, Sep 15, 2009 at 11:20 AM, Dan McGee dpmc...@gmail.com wrote: I don't really know what to think here. I had looked at that messages one for a long time and thought it was a decent idea, but never went far enough

Re: [pacman-dev] [PATCH] Ask user confirmation for -R operation, too

2009-09-15 Thread Dan McGee
On Tue, Sep 15, 2009 at 5:47 AM, Nagy Gabor ng...@bibl.u-szeged.hu wrote: After commit 0da96abc, pacman always asks user confirmation for -U, so it is more coherent for doing that for -R, too. Btw, most users use -Rs always, so they won't notice any change. In the old code the -Ru operation

Re: [pacman-dev] [PATCH] Allow package to display a brief message before sync install

2009-09-15 Thread Loui Chang
On Tue 15 Sep 2009 21:18 +1000, James Rayner wrote: On Tue, Sep 15, 2009 at 9:14 PM, James Rayner iphi...@iphitus.org wrote: On Tue, Sep 15, 2009 at 11:20 AM, Dan McGee dpmc...@gmail.com wrote: I don't really know what to think here. I had looked at that messages one for a long time and

Re: [pacman-dev] [PATCH] Allow package to display a brief message before sync install

2009-09-15 Thread Xavier
On Tue, Sep 15, 2009 at 2:17 PM, Loui Chang louipc@gmail.com wrote: The user should be made aware that there is a ChangeLog, and they have a means of easily reading that before installation or upgrade. There's no need to bloat makepkg, PKGBUILDs, and pacman. You only need to add a little

Re: [pacman-dev] [PATCH] Allow package to display a brief message before sync install

2009-09-15 Thread Nagy Gabor
2009. 09. 15, kedd keltezéssel 21.18-kor James Rayner ezt írta: On Tue, Sep 15, 2009 at 9:14 PM, James Rayner iphi...@iphitus.org wrote: On Tue, Sep 15, 2009 at 11:20 AM, Dan McGee dpmc...@gmail.com wrote: I don't really know what to think here. I had looked at that messages one for a

Re: [pacman-dev] [PATCH] Allow package to display a brief message before sync install

2009-09-15 Thread Allan McRae
Nagy Gabor wrote: 2009. 09. 15, kedd keltezéssel 21.18-kor James Rayner ezt írta: On Tue, Sep 15, 2009 at 9:14 PM, James Rayner iphi...@iphitus.org wrote: On Tue, Sep 15, 2009 at 11:20 AM, Dan McGee dpmc...@gmail.com wrote: I don't really know what to think here. I had looked

Re: [pacman-dev] [PATCH] Allow package to display a brief message before sync install

2009-09-15 Thread Loui Chang
On Tue 15 Sep 2009 14:27 +0200, Xavier wrote: On Tue, Sep 15, 2009 at 2:17 PM, Loui Chang louipc@gmail.com wrote: The user should be made aware that there is a ChangeLog, and they have a means of easily reading that before installation or upgrade. There's no need to bloat makepkg,

Re: [pacman-dev] [PATCH] Allow package to display a brief message before sync install

2009-09-15 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Dienstag, den 15.09.2009, 22:53 +1000 schrieb Allan McRae: Nagy Gabor wrote: 2009. 09. 15, kedd keltezéssel 21.18-kor James Rayner ezt írta: On Tue, Sep 15, 2009 at 9:14 PM, James Rayner iphi...@iphitus.org wrote: On Tue, Sep 15, 2009 at 11:20 AM, Dan McGee dpmc...@gmail.com

Re: [pacman-dev] [PATCH] Allow package to display a brief message before sync install

2009-09-15 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Dienstag, den 15.09.2009, 15:09 +0200 schrieb Marc - A. Dahlhaus [ Administration | Westermann GmbH ]: Am Dienstag, den 15.09.2009, 22:53 +1000 schrieb Allan McRae: Nagy Gabor wrote: 2009. 09. 15, kedd keltezéssel 21.18-kor James Rayner ezt írta: On Tue, Sep 15, 2009 at 9:14 PM,

[pacman-dev] Removing deltas from repos - Was: Allow package to display a brief message before sync install

2009-09-15 Thread Allan McRae
Marc - A. Dahlhaus [ Administration | Westermann GmbH ] wrote: OT: is there a tool for removing deltas from repo archives? Please change subject lines when going off topic. repo-remove... but I am assuming you mean some automated tool to remove useless deltas? Not yet, and I doubt there

Re: [pacman-dev] [PATCH] Rename config option and small typo fix

2009-09-15 Thread Dan McGee
On Mon, Sep 14, 2009 at 8:37 PM, Laszlo Papp djsza...@gmail.com wrote:    ./src/pacman/package.c:        - small typo fix    ./src/pacman/pacman.c:        - config option is renamed to configfile, because it's more        talkative like in case of logfile. I like everything here but this. For