[pacman-dev] [PATCH] pacman.conf (manual) changes
From 6f83f47c8545674b7c8e1c3178ac40b2ace44f3a Mon Sep 17 00:00:00 2001 From: Nagy Gabor <ngaba@bibl.u-szeged.hu> Date: Sat, 26 Jul 2008 12:46:22 +0200 Subject: [PATCH] pacman.conf (manual) changes Document ILoveCandy, and set the default CleanMethod value. Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> --- doc/pacman.conf.5.txt | 3 +++ etc/pacman.conf.in | 2 ++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index 20a9067..0eee3f0 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -149,6 +149,9 @@ Options and completed percentage of the entire download list rather than the percent of each individual download target. The progress bar is still based solely on the current file download. + +*ILoveCandy*:: + Enables pacman game inspired progressbar. Repository Sections ------------------- diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index 199626d..2101e3b 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -17,6 +17,7 @@ HoldPkg = pacman glibc # If upgrades are available for these packages they will be asked for first SyncFirst = pacman #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u +#CleanMethod = KeepInstalled # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup #IgnorePkg = @@ -31,6 +32,7 @@ SyncFirst = pacman #ShowSize #UseDelta #TotalDownload +#ILoveCandy # # REPOSITORIES -- 1.5.6.4
On Sat, Jul 26, 2008 at 12:50:06PM +0200, Nagy Gabor <ngaba@bibl.u-szeged.hu> wrote:
+*ILoveCandy*:: + Enables pacman game inspired progressbar.
I thought this was undocumented intentionally.
On Sat, Jul 26, 2008 at 12:50:06PM +0200, Nagy Gabor <ngaba@bibl.u-szeged.hu> wrote:
+*ILoveCandy*:: + Enables pacman game inspired progressbar.
I thought this was undocumented intentionally.
Yes, this is a funny, but musthave option. If this was a cheat code, please adulterate the ML archive (who has right for doing that);-) Bye
On Sun, Jul 27, 2008 at 12:20:20AM +0200, Nagy Gabor <ngaba@bibl.u-szeged.hu> wrote:
+*ILoveCandy*:: + Enables pacman game inspired progressbar.
I thought this was undocumented intentionally.
Yes, this is a funny, but musthave option. If this was a cheat code, please adulterate the ML archive (who has right for doing that);-)
It is a joke, as probably all easter egg in open source software is a joke. I just suggested not documenting it in the manpage, otherwise you destroy the jode.
On Sun, Jul 27, 2008 at 2:02 AM, Miklos Vajna <vmiklos@frugalware.org> wrote:
It is a joke, as probably all easter egg in open source software is a joke. I just suggested not documenting it in the manpage, otherwise you destroy the jode.
Indeed.
From e81c8d333178e5180c771a0262dabe9aecb18eb0 Mon Sep 17 00:00:00 2001 From: Nagy Gabor <ngaba@bibl.u-szeged.hu> Date: Sun, 27 Jul 2008 12:27:50 +0200 Subject: [PATCH] Put CleanMethod to pacman.conf (commented out) Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> --- etc/pacman.conf.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index 199626d..9b822c3 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -17,6 +17,7 @@ HoldPkg = pacman glibc # If upgrades are available for these packages they will be asked for first SyncFirst = pacman #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u +#CleanMethod = KeepInstalled # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup #IgnorePkg = -- 1.5.6.4
On Sun, Jul 27, 2008 at 5:14 AM, Xavier <shiningxc@gmail.com> wrote:
On Sun, Jul 27, 2008 at 2:02 AM, Miklos Vajna <vmiklos@frugalware.org> wrote:
It is a joke, as probably all easter egg in open source software is a joke. I just suggested not documenting it in the manpage, otherwise you destroy the jode.
Indeed.
Ack
On Mon, Jul 28, 2008 at 7:52 PM, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
On Sun, Jul 27, 2008 at 5:14 AM, Xavier <shiningxc@gmail.com> wrote:
On Sun, Jul 27, 2008 at 2:02 AM, Miklos Vajna <vmiklos@frugalware.org> wrote:
It is a joke, as probably all easter egg in open source software is a joke. I just suggested not documenting it in the manpage, otherwise you destroy the jode.
Indeed.
Ack
Nagy reworked his patch to only keep the CleanMethod part, so that is fine now :) http://repo.or.cz/w/pacman-ng.git?a=commitdiff;h=e81c8d333178e5180c771a0262d...
participants (4)
-
Aaron Griffin
-
Miklos Vajna
-
Nagy Gabor
-
Xavier