diff --git a/build-rpm.sh b/build-rpm.sh index fd8f611..3f08064 100755 --- a/build-rpm.sh +++ b/build-rpm.sh @@ -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=$?