mirror of
https://tvoygit.ru/Djam/r11-builder-agent.git
synced 2025-02-23 10:22:45 +00:00
minor cleanup
This commit is contained in:
parent
c42869f18d
commit
c82341f3ef
1 changed files with 0 additions and 1 deletions
|
@ -225,7 +225,6 @@ test_rpm() {
|
||||||
$MOCK_BIN -v --init --configdir $config_dir --install $(ls "$OUTPUT_FOLDER"/*.rpm | grep -v .src.rpm) >> "${test_log}" 2>&1
|
$MOCK_BIN -v --init --configdir $config_dir --install $(ls "$OUTPUT_FOLDER"/*.rpm | grep -v .src.rpm) >> "${test_log}" 2>&1
|
||||||
test_code=$?
|
test_code=$?
|
||||||
if [ $test_code == 0 ]; then
|
if [ $test_code == 0 ]; then
|
||||||
cat $test_log.tmp >> $test_log
|
|
||||||
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