Files
OpenNetworkLinux/.bashrc
Jeffrey Townsend bb84a17805 Add 'make docker' target.
The 'make docker' target will verify that docker is installed and run the builder in update and isolation mode.
2016-01-26 11:35:05 -08:00

17 lines
513 B
Bash

############################################################
#
# When running the ONL builder in isolation mode
# $HOME is set to the root of the ONL tree from
# which you entered the builder.
#
# The assumption here is that you are trying to build
# the tree from which you entered the builder, and
# thus we automatically source the setup.env file
# upon starting the shell inside the container.
#
############################################################
. setup.env
echo Ready to build OpenNetworkLinux.