forked from sig_core/toolkit
further prep for 8.5
This commit is contained in:
parent
c63094adfa
commit
4d4f89f8b6
@ -68,3 +68,7 @@ ret_val=$?
|
|||||||
if [ "$ret_val" -eq 0 ]; then
|
if [ "$ret_val" -eq 0 ]; then
|
||||||
$(dirname "$0")/sign-repos-only.sh
|
$(dirname "$0")/sign-repos-only.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Change Symlink if required
|
||||||
|
/bin/rm ${STAGING_ROOT}/${CATEGORY_STUB}/latest-8
|
||||||
|
ln -sr ${STAGING_ROOT}/${CATEGORY_STUB}/${REV} latest-8
|
||||||
|
Loading…
Reference in New Issue
Block a user