disable enabling all repos

This commit is contained in:
Alexander Stefanov 2019-04-14 17:11:39 +03:00
parent e4c7b0b1c0
commit fe5e85fadd

View file

@ -227,7 +227,7 @@ test_rpm() {
if [ $test_code == 0 ]; then
# enable all repos first
# needed for debug packages mostly
python /mdv/enable_all_repos.py $chroot_path http://abf-downloads.rosalinux.ru/${platform_name}/repository/${platform_arch}/
#python /mdv/enable_all_repos.py $chroot_path http://abf-downloads.rosalinux.ru/${platform_name}/repository/${platform_arch}/
echo '--> Checking if same or newer version of the package already exists in repositories' >> $test_log 2>&1
python /mdv/check_newer_versions.py $chroot_path >> $test_log 2>&1
test_code=$?