Changeset 6711
- Timestamp:
- Mar 26, 2006, 2:57:38 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/scripts/tag-opihi (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/scripts/tag-opihi
r5429 r6711 5 5 if ($#argv != 2) then 6 6 echo "USAGE: tag-elixir (MODULE) (TAG)" 7 echo " MODULE choices: base mana dvo dimm p schedpcontrol pclient"7 echo " MODULE choices: base mana dvo dimm pantasks pcontrol pclient" 8 8 exit 2 9 9 endif … … 13 13 cvs tag $2 Makefile.Common 14 14 cvs tag $2 include/ 15 cvs tag $2 test/ 15 16 cvs tag $2 lib.data/ 16 17 cvs tag $2 lib.shell/ … … 26 27 if ("$1" == "dvo") goto valid; 27 28 if ("$1" == "dimm") goto valid; 28 if ("$1" == "p sched") goto valid;29 if ("$1" == "pantasks") goto valid; 29 30 if ("$1" == "pclient") goto valid; 30 31 if ("$1" == "pcontrol") goto valid;
Note:
See TracChangeset
for help on using the changeset viewer.
