Re: [CentOS] CentOS 5 and DRPM

2009-11-30 Thread Janez Kosmrlj
I finally managed to do it. server: I had to rebuild the latest createrepo package from sourcerpm: wget http://createrepo.baseurl.org/download/createrepo-0.9.8-1.src.rpm rpm2cpio createrepo-0.9.8-1.src.rpm | cpio -idmv --no-absolute-filenames change yum dependency to yum >= 3.2.22 in the spec file

Re: [CentOS] CentOS 5 and DRPM

2009-11-30 Thread Farkas Levente
On 11/27/2009 11:14 AM, Janez Kosmrlj wrote: > OK I figgured out the client part. But unfortunately this was the easy part. > I still can't figure out, what i'm doing wrong on the server. > I tried installing deltarpm package from epel and the newest createrepo > package from atrpms (deltarpm from

Re: [CentOS] CentOS 5 and DRPM

2009-11-30 Thread Janez Kosmrlj
OK this is the error I get. createrepo --database --deltas -s sha --oldpackagedirs . . Traceback (most recent call last): File "/usr/share/createrepo/genpkgmetadata.py", line 222, in ? main(sys.argv[1:]) File "/usr/share/createrepo/genpkgmetadata.py", line 196, in main mdgen.doPkgMet

Re: [CentOS] CentOS 5 and DRPM

2009-11-29 Thread Geerd-Dietger Hoffmann
On Fri, Nov 27, 2009 at 10:14 AM, Janez Kosmrlj wrote: > OK I figgured out the client part. But unfortunately this was the easy part. > I still can't figure out, what i'm doing wrong on the server. > I tried installing deltarpm package from epel and the newest createrepo > package from atrpms (del

Re: [CentOS] CentOS 5 and DRPM

2009-11-27 Thread Janez Kosmrlj
OK I figgured out the client part. But unfortunately this was the easy part. I still can't figure out, what i'm doing wrong on the server. I tried installing deltarpm package from epel and the newest createrepo package from atrpms (deltarpm from here won't install because it is build against a newe

Re: [CentOS] CentOS 5 and DRPM

2009-11-25 Thread Janez Kosmrlj
Do you have some manual or howto you used to do it? Like i said, there is wery litle info on the web, how to do it. On Wed, Nov 25, 2009 at 3:06 PM, Farkas Levente wrote: > On 11/25/2009 01:00 PM, Janez Kosmrlj wrote: > > Has anybody successfully implemented DRPMs on centos 5.x? > > I searched

Re: [CentOS] CentOS 5 and DRPM

2009-11-25 Thread Karanbir Singh
On 11/25/2009 12:00 PM, Janez Kosmrlj wrote: > Has anybody successfully implemented DRPMs on centos 5.x? > I searched the net and I found a few indications that it is possible, > but there is very little info how to do it. We are not doing this in CentOS itself, since it changes what is delivered

Re: [CentOS] CentOS 5 and DRPM

2009-11-25 Thread Farkas Levente
On 11/25/2009 01:00 PM, Janez Kosmrlj wrote: > Has anybody successfully implemented DRPMs on centos 5.x? > I searched the net and I found a few indications that it is possible, > but there is very little info how to do it. > > Just to be clear. With DRPMs i mean deltaRPMs. And with implementation

[CentOS] CentOS 5 and DRPM

2009-11-25 Thread Janez Kosmrlj
Has anybody successfully implemented DRPMs on centos 5.x? I searched the net and I found a few indications that it is possible, but there is very little info how to do it. Just to be clear. With DRPMs i mean deltaRPMs. And with implementation i mean What yum plugins are necessary and what has to b