[Pkg-libvirt-commits] [libguestfs] 36/165: builder: Fix RHEL 5 download location.

Hilko Bengen bengen at moszumanska.debian.org
Sat Aug 30 08:24:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 1a1cb1ec3cdc24262db4de2f8bf12d3479096882
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon May 12 22:19:08 2014 +0100

    builder: Fix RHEL 5 download location.
    
    This fixes commit 3bc9ba6c8447cde07db057aea76d0d72f5d833df.
---
 builder/website/rhel.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/website/rhel.sh b/builder/website/rhel.sh
index 7efff0d..7a1241b 100755
--- a/builder/website/rhel.sh
+++ b/builder/website/rhel.sh
@@ -39,7 +39,7 @@ case $version in
         major=5
         minor=`echo $version | awk -F. '{print $2}'`
         topurl=http://download.devel.redhat.com/released/RHEL-$major-Server/U$minor
-        tree=$topurl/x86_64/os
+        tree=$topurl/x86_64/os/Server
         srpms=$topurl/source/SRPMS
         bootfs=ext2
         guestroot=/dev/sda2

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list