IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11651


Ignore:
Timestamp:
Feb 2, 2007, 10:26:54 PM (19 years ago)
Author:
eugene
Message:

fixed non-branch-version tagging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/mkdist

    r11644 r11651  
    9292    if (($branch ne "HEAD") && ($branch ne NONE)) {
    9393        $tag = "$branch-$branchver";
     94    }
     95    if (($branch ne "HEAD") && ($branch ne "NONE") && ($branchver eq "NONE")) {
     96        $tag = "$branch";
    9497    }
    9598    # print  "module: $name, tag: $tag, branch: $branch\n";
Note: See TracChangeset for help on using the changeset viewer.