From: Andrew Bellenir Date: Sun, 4 Mar 2012 00:05:13 +0000 (-0500) Subject: updating docs X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=edd8b1990abdf9ad59373dee586cf4d05e813b61;p=archive%2Fbci.git updating docs --- diff --git a/usage.txt b/usage.txt index 9203960..aa159af 100644 --- a/usage.txt +++ b/usage.txt @@ -34,7 +34,9 @@ commands to manage a specific project force a bulid of the specified project note: this does not implicity update $ pushd "$BCI_HOME/projects//repo" - $ #there needs to be a build command in the config file telling us how to actually build this fucker. + $ source "$BCI_HOME/projects//config" #this must contain build_command=... + $ : ${build_command:?"don't know how to build this project"} + $ $(build_command) TODO: be nice if something like this were to exist at some point bci config set config option for a bci project named