Skip to content
Snippets Groups Projects
Commit 0e6efb37 authored by mjmac's avatar mjmac
Browse files

b=12348

i=brian
i=scjody
* Include disk1_4.zip in lustre-tests RPM
parent 19b64ce5
No related branches found
No related tags found
No related merge requests found
...@@ -83,12 +83,9 @@ is_release() ...@@ -83,12 +83,9 @@ is_release()
list_targets() list_targets()
{ {
echo -n "Available targets:" for target in $TOPDIR/lustre/kernel_patches/targets/*.target.in ; do
for target in $TOPDIR/lustre/lustre/kernel_patches/targets/*.target ; do echo -n "$(basename $target .target.in) "
target_file=${target##*/}
echo -n " ${target_file%%.target}"
done done
echo
} }
usage() usage()
...@@ -147,9 +144,9 @@ Usage: ${0##*/} [OPTION]... [-- <lustre configure options>] ...@@ -147,9 +144,9 @@ Usage: ${0##*/} [OPTION]... [-- <lustre configure options>]
A CVS branch/tag name to build from when pulling from CVS. A CVS branch/tag name to build from when pulling from CVS.
--target=TARGET --target=TARGET
The name of the target to build. The available targets are listed The name of the target to build.
below. One of: $(list_targets)
--target-archs=TARGET_ARCHS --target-archs=TARGET_ARCHS
A (space delimited) list of architectures to build. By default, A (space delimited) list of architectures to build. By default,
all of the archs supported by the TARGET will be built, in all of the archs supported by the TARGET will be built, in
...@@ -167,8 +164,6 @@ Usage: ${0##*/} [OPTION]... [-- <lustre configure options>] ...@@ -167,8 +164,6 @@ Usage: ${0##*/} [OPTION]... [-- <lustre configure options>]
EOF EOF
# list_targets
fatal "$1" "$2" fatal "$1" "$2"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment