1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00

New release docs

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-04-12 20:54:17 +10:00
parent 4dae68c51c
commit 1067ffec78
3 changed files with 54 additions and 46 deletions

View File

@@ -48,6 +48,15 @@ for file in $(ls dist/artifacts/); do
done
popd
done
echo "github-release upload --user rancher --repo os --tag ${VERSION} --file dist/release.log --name release.log" >> dist/publish.sh
echo "github-release upload --user rancher --repo os --tag ${VERSION} --file dist/rancheros-openstack.img --name rancheros-openstack.img" >> dist/publish.sh
pushd .
cd dist
for algo in sha256 md5; do
echo "$algo: $(${algo}sum rancheros-openstack.img)" >> ../../$CHECKSUM
done
popd
echo "github-release upload --user rancher --repo os --tag ${VERSION} --file ${CHECKSUM} --name checksums.txt" >> dist/publish.sh
echo >> dist/publish.sh