1
0
mirror of https://github.com/rancher/os.git synced 2025-06-21 12:37:04 +00:00
os/scripts/prepare
Darren Shepherd c9c095f202 Build script
2016-06-06 08:08:04 -07:00

16 lines
166 B
Bash
Executable File

#!/bin/bash
set -e
source $(dirname $0)/version
cd $(dirname $0)
if [ ! -e ../bin/host_ros ]; then
./build
fi
./template
./build-images
./tar-images
./layout