Skip to content

Commit

Permalink
release: dont check osbuilder VERSION file.
Browse files Browse the repository at this point in the history
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: clearcontainers#158

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
  • Loading branch information
jcvenegas committed Aug 28, 2018
1 parent 65e57d4 commit a2a3659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/tag_repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ info() {
repos=(
"agent"
"ksm-throttler"
"osbuilder"
"proxy"
"runtime"
"shim"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a2a3659

Please sign in to comment.