[Pkg-libvirt-commits] [libguestfs] 49/72: builder: Fix path to RHEL source RPMs in internal repo.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Apr 5 15:19:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit d353da4ab306df9461d7c5d68867e1fe7348795f
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
(cherry picked from commit 1fba1d1edc8e91d602975fe48821fab66148a9d2)
---
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