Skip to content
Snippets Groups Projects
Commit ad10fa6e authored by deshmukh's avatar deshmukh
Browse files

Putting the branch name at proper switch case to get libcfs changes

parent c16f92af
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,7 @@ case "$lustretag" in ...@@ -171,7 +171,7 @@ case "$lustretag" in
;; ;;
# CMD3 # CMD3
b_post_cmd3|b_new_cmd_sles10|b1_6_head_sync|b_mixed_layout_req|b_mount_perm|b1_8_gns|b1_8_quota|b1_8_interop_server|b_som|b_head_interop_disk) b_post_cmd3|b_new_cmd_sles10|b1_6_head_sync|b_mixed_layout_req|b_mount_perm|b1_8_gns|b1_8_quota|b1_8_interop_server|b_som)
# Update b1_8 above when changing this. # Update b1_8 above when changing this.
ldiskfstag="$ldiskfstag_head" ldiskfstag="$ldiskfstag_head"
;; ;;
...@@ -242,7 +242,8 @@ case "$lustretag" in ...@@ -242,7 +242,8 @@ case "$lustretag" in
# Branches that have been updated to include # Branches that have been updated to include
# the libcfs split should be added here # the libcfs split should be added here
HEAD|b_HEAD_AT) # b_head_interop_disk: Interoperability server side changes
HEAD|b_HEAD_AT|b_head_interop_disk)
lnettag="HEAD" lnettag="HEAD"
ldiskfstag="$ldiskfstag_head" ldiskfstag="$ldiskfstag_head"
libcfstag="HEAD" libcfstag="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