From fe5e85fadd364bf779ffe78dbe57a5824a56272f Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Sun, 14 Apr 2019 17:11:39 +0300 Subject: [PATCH] disable enabling all repos --- build-rpm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=$?