IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16161


Ignore:
Timestamp:
Jan 18, 2008, 5:29:56 PM (18 years ago)
Author:
eugene
Message:

add the dev_build element

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psdist

    r13916 r16161  
    116116    for ($i = 0; $i < @cvsname; $i++) {
    117117        if (($module ne "") && ($module ne $cvsname[$i])) { next; }
    118         ($do_tag, $do_build, $do_dist, $do_update) = $mode[$i] =~ m|(\S)(\S)(\S)(\S)|;
     118        ## XXX make this backwards compatible with pre-ipp-2.4 releases (with four, not five, entries)?
     119        ($do_tag, $do_build, $do_dist, $do_update, $dev_build) = $mode[$i] =~ m|(\S)(\S)(\S)(\S)(\S)|;
    119120        if ($do_tag eq "N") {
    120121            push @remind, $cvsname[$i];
Note: See TracChangeset for help on using the changeset viewer.