pull from amshinde packaging repo

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
Archana Shinde
2019-11-13 18:13:12 -08:00
parent a8d728e407
commit 7db2138b1d
2 changed files with 11 additions and 9 deletions

View File

@@ -30,11 +30,13 @@ main() {
echo tag: "$tag"
echo artifact "$artifact"
echo artifact_stage "$artifact_stage"
tag="1.9.0-rc0"
#tag="1.9.0-rc0"
export GOPATH=$HOME/go
go get github.com/kata-containers/packaging || true
pushd $GOPATH/src/github.com/kata-containers/packaging/release >>/dev/null
#go get github.com/kata-containers/packaging || true
go get github.com/amshinde/kata-packaging || true
#pushd $GOPATH/src/github.com/kata-containers/packaging/release >>/dev/null
pushd $GOPATH/src/github.com/amshinde/kata-packaging/release >>/dev/null
git checkout $tag
#git checkout master
pushd ../obs-packaging
@@ -45,8 +47,8 @@ main() {
ls -la
echo $pwd
source ./kata-deploy-binaries.sh
#${artifact_stage}
install_kernel
${artifact_stage}
#install_kernel
popd
}

View File

@@ -2,9 +2,9 @@ VERSION=1.9.0-rc0
pushd ~/go/src/github.com/kata-containers/packaging
git tag --delete $VERSION
git push archana :$VERSION
git tag -a $VERSION -m "test tag - $VERSION" && git push archana $VERSION
git push origin :$VERSION
git tag -a $VERSION -m "test tag - $VERSION" && git push origin $VERSION
popd
git tag --delete $VERSION
git push egernst :$VERSION
git tag -a $VERSION -m "test tag - $VERSION" && git push egernst $VERSION
git push amshinde :$VERSION
git tag -a $VERSION -m "test tag - $VERSION" && git push amshinde $VERSION