IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2007, 9:11:48 PM (19 years ago)
Author:
eugene
Message:

handle the mode and branch elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psbuild

    r11611 r11637  
    7575foreach target (`cat $tagsets | grep -v \#`)
    7676 set name = `echo $target | tr ':' ' '`
     77
    7778 set dir = $name[1]
    7879 set tag = $name[2]
    79  set branch = $name[3]
     80
     81 set mode = "NORMAL"
     82 set branch = 0
     83
     84 if ($#name >= 3) then
     85   set branch = $name[3]
     86 endif
     87 if ($#name >= 4) then
     88   set mode = $name[4]
     89 endif
    8090
    8191 if ("$start" != "") then
     
    8595   endif
    8696   set start = ""
     97 endif
     98
     99 if ("$mode" == "SKIP") then
     100    echo "skipping $dir"
     101    continue
    87102 endif
    88103
Note: See TracChangeset for help on using the changeset viewer.