[openib-general] [PATCH ] ofabuild Allow command-line override of $scripts_git.
Steve Wise
swise at opengridcomputing.com
Sat Jan 20 07:03:43 PST 2007
Useful when testing changes to the ofsscripts tree.
Signed-off-by: Steve Wise <swise at opengridcomputing.com>
---
build_ofa_user.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build_ofa_user.sh b/build_ofa_user.sh
index 52fe3af..a6bef75 100755
--- a/build_ofa_user.sh
+++ b/build_ofa_user.sh
@@ -28,7 +28,7 @@ mailto="openib-general at openib.org"
ullibs="libibverbs libmthca libehca libipathverbs tvflash libibcm libsdp mstflint perftest srptools ipoibtools librdmacm dapl imgen management libcxgb3"
# User level git packages
-scripts_git="git://git.openfabrics.org/~vlad/ofascripts.git"
+scripts_git=${scripts_git:-"git://git.openfabrics.org/~vlad/ofascripts.git"}
scripts_branch="master"
libibverbs_git="git://git.kernel.org/pub/scm/libs/infiniband/libibverbs.git"
libibverbs_branch="master"
More information about the general
mailing list