mirror of
https://tvoygit.ru/Djam/r11-builder-agent.git
synced 2025-02-23 10:22:45 +00:00
add more exit codes
This commit is contained in:
parent
e968a0bfa1
commit
5f10d1f3b6
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ do
|
|||
else
|
||||
$MOCK_BIN -v --configdir=$config_dir --buildsrpm --spec=$build_package/${spec_name} --sources=$build_package --no-cleanup-after $extra_build_src_rpm_options --resultdir=$OUTPUT_FOLDER
|
||||
python /mdv/check_arch.py "${OUTPUT_FOLDER}"/*.src.rpm ${platform_arch}
|
||||
rc=$?; if [[ $rc != 0 ]]; then exit 6; fi
|
||||
fi
|
||||
|
||||
rc=${PIPESTATUS[0]}
|
||||
|
|
Loading…
Add table
Reference in a new issue