forked from sig_core/toolkit
Merge branch 'devel' into 'main'
fix test See merge request release-engineering/public/toolkit!5
This commit is contained in:
commit
a8377a7ca0
@ -17,7 +17,7 @@ source "$(dirname "$0")/common"
|
|||||||
|
|
||||||
echo "** Updating source repos"
|
echo "** Updating source repos"
|
||||||
for y in "${ALL_REPOS[@]}"; do
|
for y in "${ALL_REPOS[@]}"; do
|
||||||
test -d "${STAGING_ROOT}/${RELEASE_DIR}/${y}/${x}/${z}"
|
test -d "${STAGING_ROOT}/${RELEASE_DIR}/${y}/source/tree"
|
||||||
ret_val=$?
|
ret_val=$?
|
||||||
if [ "$ret_val" -eq 0 ]; then
|
if [ "$ret_val" -eq 0 ]; then
|
||||||
createrepo --update "${STAGING_ROOT}/${RELEASE_DIR}/${y}/source/tree" \
|
createrepo --update "${STAGING_ROOT}/${RELEASE_DIR}/${y}/source/tree" \
|
||||||
|
Loading…
Reference in New Issue
Block a user