From f3fad9c715fe1c2911e85beb3ecdbcbd04e420b3 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 17 Jul 2013 20:28:16 -0400 Subject: [PATCH] fix(branch_release): Include new SDK_VERSION variable. Missed this script when I added SDK_VERISON to version.txt --- branch_release | 2 ++ 1 file changed, 2 insertions(+) diff --git a/branch_release b/branch_release index a1d332a87a..a4fa3d4c0f 100755 --- a/branch_release +++ b/branch_release @@ -12,6 +12,7 @@ DEFINE_integer build "${TODAYS_VERSION}" \ DEFINE_integer branch 0 "Branch revision, should be 0" DEFINE_string patch 0 "Branch patch id, should be 0" DEFINE_string track "dev-channel" "Set the given track to this new branch" +DEFINE_string sdk_version "${COREOS_SDK_VERSION}" "Set the SDK build to use" DEFINE_boolean push ${FLAGS_FALSE} "Push to public manifest repository." DEFINE_string remote "origin" "Remote name or URL to push to." @@ -31,6 +32,7 @@ tee version.txt <