1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 22:32:14 +00:00

Refactor build scripts

This commit is contained in:
Darren Shepherd
2016-05-06 10:12:09 -07:00
parent acc2ee297a
commit ec410addb9
103 changed files with 1310 additions and 632 deletions

15
scripts/prepare Executable file
View File

@@ -0,0 +1,15 @@
#!/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