Re: [Yum-devel] [PATCH 2/2] move the sys.excepthook over to utils.py and hook it up there.

2009-09-17 Thread Tim Lauridsen
On 09/17/2009 10:05 PM, Seth Vidal wrote: 1. b/c it is tidier over therw 2. b/c now yum-utils using that class get it by default --- utils.py | 13 - yummain.py | 14 +- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/utils.py b/utils.py inde

Re: [Yum-devel] [PATCH 1/2] add a way to run yum inside pdb like we do with the profiler and capture the keyboardinterrupt in sys.excepthook

2009-09-17 Thread Tim Lauridsen
On 09/17/2009 10:05 PM, Seth Vidal wrote: pdb is just handy sometimes sys.excepthook keeps urlgrabber/yum from spewing crap across the screen when someone hits ctrl-c --- yummain.py | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/yummain.py b/yummain

Re: [Yum-devel] Patch: Hard-link packages that have already been downloaded.

2009-09-17 Thread James Antill
On Thu, 2009-09-17 at 20:33 -0400, Ryan Lynch wrote: > I've attached a patch against 'reposync.py' that implements a feature > I desperately need: Before attempting to download a package, the > 'reposync' command can link to an existing local copy of the package, > if one exists. By default, it c

[Yum-devel] Patch: Hard-link packages that have already been downloaded.

2009-09-17 Thread Ryan Lynch
I've attached a patch against 'reposync.py' that implements a feature I desperately need: Before attempting to download a package, the 'reposync' command can link to an existing local copy of the package, if one exists. By default, it creates only hardlinks, so the existing file and the repositor

Re: [Yum-devel] [PATCH] add a way to run yum inside pdb like we do with the profiler and capture the keyboardinterrupt in sys.excepthook

2009-09-17 Thread Seth Vidal
On Thu, 17 Sep 2009, James Antill wrote: On Thu, 2009-09-17 at 14:48 -0400, Seth Vidal wrote: pdb is just handy sometimes sys.excepthook keeps urlgrabber/yum from spewing crap across the screen when someone hits ctrl-c ACK. thank you - I just modified it a bit and resent the email. -sv

[Yum-devel] [PATCH 2/2] move the sys.excepthook over to utils.py and hook it up there.

2009-09-17 Thread Seth Vidal
1. b/c it is tidier over therw 2. b/c now yum-utils using that class get it by default --- utils.py | 13 - yummain.py | 14 +- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/utils.py b/utils.py index aebb959..945aa65 100644 --- a/utils.py +++ b/ut

[Yum-devel] [PATCH 1/2] add a way to run yum inside pdb like we do with the profiler and capture the keyboardinterrupt in sys.excepthook

2009-09-17 Thread Seth Vidal
pdb is just handy sometimes sys.excepthook keeps urlgrabber/yum from spewing crap across the screen when someone hits ctrl-c --- yummain.py | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/yummain.py b/yummain.py index 964975b..029a0ad 100755 --- a/yummai

Re: [Yum-devel] [PATCH] add a way to run yum inside pdb like we do with the profiler and capture the keyboardinterrupt in sys.excepthook

2009-09-17 Thread James Antill
On Thu, 2009-09-17 at 14:48 -0400, Seth Vidal wrote: > pdb is just handy sometimes > sys.excepthook keeps urlgrabber/yum from spewing crap across the screen when > someone hits ctrl-c ACK. ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://

[Yum-devel] [PATCH] add a way to run yum inside pdb like we do with the profiler and capture the keyboardinterrupt in sys.excepthook

2009-09-17 Thread Seth Vidal
pdb is just handy sometimes sys.excepthook keeps urlgrabber/yum from spewing crap across the screen when someone hits ctrl-c --- yummain.py | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/yummain.py b/yummain.py index 964975b..029a0ad 100755 --- a/yummai

Re: [Yum-devel] [yum-commits] debuginfo-install.py yum-builddep.py yum-complete-transaction.py

2009-09-17 Thread Seth Vidal
On Thu, 17 Sep 2009, Tim Lauridsen wrote: On 09/16/2009 08:31 PM, skvi...@osuosl.org wrote: debuginfo-install.py|4 ++-- yum-builddep.py |2 +- yum-complete-transaction.py |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 5cd2188

Re: [Yum-devel] [PATCH] Optimize skipbroken obsoled check

2009-09-17 Thread Seth Vidal
On Thu, 17 Sep 2009, Tim Lauridsen wrote: Change the skipbroken obsoleted/obsoleting check to only look at TS_OBSOLETED and TS_OBSOLETING members and not the whole transaction. ACK -sv ___ Yum-devel mailing list Yum-devel@lists.baseurl.org htt

[Yum-devel] [PATCH] Optimize skipbroken obsoled check

2009-09-17 Thread Tim Lauridsen
Change the skipbroken obsoleted/obsoleting check to only look at TS_OBSOLETED and TS_OBSOLETING members and not the whole transaction. Tim >From 89121d2219c13d96faf34715739ffbbf255968a6 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Thu, 17 Sep 2009 15:04:02 +0200 Subject: [PATCH] skipbroke

Re: [Yum-devel] [yum-commits] debuginfo-install.py yum-builddep.py yum-complete-transaction.py

2009-09-17 Thread Tim Lauridsen
On 09/16/2009 08:31 PM, skvi...@osuosl.org wrote: debuginfo-install.py|4 ++-- yum-builddep.py |2 +- yum-complete-transaction.py |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 5cd21883365604ffcc8c0c37b6e23c79d91b6ae8 Author: Seth