upgrade anaconda to CentOS 7.6 version
Story: 2004522 Task: 28413 Change-Id: I6ff86bc8fabb6af2a69b74e57b9f5de554832bba Signed-off-by: Martin, Chen <haochuan.z.chen@intel.com>
This commit is contained in:
parent
41750d6a1c
commit
819a39aac8
@ -98,7 +98,7 @@ if [ ! -e $download_list ];then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
save_path=$2
|
save_path=$2
|
||||||
upstream_url_prefix="http://vault.centos.org/7.4.1708/os/x86_64/"
|
upstream_url_prefix="http://mirror.centos.org/7.6.1810/os/x86_64/"
|
||||||
stx_mirror_url_prefix="$(url_to_stx_mirror_url "$upstream_url_prefix" "$distro")"
|
stx_mirror_url_prefix="$(url_to_stx_mirror_url "$upstream_url_prefix" "$distro")"
|
||||||
|
|
||||||
echo "NOTE: please assure Internet access to $upstream_url_prefix !!"
|
echo "NOTE: please assure Internet access to $upstream_url_prefix !!"
|
||||||
|
@ -13,7 +13,7 @@ aether-spi-1.13.1-13.el7.noarch.rpm
|
|||||||
aether-util-1.13.1-13.el7.noarch.rpm
|
aether-util-1.13.1-13.el7.noarch.rpm
|
||||||
amiri-fonts-0.109-1.el7.noarch.rpm
|
amiri-fonts-0.109-1.el7.noarch.rpm
|
||||||
amiri-fonts-common-0.109-1.el7.noarch.rpm
|
amiri-fonts-common-0.109-1.el7.noarch.rpm
|
||||||
anaconda-21.48.22.121-1.el7.centos.src.rpm
|
anaconda-21.48.22.147-1.el7.centos.src.rpm
|
||||||
aopalliance-1.0-8.el7.noarch.rpm
|
aopalliance-1.0-8.el7.noarch.rpm
|
||||||
apache-commons-cli-1.2-13.el7.noarch.rpm
|
apache-commons-cli-1.2-13.el7.noarch.rpm
|
||||||
apache-commons-codec-1.8-7.el7.noarch.rpm
|
apache-commons-codec-1.8-7.el7.noarch.rpm
|
||||||
|
@ -96,7 +96,7 @@ policycoreutils-python-2.5-22.el7.x86_64.rpm
|
|||||||
pulseaudio-libs-10.0-5.el7.x86_64.rpm
|
pulseaudio-libs-10.0-5.el7.x86_64.rpm
|
||||||
pulseaudio-libs-devel-10.0-5.el7.x86_64.rpm
|
pulseaudio-libs-devel-10.0-5.el7.x86_64.rpm
|
||||||
pulseaudio-libs-glib2-10.0-5.el7.x86_64.rpm
|
pulseaudio-libs-glib2-10.0-5.el7.x86_64.rpm
|
||||||
pykickstart-1.99.66.18-1.el7.noarch.rpm
|
pykickstart-1.99.66.19-2.el7.noarch.rpm
|
||||||
python-2.7.5-76.el7.x86_64.rpm
|
python-2.7.5-76.el7.x86_64.rpm
|
||||||
python2-google-api-client-1.6.3-1.el7.noarch.rpm
|
python2-google-api-client-1.6.3-1.el7.noarch.rpm
|
||||||
python2-manilaclient-1.17.2-1.el7.noarch.rpm
|
python2-manilaclient-1.17.2-1.el7.noarch.rpm
|
||||||
|
@ -51,8 +51,8 @@ check_result "$res" "$expect"
|
|||||||
|
|
||||||
# get_yum_command
|
# get_yum_command
|
||||||
|
|
||||||
res=$(get_yum_command "anaconda-21.48.22.121-1.el7.centos.src.rpm" "L1")
|
res=$(get_yum_command "anaconda-21.48.22.147-1.el7.centos.src.rpm" "L1")
|
||||||
expect="yumdownloader -q -C --releasever=7 --source anaconda-21.48.22.121-1.el7.centos"
|
expect="yumdownloader -q -C --releasever=7 --source anaconda-21.48.22.147-1.el7.centos"
|
||||||
check_result "$res" "$expect"
|
check_result "$res" "$expect"
|
||||||
|
|
||||||
res=$(get_yum_command "acpid-2.0.19-9.el7.x86_64.rpm" "L1")
|
res=$(get_yum_command "acpid-2.0.19-9.el7.x86_64.rpm" "L1")
|
||||||
@ -69,8 +69,8 @@ res=$(get_rpm_level_name "acl-2.2.51-12.el7.x86_64.rpm" "L3")
|
|||||||
expect="acl"
|
expect="acl"
|
||||||
check_result "$res" "$expect"
|
check_result "$res" "$expect"
|
||||||
|
|
||||||
res=$(get_rpm_level_name "anaconda-21.48.22.121-1.el7.centos.src.rpm" "L2")
|
res=$(get_rpm_level_name "anaconda-21.48.22.147-1.el7.centos.src.rpm" "L2")
|
||||||
expect="anaconda-21.48.22.121"
|
expect="anaconda-21.48.22.147"
|
||||||
check_result "$res" "$expect"
|
check_result "$res" "$expect"
|
||||||
|
|
||||||
res=$(get_arch_from_rpm "acl-2.2.51-12.el7.x86_64.rpm")
|
res=$(get_arch_from_rpm "acl-2.2.51-12.el7.x86_64.rpm")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user