Skip to content
Snippets Groups Projects
Commit 4d0283e1 authored by Nikita Danilov's avatar Nikita Danilov
Browse files

update buildcvs to use HEAD lnet and libcfs

parent a4d8e918
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ if [ x$branch = x ] ;then ...@@ -59,7 +59,7 @@ if [ x$branch = x ] ;then
exit 1 exit 1
fi fi
echo "Updating documentation for branch \`$branch\'" echo "Updating documentation for branch \`$branch'"
if [ x$label != x ] ;then if [ x$label != x ] ;then
echo "Label: $label" echo "Label: $label"
fi fi
......
...@@ -205,7 +205,9 @@ case "$lustretag" in ...@@ -205,7 +205,9 @@ case "$lustretag" in
# client io stack cleanup # client io stack cleanup
b_client_io_layering) b_client_io_layering)
lnettag="HEAD"
ldiskfstag="$ldiskfstag_head" ldiskfstag="$ldiskfstag_head"
libcfstag="HEAD"
;; ;;
# windows client porting (lustre: b_client_io_layering, lnet: HEAD) # windows client porting (lustre: b_client_io_layering, lnet: HEAD)
......
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