bleeding edge repo

10 posts / 0 new
Last post
#1 Fri, 02/06/2009 - 06:15
ConRadical

bleeding edge repo

What's the best way to enable Joe's bleed repo listed here: http://www.virtualmin.com/documentation/id,virtualmin_bleeding_edge_pack...

Is there a way to enable it just for PHP?

Fri, 02/06/2009 - 07:46
ConRadical

FYI, I created a vmbleed fle with the below config inside the yum.repos.d dir.

<i>
[vmbleed]
name=vmbleed RHEL/ CentOS $releasever - $basearch
baseurl=http://software.virtualmin.com/bleed/centos/5/i386/
enabled=1
gpgcheck=0</i>

Then i get this error:
<i>Loading &quot;fastestmirror&quot; plugin

Error getting repository data for vmbleed, repository not found</i>

Suggestions?

Fri, 02/06/2009 - 11:49 (Reply to #2)
Joe
Joe's picture

I think that should work. That URL seems correct to me. I'll test it, and get back to you. I'm working on an updated PHP for that repo anyway.

--

Check out the forum guidelines!

Fri, 02/06/2009 - 14:40 (Reply to #3)
ConRadical

I've used up my brain power on this one, I eagerly await your findings Joe. I want to setup a Magento store and can't w/o the PHP 5.2+.

Thanks!

Fri, 02/13/2009 - 11:52 (Reply to #4)
otis

The following repo file worked for me to replace the stock centos 5.1.6 packages with your php-[*-]5.2.6-1.el5.vmbleed.i386.rpm packages:

[vmbleed]
name=vmbleed RHEL/ CentOS $releasever - $basearch
baseurl=http://software.virtualmin.com/bleed/centos/5/i386/
enabled=1
gpgcheck=0
includepkgs=php*

HOWEVER, since doing that I see that you have added php-[*-]5.2.8-1.el5.vmbleed.i386.rpm packages to the repo. When I run yum update, yum does not detect the new packages. It seems that the files in /bleed/centos/5/i386/repodata have not been updated to list the new packages. Is this deliberate?

Thu, 02/26/2009 - 00:28 (Reply to #5)
pixel_paul
pixel_paul's picture

<div class='quote'>HOWEVER, since doing that I see that you have added php-[*-]5.2.8-1.el5.vmbleed.i386.rpm packages to the repo. When I run yum update, yum does not detect the new packages. It seems that the files in /bleed/centos/5/i386/repodata have not been updated to list the new packages. Is this deliberate?</div>

I seem to be having a similar problem updating php 5.2.6 to 5.2.8 as well...

Thu, 02/26/2009 - 05:17 (Reply to #6)
andreychek

I suspect that was purely an oversight.

I'll shoot Joe an email to make sure that the repo data is updated ;-)
-Eric

Sun, 02/22/2009 - 11:12
jflesher

Can you give me the settings for x64?

Thanks

Jeffrey Scott Flesher
Medically Retired Gulf War Vet

Sun, 02/22/2009 - 11:16 (Reply to #8)
jflesher

[vmbleed]
name=vmbleed RHEL/ CentOS $releasever - $basearch
baseurl=http://software.virtualmin.com/bleed/centos/5/x86_64/
enabled=1
gpgcheck=0
includepkgs=php*

Sorry for answering my own post; this is for other users that might find this.

Jeffrey Scott Flesher
Medically Retired Gulf War Vet

Thu, 02/26/2009 - 23:55
pixel_paul
pixel_paul's picture

Thanks Eric.

Topic locked