tag_repos: Make sure osbuilder is updated.

Make sure the osbuilder VERSION file is updated before tag

Also, sort repos alphabetically.

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
Jose Carlos Venegas Munoz 2018-06-27 15:27:51 -05:00
parent 590ce0cf25
commit 89f7b5eca0

View File

@ -61,11 +61,12 @@ info() {
} }
repos=( repos=(
"runtime"
"proxy"
"shim"
"agent" "agent"
"ksm-throttler" "ksm-throttler"
"osbuilder"
"proxy"
"runtime"
"shim"
) )
check_versions() { check_versions() {
@ -127,10 +128,9 @@ status)
;; ;;
tag) tag)
check_versions check_versions
# Tag versions that does not have VESIONS file # Tag versions that does not have VERSIONS file
# But we want to know the version compatrible with a kata release. # But we want to know the version compatible with a kata release.
repos+=("tests") repos+=("tests")
repos+=("osbuilder")
tag_repos tag_repos
if [ "${PUSH}" == "true" ]; then if [ "${PUSH}" == "true" ]; then
push_tags push_tags