[Pkg-libvirt-commits] [libguestfs] 340/384: builder: Fix path to RHEL source RPMs in internal repo.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 16:59:09 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 1fba1d1edc8e91d602975fe48821fab66148a9d2
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Tue Mar 10 10:15:42 2015 +0000
builder: Fix path to RHEL source RPMs in internal repo.
Thanks: Jan Scotka
---
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 480360f..364214b 100755
--- a/builder/website/rhel.sh
+++ b/builder/website/rhel.sh
@@ -79,7 +79,7 @@ case $version in
major=7
topurl=http://download.devel.redhat.com/released/RHEL-$major/$version
tree=$topurl/Server/x86_64/os
- srpms=$topurl/source/SRPMS
+ srpms=$topurl/Server/source/tree
optional=$topurl/Server-optional/x86_64/os
optionalsrpms=$topurl/Server-optional/source/tree
bootfs=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