[Pkg-libvirt-commits] [libguestfs] 374/384: Revert "builder: Fix RHEL 5 download location."
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 16:59:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 6f7c1663c1c180b9f25b25490307f52dfe32afc2
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Thu Mar 26 11:18:16 2015 +0000
Revert "builder: Fix RHEL 5 download location."
This reverts commit 1a1cb1ec3cdc24262db4de2f8bf12d3479096882.
---
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 364214b..47a1850 100755
--- a/builder/website/rhel.sh
+++ b/builder/website/rhel.sh
@@ -59,7 +59,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/Server
+ tree=$topurl/x86_64/os
srpms=$topurl/source/SRPMS
bootfs=ext2
rootfs=ext4
--
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