1
0
mirror of https://github.com/rancher/os.git synced 2025-06-02 11:56:09 +00:00
os/scripts/prepare

16 lines
167 B
Plaintext
Raw Normal View History

2016-05-06 17:12:09 +00:00
#!/bin/bash
set -ex
2016-05-06 17:12:09 +00:00
source $(dirname $0)/version
cd $(dirname $0)
2016-05-23 06:11:26 +00:00
if [ ! -e ../bin/host_ros ]; then
2016-05-06 17:12:09 +00:00
./build
fi
./template
2016-06-02 04:28:32 +00:00
./build-images
2016-05-06 17:12:09 +00:00
./tar-images
./layout