From edd8b1990abdf9ad59373dee586cf4d05e813b61 Mon Sep 17 00:00:00 2001 From: Andrew Bellenir Date: Sat, 3 Mar 2012 19:05:13 -0500 Subject: [PATCH] updating docs --- usage.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.49.0