mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 17:02:46 +00:00
add scdoc
This commit is contained in:
parent
6fd73d3405
commit
ee82174f7b
1 changed files with 7 additions and 0 deletions
|
@ -192,6 +192,13 @@ runs:
|
||||||
all_dependencies+=("$BASE_URL/lib64cares-devel-1.34.4-1-rosa0.1.x86_64.rpm")
|
all_dependencies+=("$BASE_URL/lib64cares-devel-1.34.4-1-rosa0.1.x86_64.rpm")
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
*scdoc*)
|
||||||
|
scdoc_dependencies="scdoc-1.11.3-1-rosa0.1.x86_64"
|
||||||
|
if [[ -n "$scdoc_dependencies" ]]; then
|
||||||
|
echo "Found scdoc dependency: $scdoc_dependencies"
|
||||||
|
all_dependencies+=("$BASE_URL/$scdoc_dependencies.rpm")
|
||||||
|
fi
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Вывод текущего состояния массива all_dependencies
|
# Вывод текущего состояния массива all_dependencies
|
||||||
|
|
Loading…
Add table
Reference in a new issue