Use vault centos mirror

The directory (and version of CentOS) is deprecated [1]
so we need to switch to vault usage [2]

[1]. http://mirror.centos.org/centos/7.1.1503/
[2]. http://vault.centos.org/7.1.1503/

Change-Id: Ib36b5f5eed7c8b39b203cf0324ea0d3957f0c01e
Closes-bug: #1532246
(cherry picked from commit 17a2fb3800)
This commit is contained in:
Sergey Kulanov 2016-01-08 18:01:44 +02:00
parent f703fbebfc
commit cfeadd34d8
1 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ USE_MIRROR?=ext
ifeq ($(USE_MIRROR),ext)
MIRROR_FUEL?=http://mirror.fuel-infra.org/mos-repos/centos/$(PRODUCT_NAME)$(PRODUCT_VERSION)-centos$(CENTOS_MAJOR)-fuel/os/x86_64/
MIRROR_CENTOS?=http://mirror.centos.org/centos/$(CENTOS_RELEASE)
MIRROR_CENTOS?=http://vault.centos.org/$(CENTOS_RELEASE)
MIRROR_CENTOS_KERNEL?=$(MIRROR_CENTOS)
SANDBOX_MIRROR_CENTOS_UPSTREAM?=$(MIRROR_CENTOS)
MIRROR_UBUNTU?=mirror.fuel-infra.org
@ -206,7 +206,7 @@ endif
# Example: YUM_REPOS?=official epel => yum_repo_official and yum_repo_epel
# will be used.
YUM_REPOS?=official extras fuel
MIRROR_CENTOS?=http://mirror.centos.org/centos/$(CENTOS_RELEASE)
MIRROR_CENTOS?=http://vault.centos.org/$(CENTOS_RELEASE)
MIRROR_CENTOS_KERNEL?=$(MIRROR_CENTOS)
SANDBOX_MIRROR_CENTOS_UPSTREAM?=$(MIRROR_CENTOS)
SANDBOX_MIRROR_EPEL?=http://mirror.yandex.ru/epel