[Pkg-libvirt-commits] [libguestfs] 04/87: builder: Add support for RHEL 7.0 beta 1 (public beta) to the script.

Hilko Bengen bengen at moszumanska.debian.org
Wed Feb 19 21:09:52 UTC 2014


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

bengen pushed a commit to branch debian
in repository libguestfs.

commit 4a65eb370f8001bb802f1bffd7b70377b873b788
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sun Dec 15 10:13:10 2013 +0000

    builder: Add support for RHEL 7.0 beta 1 (public beta) to the script.
    
    (cherry picked from commit 1580d965cd2b994205aeef44f8c873aea2c91d5f)
---
 builder/website/rhel.sh | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/builder/website/rhel.sh b/builder/website/rhel.sh
index 874caca..9a7a21b 100755
--- a/builder/website/rhel.sh
+++ b/builder/website/rhel.sh
@@ -51,6 +51,15 @@ case $version in
         optionalsrpms=$topurl/Server/optional/source/SRPMS
         bootfs=ext4
         ;;
+    7beta1)
+        major=7
+        topurl=http://download.devel.redhat.com/released/RHEL-7/7.0-Beta-1
+        tree=$topurl/Server/x86_64/os
+        srpms=$topurl/source/SRPMS
+        optional=$topurl/Server/optional/x86_64/os
+        optionalsrpms=$topurl/Server/optional/source/SRPMS
+        bootfs=ext4
+        ;;
     *)
         echo "$0: version $version not supported by this script yet"
         exit 1

-- 
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