On Tue, Oct 26, 2010 at 1:20 PM, FlorianFesti wrote:
> Ok, I am done with the final polishing. There is now a man page and I hope
> I got the integration in the Makefile and spec right. If there are no
> objections I'll push it as is.
>
> Florian
>
> _
On Tue, Oct 26, 2010 at 5:30 PM, Jeremy Sanders wrote:
> seth vidal wrote:
>
> > On Tue, 2010-10-26 at 10:28 +0100, Jeremy Sanders wrote:
> >> Hi - I'm trying to write a plugin to email a list of any new rpmsave
> >> files which have been generated by upgrades/installs.
> >>
> >> As far as I can s
On Wed, Nov 3, 2010 at 8:09 PM, Seth Vidal wrote:
> This saves a considerable amount of time if you find you have to deal with
> gpg keys, between updates. It is also flexible enough that it could allow
> users
> with systems in relative, or precise, lockstep, to pass around a .ts file
> and
> hav
On Thu, Nov 4, 2010 at 3:41 PM, seth vidal wrote:
> On Thu, 2010-11-04 at 15:36 +0100, tim.laurid...@gmail.com wrote:
> >
> >
> > On Wed, Nov 3, 2010 at 8:09 PM, Seth Vidal
> > wrote:
> > This saves a considerable amount of time if you find
On Fri, Nov 5, 2010 at 10:41 PM, Seth Vidal wrote:
> - works much better than remove_with_leaves
> - better output
> - config makes more sense: clean_requirements_on_remove = BoolOption(False)
> - uses yumdb.reason to drive it - dep-installs only
> - testing and opt required
> ---
> test/testbase
yum-utils 1.1.29 is now released.
check the changelog[1] for changes
repoquery need some new yum stuff, so you need yum git HEAD to use it, until
yum 3.2.29 is released.
tarball :
http://yum.baseurl.org/download/yum-utils/yum-utils-1.1.29.tar.gz
srpm:
http://yum.baseurl.org/download/yum-utils/y
On Fri, Nov 5, 2010 at 8:26 AM, Tim Lauridsen wrote:
> ---
> test/skipbroken-tests.py | 19 ++-
> test/testbase.py | 12 +++-
> yum/__init__.py | 16 ++--
> 3 files changed, 35 insertions(+), 12 deletions(-)
>
> diff --git a/test/skipbrok
On Mon, Nov 15, 2010 at 9:34 PM, James Antill wrote:
> ---
> yum/__init__.py |5 +
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/yum/__init__.py b/yum/__init__.py
> index f2a698d..e036f86 100644
> --- a/yum/__init__.py
> +++ b/yum/__init__.py
> @@ -4250,6 +4250,11 @
On Tue, Nov 23, 2010 at 10:23 AM, Panu Matilainen
wrote:
>
> Hi,
>
> Attached quick hack of a patch adds support for installing build requires
> directly from spec files to yum-builddep if rpm-python supports it
> (currently means rpm >= 4.9 but likely to be backported to 4.8 too), eg
>
> [r...@dh
On Mon, Nov 29, 2010 at 5:54 PM, James Antill wrote:
> ---
> yum/__init__.py |3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/yum/__init__.py b/yum/__init__.py
> index b4640bf..92fa0d0 100644
> --- a/yum/__init__.py
> +++ b/yum/__init__.py
> @@ -2766,6 +2766,9 @@ c
On Mon, Nov 29, 2010 at 5:54 PM, James Antill wrote:
> ---
> cli.py| 56 +---
> output.py |2 ++
> 2 files changed, 35 insertions(+), 23 deletions(-)
>
> diff --git a/cli.py b/cli.py
> index 0c5d8ed..36d1f03 100644
> --- a/cli.py
> ++
On Mon, Nov 29, 2010 at 5:54 PM, James Antill wrote:
> Note that this is kind of valid now, in that there is nothing
> technically wrong with having foo-1.i686 and foo-2.x86_64 installed.
> However _by far_ the most common case is for the user to not want this,
> but yum to solve for it, due to
On Mon, Dec 6, 2010 at 10:02 PM, James Antill wrote:
> ---
> yum/__init__.py | 24 ++--
> 1 files changed, 10 insertions(+), 14 deletions(-)
>
> diff --git a/yum/__init__.py b/yum/__init__.py
> index 29e0284..45123a3 100644
> --- a/yum/__init__.py
> +++ b/yum/__init__.py
>
On Mon, Dec 6, 2010 at 10:02 PM, James Antill wrote:
> ---
> output.py | 78
> ++--
> 1 files changed, 54 insertions(+), 24 deletions(-)
>
> diff --git a/output.py b/output.py
> index f99ab37..0f3543f 100755
> --- a/output.py
> +++ b/outp
On Tue, Dec 7, 2010 at 3:58 PM, James Antill wrote:
> ---
> output.py | 17 +
> 1 files changed, 13 insertions(+), 4 deletions(-)
>
> diff --git a/output.py b/output.py
> index 0f3543f..a8bf1cc 100755
> --- a/output.py
> +++ b/output.py
> @@ -2278,6 +2278,15 @@ class YumCliRPMC
On Mon, Dec 6, 2010 at 9:34 PM, James Antill wrote:
> ---
> yum/__init__.py |4
> yum/packages.py | 34 +-
> 2 files changed, 37 insertions(+), 1 deletions(-)
>
> diff --git a/yum/__init__.py b/yum/__init__.py
> index 58e4367..29e0284 100644
> --- a/yum
On Mon, Dec 13, 2010 at 5:44 PM, seth vidal wrote:
> On Fri, 2010-12-10 at 20:58 -0800, Toshio Kuratomi wrote:
>
> > If I was using kitchen's to_unicode, I could shorten the list of
> functions
> > and skip the final to_unicode call::
> > from kitchen.text.converters import to_unicode
> > conv
On Tue, Dec 21, 2010 at 6:51 PM, James Antill wrote:
>
> Blah, it's been way too long and this first attempt mostly seems to
> work.
> What this patch does:
>
> 1. Stores a list of installed group id's, but only ID's ... we don't try
> to store the 666 names.
>
> 2. Stores a list of all package
On Thu, Dec 23, 2010 at 8:51 PM, Seth Vidal wrote:
> ---
> yum/misc.py | 14 --
> 1 files changed, 12 insertions(+), 2 deletions(-)
>
> diff --git a/yum/misc.py b/yum/misc.py
> index 4fa5ed9..7dffe70 100644
> --- a/yum/misc.py
> +++ b/yum/misc.py
> @@ -431,6 +431,8 @@ def getgpgkeyi
On Thu, Dec 23, 2010 at 8:51 PM, Seth Vidal wrote:
> change setCacheDir() so it can take an alternative prefix and so we don't
> set
> a prefix then assume something else entirely
> ---
> yum/misc.py | 37 -
> 1 files changed, 32 insertions(+), 5 deletions(-)
On Thu, Dec 23, 2010 at 8:51 PM, Seth Vidal wrote:
> ---
> docs/yum.conf.5 |8
> yum/repos.py|2 +-
> yum/yumRepo.py |7 +--
> 3 files changed, 14 insertions(+), 3 deletions(-)
>
> diff --git a/docs/yum.conf.5 b/docs/yum.conf.5
> index ff10251..0281f1a 100644
> --- a
I have added the first steps to get translation support into yum-utils.
Currently only the yum-plugin-aliases has been modified to support
translations, because it already has _() wrappers.
Added translation support to another tool or plugin is done by adding
*
from kitchen.i18n import easy_gette
On Mon, Jan 3, 2011 at 4:02 AM, James Antill wrote:
> On Thu, 2010-12-30 at 15:06 +0100, tim.laurid...@gmail.com wrote:
> > I have added the first steps to get translation support into
> > yum-utils.
> >
> > Currently only the yum-plugin-aliases has been modified
On Mon, Jan 3, 2011 at 7:03 AM, tim.laurid...@gmail.com <
tim.laurid...@gmail.com> wrote:
>
>
> On Mon, Jan 3, 2011 at 4:02 AM, James Antill wrote:
>
>> On Thu, 2010-12-30 at 15:06 +0100, tim.laurid...@gmail.com wrote:
>> > I have added the first steps to get
On Mon, Jan 3, 2011 at 3:34 PM, seth vidal wrote:
> On Mon, 2011-01-03 at 07:58 +0100, tim.laurid...@gmail.com wrote:
>
> > I agree that i18n is kind of a pain sometime, much easier if
> > everybody talked danish :)
> > I think that unicod
On Tue, Jan 4, 2011 at 1:37 PM, Panu Matilainen wrote:
>
> Oh and btw, why the code duplication in cli.py vs yum/__init__.py?
>
It is because cli.py, was never fixed to use the api I have add to yumbase,
to make it easier for api user to apply a transaction.
Tim
_
On Wed, Jan 5, 2011 at 2:06 PM, Panu Matilainen wrote:
> Ah, ok. Just a case of cobblers children having no shoes then :)
:), yes
___
Yum-devel mailing list
Yum-devel@lists.baseurl.org
http://lists.baseurl.org/mailman/listinfo/yum-devel
On Wed, Jan 5, 2011 at 9:41 PM, Gabriel M. Beddingfield
wrote:
>
> I reported a bug with URLGrabber 3.1.0 on Ubuntu where username and
> password cause an infinite recursion:
>
>
> https://bugs.launchpad.net/ubuntu/+source/urlgrabber/+bug/694662
>
> Thanks,
> Gabriel
>
> __
On Mon, Jan 10, 2011 at 11:03 PM, James Antill wrote:
> ---
> yum/pkgtag_db.py | 10 --
> 1 files changed, 8 insertions(+), 2 deletions(-)
>
> diff --git a/yum/pkgtag_db.py b/yum/pkgtag_db.py
> index 016dd41..afcc28d 100644
> --- a/yum/pkgtag_db.py
> +++ b/yum/pkgtag_db.py
> @@ -53,8 +
On Tue, Jan 11, 2011 at 3:10 PM, James Antill wrote:
> ---
> yum/yumRepo.py |7 ++-
> 1 files changed, 6 insertions(+), 1 deletions(-)
>
> diff --git a/yum/yumRepo.py b/yum/yumRepo.py
> index 6a27805..36b7c7d 100644
> --- a/yum/yumRepo.py
> +++ b/yum/yumRepo.py
> @@ -678,7 +678,12 @@ cla
On Wed, Jan 12, 2011 at 5:39 PM, James Antill wrote:
>
>
> Yeh, I thought Toshio replied with a better version of it for kitchen
> when we did the initial patch(es).
>
> ___
> Yum-devel mailing list
> Yum-devel@lists.baseurl.org
> http://lists.baseurl.o
yum-utils 1.1.30 released
Check [1] for changes.
yum-3.2.29 is need for this release.
tarball:
http://yum.baseurl.org/download/yum-utils/yum-utils-1.1.30.tar.gz
SRPM
http://yum.baseurl.org/download/yum-utils/yum-utils-1.1.30-1.src.rpm
[1]:
http://yum.baseurl.org/gitweb?p=yum-utils.git;a=blob;f
On Wed, Jan 12, 2011 at 11:09 PM, Seth Vidal wrote:
> - add patch from Marko Myllynen to make the random
> wait behave a bit better
> - update spec file for correct deps
> ---
> etc/0yum.cron| 141
> ++
> etc/Makefile |7 +++
>
On Wed, Jan 19, 2011 at 3:33 PM, James Antill wrote:
> ---
> yum/__init__.py |9 +
> 1 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/yum/__init__.py b/yum/__init__.py
> index fca6ab4..2d9385e 100644
> --- a/yum/__init__.py
> +++ b/yum/__init__.py
> @@ -1437,10 +1437
On Fri, Jan 21, 2011 at 5:25 PM, James Antill wrote:
> ---
> yumcommands.py |6 ++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/yumcommands.py b/yumcommands.py
> index ecce347..45cd209 100644
> --- a/yumcommands.py
> +++ b/yumcommands.py
> @@ -972,6 +972,12 @@ clas
On Sat, Jan 22, 2011 at 6:33 PM, Seth Vidal wrote:
> then if we have the same ca key for multiple repos we don't constantly
> reprompt the user
> ---
> yum/__init__.py | 32 ++--
> 1 files changed, 26 insertions(+), 6 deletions(-)
>
> diff --git a/yum/__init__.py b/y
On Thu, Feb 3, 2011 at 6:55 AM, Seth Vidal wrote:
> ---
> yum/packages.py |3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/yum/packages.py b/yum/packages.py
> index 6f61fea..15eeeaa 100644
> --- a/yum/packages.py
> +++ b/yum/packages.py
> @@ -1069,6 +1069,9 @@ class
On Fri, Feb 4, 2011 at 9:11 AM, Stefan Urbanek wrote:
> Hi,
>
> I'm trying to fetch 1m+ pages over HTTP from single site. urlgrabber seemed
> like fast solution using "keep alive" connections. However, after a while my
> script fails without any stack trace with: "Fatal Python error: deallocating
Hi
I have trigged by Seth done a document about a proposal for giving access to
yum services using a DBus system service daemon
Please read an let me know what you think
http://yum.baseurl.org/wiki/YumDBusAPI
Tim
___
Yum-devel mailing list
Yum-devel@
On Mon, Feb 14, 2011 at 5:42 PM, seth vidal wrote:
> On Fri, 2011-02-11 at 11:49 +0100, tim.laurid...@gmail.com wrote:
> > Hi
> >
> >
> > I have trigged by Seth done a document about a proposal for giving
> > access to yum services using a DBus system service daem
On Thu, Feb 17, 2011 at 3:24 PM, FlorianFesti wrote:
> On 02/11/2011 11:49 AM, tim.laurid...@gmail.com wrote:
>
>> Please read an let me know what you think
>>
>> I like the idea. Reading the questions on the wiki page:
>
Cool.
>
> I think the DBus API shoul
On Thu, Mar 10, 2011 at 7:43 PM, James Antill wrote:
> ---
> yum/__init__.py | 10 --
> 1 files changed, 8 insertions(+), 2 deletions(-)
>
> diff --git a/yum/__init__.py b/yum/__init__.py
> index 5c44245..36fc203 100644
> --- a/yum/__init__.py
> +++ b/yum/__init__.py
> @@ -3956,11 +395
On Thu, Mar 31, 2011 at 12:01 AM, James Antill wrote:
> ---
> cli.py |4 +-
> yum/__init__.py | 58
> +-
> yumcommands.py |8 +++---
> 3 files changed, 50 insertions(+), 20 deletions(-)
>
> diff --git a/cli.py b/cli.py
> ind
On Thu, Mar 31, 2011 at 8:55 PM, James Antill wrote:
> On Thu, 2011-03-31 at 07:26 +0200, tim.laurid...@gmail.com wrote:
> >
> > Do we need a separate command for this, is it not better to just fix 'yum
> > update foo-1.2' to do what 'yum update-to foo-1.2'
On Thu, Mar 31, 2011 at 12:01 AM, James Antill wrote:
> ---
> docs/yum.8 | 18 ++
> 1 files changed, 18 insertions(+), 0 deletions(-)
>
> diff --git a/docs/yum.8 b/docs/yum.8
> index 0f1b1ba..39c7253 100644
> --- a/docs/yum.8
> +++ b/docs/yum.8
> @@ -23,10 +23,14 @@ gnome\-pack
On Thu, Mar 31, 2011 at 12:01 AM, James Antill wrote:
> ---
> test/simpleupdatetests.py | 119
> +
> test/testbase.py |4 ++
> yum/packageSack.py|9 +++
> 3 files changed, 132 insertions(+), 0 deletions(-)
>
> diff --git a/tes
On Fri, Apr 1, 2011 at 7:47 PM, James Antill wrote:
> ---
> cli.py |3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/cli.py b/cli.py
> index dd6f5c7..b0a6292 100644
> --- a/cli.py
> +++ b/cli.py
> @@ -1434,7 +1434,8 @@ class YumOptionParser(OptionParser):
>
On Thu, Apr 14, 2011 at 8:22 PM, James Antill wrote:
> +history_list_view = SelectionOption('1user-cmds',
> +('1user-cmds', 'users', 'cmds'),
> + mapper={'commands' : 'cmds',
> +
On Thu, Apr 14, 2011 at 11:46 PM, James Antill wrote:
> ---
> yumcommands.py | 17 +
> 1 files changed, 13 insertions(+), 4 deletions(-)
>
> diff --git a/yumcommands.py b/yumcommands.py
> index fd69f05..8e148a9 100644
> --- a/yumcommands.py
> +++ b/yumcommands.py
> @@ -33,6 +33
On Thu, Apr 21, 2011 at 10:28 PM, James Antill wrote:
> ---
> docs/yum.8 | 15 ++-
> yumcommands.py | 49 ++---
> 2 files changed, 56 insertions(+), 8 deletions(-)
>
> diff --git a/docs/yum.8 b/docs/yum.8
> index 522f15f..ede03b9 10
On Thu, Apr 21, 2011 at 10:28 PM, James Antill wrote:
> ---
> output.py |8
> 1 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/output.py b/output.py
> index cf541f8..07c1d56 100755
> --- a/output.py
> +++ b/output.py
> @@ -1367,6 +1367,14 @@ to exit.
> ''' C
On Thu, Apr 21, 2011 at 10:28 PM, James Antill wrote:
> ---
> output.py |3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/output.py b/output.py
> index 07c1d56..71e4e24 100755
> --- a/output.py
> +++ b/output.py
> @@ -1391,6 +1391,9 @@ to exit.
> if etid > o
On Wed, May 4, 2011 at 3:45 PM, Seth Vidal wrote:
> when we're doing collapse_libc_requires.
> ultimately what's causing:
> https://bugzilla.redhat.com/show_bug.cgi?id=701744
> ---
> rpmUtils/miscutils.py |4
> yum/packages.py |9 +++--
> 2 files changed, 11 insertions(+),
On Fri, May 20, 2011 at 9:57 PM, James Antill wrote:
> ---
> yum/__init__.py | 10 +++---
> 1 files changed, 7 insertions(+), 3 deletions(-)
>
> diff --git a/yum/__init__.py b/yum/__init__.py
> index 740273e..0244e04 100644
> --- a/yum/__init__.py
> +++ b/yum/__init__.py
> @@ -5127,9 +5127
On Mon, May 16, 2011 at 10:05 AM, Hedayat Vatankhah
wrote:
>
>
> *seth vidal *wrote on
> 05/16/2011 8:10:22 AM +0450:
>
> On Sun, 2011-05-15 at 12:57 +0430, Hedayat Vatankhah wrote:
>
> Hi all,
> As you may already knew, still not having enough time to work on more
> fundamental things, I've
On Mon, May 23, 2011 at 10:58 PM, James Antill wrote:
> ---
> cli.py | 22 ++
> 1 files changed, 14 insertions(+), 8 deletions(-)
>
> diff --git a/cli.py b/cli.py
> index 957c182..f4bd7b1 100644
> --- a/cli.py
> +++ b/cli.py
> @@ -1143,17 +1143,23 @@ class YumBaseCli(yum.Yu
On Wed, Jun 1, 2011 at 11:17 PM, James Antill wrote:
> ---
> yum/yumRepo.py |7 ---
> 1 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/yum/yumRepo.py b/yum/yumRepo.py
> index 1568c54..e5e9ece 100644
> --- a/yum/yumRepo.py
> +++ b/yum/yumRepo.py
> @@ -430,9 +430,10 @@ cla
On Mon, Jun 13, 2011 at 9:55 PM, James Antill wrote:
>
> +# To explain why the following code looks like someone took drugs
> +# before/during/after coding:
LOL
ACK.
Tim
___
Yum-devel mailing list
Yum-devel@lists.baseurl.org
http://
On Mon, Jun 13, 2011 at 9:55 PM, James Antill wrote:
> ---
> output.py |7 +--
> 1 files changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/output.py b/output.py
> index 398dafa..3840f82 100755
> --- a/output.py
> +++ b/output.py
> @@ -897,13 +897,16 @@ class YumOutput:
>
On Mon, Jun 13, 2011 at 9:55 PM, James Antill wrote:
> ---
> yum/packages.py |5 +
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/yum/packages.py b/yum/packages.py
> index 0d16293..d8043f9 100644
> --- a/yum/packages.py
> +++ b/yum/packages.py
> @@ -299,6 +299,11 @@
On Fri, Jun 17, 2011 at 10:35 AM, Zdenek Pavlas wrote:
> Hi everyone,
>
> I'm a new hire at Redhat base OS development, ready to dive into the dark
> corners of yum!
> Thanking you in advance for your cooperation, I look forward to working with
> you.
>
> --
> Zdenek
> __
On Thu, Jun 16, 2011 at 5:44 PM, James Antill wrote:
> ---
> yum/rpmtrans.py | 49 ++---
> 1 files changed, 38 insertions(+), 11 deletions(-)
>
> diff --git a/yum/rpmtrans.py b/yum/rpmtrans.py
> index 43f9634..400d729 100644
> --- a/yum/rpmtrans.py
>
On Thu, Jun 23, 2011 at 7:28 PM, James Antill wrote:
> ---
> cli.py | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/cli.py b/cli.py
> index 82f286f..6056d38 100644
> --- a/cli.py
> +++ b/cli.py
> @@ -264,7 +264,9 @@ class YumBaseCli(yum.YumBase, output.YumOutput):
2011/6/23 Zdeněk Pavlas :
> xgettext ignores _(var), so localize literals instead.
> ---
> output.py | 12 ++--
> 1 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/output.py b/output.py
> index c146abf..b6aa277 100755
> --- a/output.py
> +++ b/output.py
> @@ -1103,14 +110
On Mon, Jul 11, 2011 at 4:37 PM, James Antill wrote:
> ---
> docs/yum.conf.5 | 50 +-
> 1 files changed, 45 insertions(+), 5 deletions(-)
>
> diff --git a/docs/yum.conf.5 b/docs/yum.conf.5
> index 515aa73..07cfdde 100644
> --- a/docs/yum.conf.5
>
On Mon, Jul 11, 2011 at 8:40 PM, James Antill wrote:
> On Mon, 2011-07-11 at 19:05 +0200, tim.laurid...@gmail.com wrote:
>
>> Do we really need all these cases ?
>> I can see the use for -y for installing/updating stuff, but not
>> removing stuff. but having options for
On Thu, Jul 14, 2011 at 11:28 PM, James Antill wrote:
> On Wed, 2011-07-13 at 18:50 +0200, Zdeněk Pavlas wrote:
>> + for i in range(n):
>> + # need two pipes per process
>> + A = os.pipe()
>> + B = os.pipe()
>> + if os.fork() == 0:
>> +
On Tue, Jul 12, 2011 at 11:36 PM, James Antill wrote:
> On Tue, 2011-07-12 at 09:45 +0200, tim.laurid...@gmail.com wrote:
>> On Mon, Jul 11, 2011 at 8:40 PM, James Antill
>> wrote:
>> > So would you use it, if we just removed the "txmbr.ts_state == 'e'&q
On Fri, Jul 15, 2011 at 11:40 PM, Seth Vidal wrote:
> ---
> yum/packages.py | 18 +++---
> 1 files changed, 11 insertions(+), 7 deletions(-)
>
> diff --git a/yum/packages.py b/yum/packages.py
> index e055edf..db365c5 100644
> --- a/yum/packages.py
> +++ b/yum/packages.py
> @@ -1083,
On Fri, Jul 15, 2011 at 11:40 PM, Seth Vidal wrote:
> ---
> yum/packages.py | 18 +++---
> 1 files changed, 11 insertions(+), 7 deletions(-)
>
> diff --git a/yum/packages.py b/yum/packages.py
> index e055edf..db365c5 100644
> --- a/yum/packages.py
> +++ b/yum/packages.py
> @@ -1083,
On Fri, Jul 15, 2011 at 11:44 PM, Seth Vidal wrote:
> ---
> yum/packages.py | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/yum/packages.py b/yum/packages.py
> index db365c5..79c15db 100644
> --- a/yum/packages.py
> +++ b/yum/packages.py
> @@ -1161,11 +1161,11 @
> It is similar to other high level package managers, such as
> apt-get
> +and smart\&. There are some GUI applications that interface directly to
> the
> +\fByum\fP code, but more recent graphical interface development is
> happening
> +with PackageKit and the gnome-packagekit application\&.
> +.
On Fri, Jul 29, 2011 at 12:43 PM, Andrew Ford wrote:
> tim.laurid...@gmail.com wrote:
>>>
>>> It is similar to other high level package managers, such as
>>> apt-get
>>> +and smart\&. There are some GUI applications that interface directly to
&
On Fri, Jul 29, 2011 at 12:56 PM, tim.laurid...@gmail.com
wrote:
> On Fri, Jul 29, 2011 at 12:43 PM, Andrew Ford wrote:
>> tim.laurid...@gmail.com wrote:
>>>>
>>>> It is similar to other high level package managers, such as
>>>> apt-get
>>>
On Fri, Jul 29, 2011 at 6:40 PM, James Antill wrote:
> ---
> yum/__init__.py | 28
> 1 files changed, 20 insertions(+), 8 deletions(-)
>
> diff --git a/yum/__init__.py b/yum/__init__.py
> index f97378c..d93fe8f 100644
> --- a/yum/__init__.py
> +++ b/yum/__init__.py
On Fri, Jul 29, 2011 at 6:40 PM, James Antill wrote:
> ---
> yum/__init__.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/yum/__init__.py b/yum/__init__.py
> index d93fe8f..2149d77 100644
> --- a/yum/__init__.py
> +++ b/yum/__init__.py
> @@ -2941,7 +2941,7 @@ cla
yum-utils 1.1.31 is now released
Check [1] for changes
tarball:
http://yum.baseurl.org/download/yum-utils/yum-utils-1.1.31.tar.gz
srpm:
http://yum.baseurl.org/download/yum-utils/yum-utils-1.1.31-1.src.rpm
[1]:
http://yum.baseurl.org/gitweb?p=yum-utils.git;a=blob;f=ChangeLog;h=4116eebd8974c73c26
On Thu, Aug 18, 2011 at 5:28 PM, James Antill wrote:
> ---
> yum/__init__.py | 2 +-
> yum/config.py | 9 +++--
> 2 files changed, 8 insertions(+), 3 deletions(-)
>
> diff --git a/yum/__init__.py b/yum/__init__.py
> index 5bbf079..5fb7c00 100644
> --- a/yum/__init__.py
> +++ b/yum/__i
On Fri, Aug 19, 2011 at 3:17 PM, James Antill wrote:
> On Fri, 2011-08-19 at 00:21 +0300, Ville Skyttä wrote:
>> On 08/18/2011 07:09 PM, James Antill wrote:
>> > The idea is that sometimes you want to say "make sure the entire
>> > dep. tree for package XYZ is at the latest version"
>> >
>> > Th
On Fri, Aug 19, 2011 at 8:01 PM, James Antill wrote:
> ---
> yum/history.py | 8 ++--
> yumcommands.py | 6 --
> 2 files changed, 10 insertions(+), 4 deletions(-)
>
> diff --git a/yum/history.py b/yum/history.py
> index 6449708..a9b12cf 100644
> --- a/yum/history.py
> +++ b/yum/hist
On Fri, Aug 19, 2011 at 8:01 PM, James Antill wrote:
> ---
> yum/history.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/yum/history.py b/yum/history.py
> index c91c33a..6449708 100644
> --- a/yum/history.py
> +++ b/yum/history.py
> @@ -1295,7 +1295,7 @@ class Yu
On Tue, Aug 23, 2011 at 8:44 PM, James Antill wrote:
> ---
> output.py | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/output.py b/output.py
> index 00e0e6f..db64eff 100755
> --- a/output.py
> +++ b/output.py
> @@ -1423,6 +1423,9 @@ Transaction Summary
>
On Wed, Aug 24, 2011 at 3:22 PM, James Antill wrote:
> On Wed, 2011-08-24 at 14:09 +0200, tim.laurid...@gmail.com wrote:
>> On Tue, Aug 23, 2011 at 8:44 PM, James Antill wrote:
>> > ---
>> > output.py | 3 +++
>> > 1 files changed, 3 insertions(+), 0
On Tue, Aug 23, 2011 at 8:44 PM, James Antill wrote:
> ---
> cli.py | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/cli.py b/cli.py
> index 9f2c282..9c89a37 100755
> --- a/cli.py
> +++ b/cli.py
> @@ -768,7 +768,6 @@ class YumBaseCli(yum.YumBase, output.YumOutput):
>
On Tue, Aug 23, 2011 at 8:44 PM, James Antill wrote:
> ---
> output.py | 42 ++
> 1 files changed, 30 insertions(+), 12 deletions(-)
>
> diff --git a/output.py b/output.py
> index db64eff..eefcd69 100755
> --- a/output.py
> +++ b/output.py
> @@ -1417,19 +
On Tue, Aug 23, 2011 at 8:44 PM, James Antill wrote:
> ---
> cli.py | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/cli.py b/cli.py
> index 9c89a37..a1e0e03 100755
> --- a/cli.py
> +++ b/cli.py
> @@ -768,6 +768,8 @@ class YumBaseCli(yum.YumBase, output.YumOutput):
>
On Wed, Aug 24, 2011 at 11:48 PM, James Antill wrote:
> ---
> yum/misc.py | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/yum/misc.py b/yum/misc.py
> index 37c572b..04490a6 100644
> --- a/yum/misc.py
> +++ b/yum/misc.py
> @@ -1114,10 +1114,12 @@ def decompress(fil
On Wed, Aug 24, 2011 at 11:04 PM, James Antill wrote:
> ---
> output.py | 57 -
> 1 files changed, 44 insertions(+), 13 deletions(-)
>
> diff --git a/output.py b/output.py
> index eefcd69..faffd34 100755
> --- a/output.py
> +++ b/output.py
On Wed, Aug 24, 2011 at 11:04 PM, James Antill wrote:
> ---
> cli.py | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/cli.py b/cli.py
> index a1e0e03..ed29ba4 100755
> --- a/cli.py
> +++ b/cli.py
> @@ -763,7 +763,9 @@ class YumBaseCli(yum.YumBase, output.YumOutput)
On Wed, Aug 24, 2011 at 11:04 PM, James Antill wrote:
> ---
> yum/yumRepo.py | 5 +
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/yum/yumRepo.py b/yum/yumRepo.py
> index 91b7dde..a681370 100644
> --- a/yum/yumRepo.py
> +++ b/yum/yumRepo.py
> @@ -1256,6 +1256,11 @@ Ins
On Thursday, August 25, 2011, James Antill wrote:
> ---
> output.py | 12
> 1 files changed, 8 insertions(+), 4 deletions(-)
>
> diff --git a/output.py b/output.py
> index faffd34..be4e4d9 100755
> --- a/output.py
> +++ b/output.py
> @@ -2081,7 +2081,7 @@ to exit.
> _pkg_st
On Tue, Sep 20, 2011 at 5:58 PM, James Antill wrote:
> ---
> yum/history.py | 13 -
> 1 files changed, 8 insertions(+), 5 deletions(-)
>
> diff --git a/yum/history.py b/yum/history.py
> index bbd9bf2..60a496d 100644
> --- a/yum/history.py
> +++ b/yum/history.py
> @@ -738,6 +738,8 @@
On Tue, Sep 20, 2011 at 5:58 PM, James Antill wrote:
> ---
> yum/history.py | 4 +---
> 1 files changed, 1 insertions(+), 3 deletions(-)
>
> diff --git a/yum/history.py b/yum/history.py
> index a9b12cf..bbd9bf2 100644
> --- a/yum/history.py
> +++ b/yum/history.py
> @@ -1296,10 +1296,8 @@ class
On Fri, Sep 30, 2011 at 9:26 PM, James Antill wrote:
> ---
> docs/yum.8 | 5 +
> yum/__init__.py | 35 ++-
> yumcommands.py | 24 +++-
> 3 files changed, 62 insertions(+), 2 deletions(-)
>
> diff --git a/docs/yum.8 b/docs/yum.8
On Thu, Oct 6, 2011 at 3:37 PM, Zdenek Pavlas wrote:
> Hi,
>
> I did some experiments with parallelizing metadata downloads
> using the 'bulk urlgrab' api. Metadata initialization code
> is pretty complex so I only came to a 'staged' 3-pass solution
>
> 1st pass: update metalink files.
> 2nd pass
On 14 October 2011 21:39, James Antill wrote:
> ---
> yum/depsolve.py | 25 +++--
> 1 files changed, 23 insertions(+), 2 deletions(-)
>
> diff --git a/yum/depsolve.py b/yum/depsolve.py
> index 699a23c..7e74880 100644
> --- a/yum/depsolve.py
> +++ b/yum/depsolve.py
> @@ -58,
On 14 October 2011 22:27, James Antill wrote:
> ---
> test/depsolvetests.py |7 ---
> yum/depsolve.py |6 ++
> 2 files changed, 10 insertions(+), 3 deletions(-)
>
> diff --git a/test/depsolvetests.py b/test/depsolvetests.py
> index 7af3f16..ea47b03 100644
> --- a/test/depso
On 14 October 2011 21:39, James Antill wrote:
> ---
> test/simpleupdatetests.py | 69
> +
> 1 files changed, 69 insertions(+), 0 deletions(-)
>
> diff --git a/test/simpleupdatetests.py b/test/simpleupdatetests.py
> index 6177fb1..2c8bcb3 100644
> ---
On Tue, Nov 1, 2011 at 10:56 AM, Qiming Ye wrote:
> Dear list,
>
> I'm looking for a simple way to use yum api to solve a certain package's
> dependencies, I grep'ed the doc & source code and found findDeps(), but
> this method expects the parameter to be pkgobj, how can I translate a
> string to
On Wed, Nov 2, 2011 at 6:35 AM, Toshio Kuratomi wrote:
> On Tue, Nov 01, 2011 at 06:13:16PM -0400, James Antill wrote:
> > On Mon, 2011-10-31 at 10:01 +0100, Zdeněk Pavlas wrote:
> > > Under some locales, python creates UTF8 encoded non-unicode
> > > exceptions. For such, exception2msg() returns
1 - 100 of 151 matches
Mail list logo