add .version file to package

This commit is contained in:
Andrew Stanton-Nurse 2015-11-11 22:49:39 -08:00
parent 2d974c2680
commit 2590e75475

View file

@ -50,7 +50,8 @@ fi
find . -type f ! -name "*.*" | xargs chmod 755
# Tar up the stage2 artifacts
tar -czf $PACKAGE_NAME *
# We need both "*" and ".version" to ensure we pick up that file
tar -czf $PACKAGE_NAME * .version
info "Packaged stage2 to $PACKAGE_NAME"