proxy: Allow build any commit

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 14:12:20 -05:00
parent 749b749924
commit 51a3c71dc1
2 changed files with 2 additions and 3 deletions

View File

@ -4,8 +4,8 @@
<param name="scm">git</param>
<param name="url">https://github.com/kata-containers/proxy.git</param>
<param name="filename">kata-proxy</param>
<param name="versionformat">@VERSION@+git.%h</param>
<param name="revision">@REVISION@</param>
<param name="versionformat">@VERSION@+git.@HASH@</param>
<param name="revision">@HASH@</param>
</service>
<service name="recompress">
<param name="file">*.tar*</param>

View File

@ -38,7 +38,6 @@ replace_list=(
"GO_ARCH=$GO_ARCH"
"HASH=$short_hashtag"
"RELEASE=$RELEASE"
"REVISION=$VERSION"
"VERSION=$VERSION"
)