release: 1.3.0-rc1.

- Update versions file.
- Fix proxy installation in static tarball.
- Fix ksm-throttler spec path.

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
Jose Carlos Venegas Munoz
2018-09-13 21:20:21 -05:00
parent c60d1b73af
commit d109f99ac8
3 changed files with 15 additions and 14 deletions

View File

@@ -91,7 +91,8 @@ install_image() {
install_kernel() {
go get "github.com/${project}/packaging" || true
pushd ${GOPATH}/src/github.com/${project}/packaging >>/dev/null
git checkout "${kata_version}-kernel-config"
git checkout "${kata_version}-kernel-config" ||
git checkout "${kata_version}"
popd >>/dev/null
pushd "${script_dir}/../kernel" >>/dev/null
@@ -124,7 +125,7 @@ install_kata_components() {
PREFIX="${prefix}" \
QEMUCMD="qemu-system-x86_64"
#TODO Remove libexecdir
libexecdir=""
libexecdir="libexec"
if [ "$p" == "shim" ]; then
libexecdir="/${destdir}/${prefix}/libexec/"
fi