From a2a36599a0fa247dcabe9d7708b752d706fc356e Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Tue, 28 Aug 2018 13:09:58 -0500 Subject: [PATCH] release: dont check osbuilder VERSION file. The osbuilder version file wont be the same if we tag a stable branch. But we still want to tag the HEAD of osbuilder to do reproducible builds of a Kata branch. Fixes: #158 Signed-off-by: Jose Carlos Venegas Munoz --- release/tag_repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/tag_repos.sh b/release/tag_repos.sh index 3f9e0c3..9aab639 100755 --- a/release/tag_repos.sh +++ b/release/tag_repos.sh @@ -66,7 +66,6 @@ info() { repos=( "agent" "ksm-throttler" - "osbuilder" "proxy" "runtime" "shim" @@ -156,6 +155,7 @@ tag) # But we want to know the version compatible with a kata release. repos+=("tests") repos+=("packaging") + repos+=("osbuilder") tag_repos if [ "${PUSH}" == "true" ]; then push_tags