|
@ -5,9 +5,15 @@ set -eu |
|
|
# TigerOS Build Script for running on the build box with Jenkins CI # |
|
|
# TigerOS Build Script for running on the build box with Jenkins CI # |
|
|
# @author: Aidan Kahrs # |
|
|
# @author: Aidan Kahrs # |
|
|
# # |
|
|
# # |
|
|
# Usage: sudo bash build.sh # |
|
|
|
|
|
|
|
|
# Usage: sudo bash ci-build-mock.sh # |
|
|
# # |
|
|
# # |
|
|
##################################################################### |
|
|
##################################################################### |
|
|
|
|
|
# Check that the current user is root |
|
|
|
|
|
if [ $EUID != 0 ] |
|
|
|
|
|
then |
|
|
|
|
|
echo "Please run this script as root (sudo $@$0)." |
|
|
|
|
|
exit |
|
|
|
|
|
fi |
|
|
wget -O tigeros.ks https://raw.githubusercontent.com/RITlug/TigerOS/master/tigeros.ks |
|
|
wget -O tigeros.ks https://raw.githubusercontent.com/RITlug/TigerOS/master/tigeros.ks |
|
|
mock -r fedora-25-x86_64 --init |
|
|
mock -r fedora-25-x86_64 --init |
|
|
mock -r fedora-25-x86_64 --copyin tigeros.ks ./tigeros.ks |
|
|
mock -r fedora-25-x86_64 --copyin tigeros.ks ./tigeros.ks |
|
|