>From 86aa10458477b6ac5bed5d9acf4f3c584114a58e Mon Sep 17 00:00:00 2001
From: Lalatendu Mohanty <lmohanty@redhat.com>
Date: Tue, 28 Oct 2014 20:26:04 +0530
Subject: [PATCH] Fixed the testing repo http path in the repo file

Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
---
 SOURCES/CentOS-Gluster.repo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SOURCES/CentOS-Gluster.repo b/SOURCES/CentOS-Gluster.repo
index 1062d0d..e950808 100644
--- a/SOURCES/CentOS-Gluster.repo
+++ b/SOURCES/CentOS-Gluster.repo
@@ -22,7 +22,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage
 # their builds
 [gluster-bsys-test]
 name=CentOS-$releasever - Gluster Testing ( BuildSys )
-baseurl=http://cbs.centos.org/repos/storage$releasever-testing/
+baseurl=http://cbs.centos.org/repos/storage$releasever-testing/$basearch/os/
 gpgcheck=0
 enabled=0
 
-- 
1.8.3.1

