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:
15
scripts/prepare
Executable file
15
scripts/prepare
Executable 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
|
Reference in New Issue
Block a user