Modifyed case with createrepo_c version 0.10.4 23/265223/1
authorbiao716.wang <biao716.wang@samsung.com>
Thu, 14 Oct 2021 07:59:36 +0000 (16:59 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Thu, 14 Oct 2021 07:59:36 +0000 (16:59 +0900)
Change-Id: I490ac312964577aa8448c955741aef4c7eda4919
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
cases/create/mixed_cases/mic_cr_createrepo_issue.case

index 4d5d425..a2f7cd0 100755 (executable)
@@ -20,20 +20,20 @@ export no_proxy="localhost, 127.0.0.1, 10.113.136.113, ftp.kr.debian.org, 109.12
 distro=$(python -c 'import platform;print platform.linux_distribution()[0].lower().rstrip()')
 echo $distro
 if [ "$distro" = "opensuse" ]; then
- sudo zypper install -y --oldpackage createrepo_c-0.10.3
+ sudo zypper install -y --oldpackage createrepo_c-0.10.4
 fi
 
 
 if [ "$distro" = "fedora" ] || [ "$distro" = "centos" ] || [ "$distro" = "centos linux" ]; then
  sudo yum clean all
- sudo yum install -y createrepo_c-0.10.3 --setopt=protected_multilib=false --nogpgcheck
+ sudo yum install -y createrepo_c-0.10.4 --setopt=protected_multilib=false --nogpgcheck
  sudo yum clean all
  sudo rpm --rebuilddb
  sudo yum install -y wget --nogpgcheck
 fi
 
 if [ "$distro" = "ubuntu" ] || [ "$distro" = "debian" ]; then
-  sudo apt-get install -y --force-yes createrepo-c=0.10.3
+  sudo apt-get install -y --force-yes createrepo-c=0.10.4
 fi
 
 createrepo --version || True