#!/bin/bash
# SPDX-License-Identifier: MulanPSL-2.0+
# Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved.
# For your reference only.
# It's better to run the below scripts step by step.

[[ $CCI_SRC ]] || export CCI_SRC=$(cd $(dirname $(realpath $0)); git rev-parse --show-toplevel)
cd $CCI_SRC/sparrow || exit

. 0-package/read-config
0-package/install
1-storage/tiny
1-storage/permission
2-network/br0
2-network/br1
2-network/iptables
2-network/nfs
2-network/cifs
3-code/git
3-code/dev-env
. /etc/profile.d/compass.sh
4-docker/buildall
5-build/ipxe
5-build/os-ready
5-build/register-account
7-systemd/systemd-setup
8-testbox/multi-docker
8-testbox/multi-qemu
