mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
fix GPG_KEY_ARCH_URL config of centos's config_aarch64, update to "http://mirror.centos.org/altarch/7/os/aarch64/RPM-GPG-KEY-CentOS-7". Fixes: #2181 Signed-off-by: wangyongchao.bj <wangyongchao.bj@inspur.com>
19 lines
571 B
Bash
19 lines
571 B
Bash
#
|
|
# Copyright (c) 2018 ARM Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Base Repos
|
|
BASE_URL="http://mirror.centos.org/altarch/${OS_VERSION}/os/${ARCH}/"
|
|
|
|
# Additional Repos
|
|
CENTOS_UPDATES_URL="http://mirror.centos.org/altarch/${OS_VERSION}/updates/${ARCH}/"
|
|
|
|
CENTOS_EXTRAS_URL="http://mirror.centos.org/altarch/${OS_VERSION}/extras/${ARCH}/"
|
|
|
|
CENTOS_PLUS_URL="http://mirror.centos.org/altarch/${OS_VERSION}/centosplus/${ARCH}/"
|
|
|
|
GPG_KEY_ARCH_URL="http://mirror.centos.org/altarch/7/os/aarch64/RPM-GPG-KEY-CentOS-7"
|
|
|
|
GPG_KEY_ARCH_FILE="RPM-GPG-KEY-CentOS-7-aarch64"
|