|
|
@ -60,7 +60,7 @@ while [ "$1" ] ; do |
|
|
|
echo " -cfg <config> the build configuration to use; defaults to 'default'" |
|
|
|
echo " -tasks <N> run <N> Build-Job daemons (for cluster builds)" |
|
|
|
echo " -daemon run as daemon in the background" |
|
|
|
echo " -stages <list> only build the stages listed in the parameter" |
|
|
|
echo " -stages <list> only build the stages listed in the parameter" |
|
|
|
echo " -job <stage>-<package> build only one job: the given package" |
|
|
|
echo " in the given stage" |
|
|
|
exit 1 ;; |
|
|
|