Hi, within the update to 5.3 I guess it would be interesting to provide sqlite enabled repos. yum-3.2.19-18.el5.centos is prepared for that. Regards, David Hrbáč
Seth Vidal wrote:
On Thu, 12 Mar 2009, David Hrbáč wrote:
Hi, within the update to 5.3 I guess it would be interesting to provide sqlite enabled repos. yum-3.2.19-18.el5.centos is prepared for that.
+1
all the yum developers think this is a good idea.
AFAIK this is planned. Karanbir: Correct me if I'm wrong :)
Cheers,
Ralph
On Thu, 2009-03-12 at 15:57 +0100, Ralph Angenendt wrote:
Seth Vidal wrote:
On Thu, 12 Mar 2009, David Hrbáč wrote:
Hi, within the update to 5.3 I guess it would be interesting to provide sqlite enabled repos. yum-3.2.19-18.el5.centos is prepared for that.
+1
all the yum developers think this is a good idea.
AFAIK this is planned. Karanbir: Correct me if I'm wrong :)
AFAIK the only problem is that the repos. are created on CentOS-4, so createrepo with support for this doesn't work. Seth did the following code:
http://skvidal.fedorapeople.org/misc/makerepodb.py
...but that needs integrating into your repo. creation scripts.
On Thu, 12 Mar 2009, James Antill wrote:
On Thu, 2009-03-12 at 15:57 +0100, Ralph Angenendt wrote:
Seth Vidal wrote:
On Thu, 12 Mar 2009, David Hrbáč wrote:
Hi, within the update to 5.3 I guess it would be interesting to provide sqlite enabled repos. yum-3.2.19-18.el5.centos is prepared for that.
+1
all the yum developers think this is a good idea.
AFAIK this is planned. Karanbir: Correct me if I'm wrong :)
AFAIK the only problem is that the repos. are created on CentOS-4, so createrepo with support for this doesn't work. Seth did the following code:
http://skvidal.fedorapeople.org/misc/makerepodb.py
...but that needs integrating into your repo. creation scripts.
And it will only work properly if the version of yum-metadata-parser is current.
-sv
James Antill wrote:
On Thu, 2009-03-12 at 15:57 +0100, Ralph Angenendt wrote:
AFAIK this is planned. Karanbir: Correct me if I'm wrong :)
AFAIK the only problem is that the repos. are created on CentOS-4, so createrepo with support for this doesn't work.
Ummm. You seem to know more than me, then >:)
http://dev.centos.org/centos/5/testing/i386/repodata/ - sqlite repos are already in place for the testing repository.
Cheers,
Ralph
Ralph Angenendt napsal(a):
Ummm. You seem to know more than me, then >:)
http://dev.centos.org/centos/5/testing/i386/repodata/ - sqlite repos are already in place for the testing repository.
Cheers,
Ralph
Ralph, is there any progress? Regards, David
On 05/27/2009 12:09 PM, David Hrbáč wrote:
http://dev.centos.org/centos/5/testing/i386/repodata/ - sqlite repos are already in place for the testing repository.
is there any progress?
Its definitely on, were replumbing the entire mirror process, the work is sort of underway already. sqlite in the repo-md's will become possible then.
While its not easy to estimate how long this is going to take, its reasonable to assume that things should be in place for 4.8 release. So a couple of weeks at the most.
- KB
James Antill napsal(a):
AFAIK the only problem is that the repos. are created on CentOS-4, so createrepo with support for this doesn't work. Seth did the following code:
http://skvidal.fedorapeople.org/misc/makerepodb.py
...but that needs integrating into your repo. creation scripts.
James, backporting yum and createrepo works too.
[root@webmel4 ~]# rpm -qa | grep -P 'yum-|createrepo-' | sort createrepo-0.4.11-3.el4.hrb yum-3.2.8-9.el4.hrb.2.1.3 yum-fastestmirror-1.1.10-9.el4.hrb.1 yum-metadata-parser-1.1.2-2.el4.hrb yum-utils-1.1.10-9.el4.hrb.1
Createrepo creates :o) both xml and slite files. But I guess that this is not the way for Centos infrastructure to go. DH