Re: [Yum-devel] yum cron ordering

2012-03-23 Thread Matthew Miller
On Fri, Mar 23, 2012 at 03:28:18PM -0400, James Antill wrote: > On Fri, 2012-03-23 at 10:38 -0600, Orion Poplawski wrote: > > On 03/16/2012 10:58 AM, Orion Poplawski wrote: > > > With the reorg of yum-cron back in July, the ordering in cron.daily was > > > changed from 0yum.cron to yum-update. Havi

Re: [Yum-devel] [PATCH 1/3] self.repoXML: no eager downloading of metadata.

2012-03-23 Thread James Antill
On Thu, 2012-03-22 at 16:03 +0100, Zdeněk Pavlas wrote: > When we touch repoXML and download a new repomd.xml, > don't immediately download all of the metadata. In theory you can do something like this ... _but_: 1. You have to keep the revert behaviour, it was added for a reason and a bunch of

Re: [Yum-devel] [PATCH] Adds DNSDOMAINNAME option to cause updates to only run when the machine's domainname matches a given value. Useful if you don't want roaming laptop users to update when away fr

2012-03-23 Thread James Antill
On Fri, 2012-03-16 at 12:11 -0600, Orion Poplawski wrote: > --- > yum-cron/yum-cron.sysconfig |3 +++ > yum-cron/yum-update.cron.sh |5 + > 2 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/yum-cron/yum-cron.sysconfig b/yum-cron/yum-cron.sysconfig > index 4c8c40d..3b71

Re: [Yum-devel] [PATCH] Add MAKEUP_MISSED option to makeup missed runs later

2012-03-23 Thread James Antill
On Fri, 2012-03-16 at 11:52 -0600, Orion Poplawski wrote: > --- > yum-cron/yum-cron.sh| 10 ++ > yum-cron/yum-cron.sysconfig |4 > yum-cron/yum-update.cron.sh | 12 +++- > 3 files changed, 25 insertions(+), 1 deletions(-) This needs a bit more thought, AIUI w

Re: [Yum-devel] yum cron ordering

2012-03-23 Thread James Antill
On Fri, 2012-03-23 at 10:38 -0600, Orion Poplawski wrote: > On 03/16/2012 10:58 AM, Orion Poplawski wrote: > > With the reorg of yum-cron back in July, the ordering in cron.daily was > > changed from 0yum.cron to yum-update. Having yum-cron run earlier was a > > change > > made for reasons outline

[Yum-devel] RFC: yum+rpm ppc64p7 patches

2012-03-23 Thread Phil Knirsch
Hi folks. Here the promised patches to add support for adding a power7 optimized arch to ppc64 for rpm and yum. It's pretty similar to the ARM neon support code from dgilmore, only that i needed to add the detection properly in rpm as well. I've tested them to some degree with a local repos

Re: [Yum-devel] yum cron ordering

2012-03-23 Thread Orion Poplawski
On 03/16/2012 10:58 AM, Orion Poplawski wrote: With the reorg of yum-cron back in July, the ordering in cron.daily was changed from 0yum.cron to yum-update. Having yum-cron run earlier was a change made for reasons outlined in https://bugzilla.redhat.com/show_bug.cgi?id=445894, namely to run befo