pkgs: runtime: Allow to build any commit.

Allow to build any commit instead of a tag.

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
Jose Carlos Venegas Munoz 2018-06-29 15:04:53 -05:00
parent 24ff32d833
commit 2a55deb30d
2 changed files with 2 additions and 4 deletions

View File

@ -6,8 +6,8 @@
<param name="url">https://github.com/kata-containers/runtime.git</param> <param name="url">https://github.com/kata-containers/runtime.git</param>
<param name="filename">kata-runtime</param> <param name="filename">kata-runtime</param>
<!--- versionformat defines the name of the tarball. --> <!--- versionformat defines the name of the tarball. -->
<param name="versionformat">@VERSION@+git.%h</param> <param name="versionformat">@VERSION@+git.@HASH@</param>
<param name="revision">@REVISION@</param> <param name="revision">@HASH@</param>
</service> </service>
<service name="recompress"> <service name="recompress">
<param name="file">*.tar*</param> <param name="file">*.tar*</param>

View File

@ -84,7 +84,6 @@ replace_list=(
"GO_ARCH=$GO_ARCH" "GO_ARCH=$GO_ARCH"
"HASH=$short_hashtag" "HASH=$short_hashtag"
"RELEASE=$RELEASE" "RELEASE=$RELEASE"
"REVISION=$VERSION"
"VERSION=$VERSION" "VERSION=$VERSION"
"kata_osbuilder_version=${KATA_IMAGE_REQUIRED_VERSION}" "kata_osbuilder_version=${KATA_IMAGE_REQUIRED_VERSION}"
"kata_proxy_version=${PROXY_REQUIRED_VERESION}" "kata_proxy_version=${PROXY_REQUIRED_VERESION}"
@ -95,7 +94,6 @@ replace_list=(
"qemu_vanilla_version=${KATA_QEMU_VANILLA_REQUIRED_VERSION}" "qemu_vanilla_version=${KATA_QEMU_VANILLA_REQUIRED_VERSION}"
) )
verify verify
echo "Verify succeed." echo "Verify succeed."
get_git_info get_git_info