Sort list alphabetically, like it says in the comment.
case "$lustretag" in
'')
- warn "a lustretag is required."
+ warn "a lustretag is required."
usage >&2
exit 1
;;
# this is the branch table
# keep this list sorted alphabetically!
- b_ptl_smallfix)
- portalstag="b_ptl_smallfix"
- lustretag="b1_4"
- ;;
-
b1_2)
portalstag="b1_2"
;;
libsysiotag="LIBSYSIO_HEAD_20041101"
;;
- b_hd_sec)
+ b_hd_remote_uid)
portalstag="b_hd_sec"
;;
- b_release_*)
- portalstag=$lustretag
+ b_hd_sec)
+ portalstag="b_hd_sec"
;;
b_port_ahead)
portalstag="b_port_netid"
;;
- b_hd_remote_uid)
- portalstag="b_hd_sec"
- ;;
# b_port_step is only for portals
b_port_step)
portalstag="b_port_step"
portalstag="b_port_test"
;;
+ b_ptl_smallfix)
+ portalstag="b_ptl_smallfix"
+ lustretag="b1_4"
+ ;;
+
+ b_release_*)
+ portalstag=$lustretag
+ ;;
+
v1_[0-3]*|v1_4_0*|[A-Z]*)
portalstag="$lustretag"
;;