1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-16 14:58:15 +00:00

Lets build an 4.9 rc6 kernel for testing

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2016-11-22 00:12:12 +00:00
parent dcc43de079
commit 754a9eb086
6 changed files with 215 additions and 77 deletions

View File

@@ -19,3 +19,14 @@ echo
echo "Images ready to push:"
cat dist/images
echo
echo "--- Run"
echo "github-release release --user rancher --repo os-kernel --tag v${KERNEL_VERSION} --pre-release"
echo "github-release upload --user rancher --repo os-kernel --tag v${KERNEL_VERSION} --file ./dist/kernel/build-linux-${KERNEL_VERSION}-rancher-x86.tar.gz --name build-linux-${KERNEL_VERSION}-rancher-x86.tar.gz"
echo "github-release upload --user rancher --repo os-kernel --tag v${KERNEL_VERSION} --file ./dist/kernel/config --name config"
echo "github-release upload --user rancher --repo os-kernel --tag v${KERNEL_VERSION} --file ./dist/kernel/extra-linux-${KERNEL_VERSION}-rancher-x86.tar.gz --name extra-linux-${KERNEL_VERSION}-rancher-x86.tar.gz"
echo "github-release upload --user rancher --repo os-kernel --tag v${KERNEL_VERSION} --file ./dist/kernel/linux-${KERNEL_VERSION}-rancher-x86.tar.gz --name linux-${KERNEL_VERSION}-rancher-x86.tar.gz"
echo
HERE
cat dist/images | sed 's/^/docker push /'