psss / rpms / libguestfs

Forked from rpms/libguestfs 5 years ago
Clone

Blame 0028-builder-Fix-centos-script-output-filename-was-wrong.patch

384b531
From 1f8d51695861b76edc23aca82f39ef816a20061d Mon Sep 17 00:00:00 2001
384b531
From: "Richard W.M. Jones" <rjones@redhat.com>
384b531
Date: Tue, 5 Nov 2013 16:51:08 +0000
384b531
Subject: [PATCH] builder: Fix centos script - output filename was wrong.
384b531
384b531
This fixes commit 2f3fb2420e7f2ccc19fdc863ecc7b7ce29dd6aa1.
384b531
384b531
(cherry picked from commit 663012c5ffecc6f89ad164d292fc0f970338f824)
384b531
---
384b531
 builder/website/centos.sh | 2 +-
384b531
 1 file changed, 1 insertion(+), 1 deletion(-)
384b531
384b531
diff --git a/builder/website/centos.sh b/builder/website/centos.sh
384b531
index ce7abb6..d9f2645 100755
384b531
--- a/builder/website/centos.sh
384b531
+++ b/builder/website/centos.sh
384b531
@@ -27,7 +27,7 @@ if [ $# -ne 1 ]; then
384b531
 fi
384b531
 
384b531
 version=$1
384b531
-output=fedora-$version
384b531
+output=centos-$version
384b531
 tmpname=tmp-$(tr -cd 'a-f0-9' < /dev/urandom | head -c 8)
384b531
 
384b531
 # We rebuild this every time there is a new 6.x release, and bump
384b531
-- 
384b531
1.8.3.1
384b531