mirror of
https://tvoygit.ru/Djam/r11-builder-agent.git
synced 2025-02-23 10:22:45 +00:00
disable enabling all repos
This commit is contained in:
parent
e4c7b0b1c0
commit
fe5e85fadd
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ test_rpm() {
|
||||||
if [ $test_code == 0 ]; then
|
if [ $test_code == 0 ]; then
|
||||||
# enable all repos first
|
# enable all repos first
|
||||||
# needed for debug packages mostly
|
# 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
|
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
|
python /mdv/check_newer_versions.py $chroot_path >> $test_log 2>&1
|
||||||
test_code=$?
|
test_code=$?
|
||||||
|
|
Loading…
Add table
Reference in a new issue