Subversion Repositories DevTools

Rev

Rev 3967 | Rev 5710 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3967 Rev 4032
Line 95... Line 95...
95
            push @args, $_;                     # Save other arguments
95
            push @args, $_;                     # Save other arguments
96
        }
96
        }
97
    }
97
    }
98
 
98
 
99
    #
99
    #
-
 
100
    #   Auto detect Relaxed versioning
-
 
101
    #       cots packages
-
 
102
    #       tool packages
-
 
103
    #
-
 
104
    if ( $#args == 2 && ($args[2] eq 'cots' || $args[2] eq 'tool' ))
-
 
105
    {
-
 
106
        $result{RELAXED_VERSION} = 1;           # Legacy (COTS) packages have no number scheme
-
 
107
    }
-
 
108
 
-
 
109
    #
100
    #   Process non-flagged options
110
    #   Process non-flagged options
101
    #
111
    #
102
    Error ("BuildName. No name provided") unless ( defined($args[0]) );
112
    Error ("BuildName. No name provided") unless ( defined($args[0]) );
103
    my $BUILDNAME = $args[0];
113
    my $BUILDNAME = $args[0];
104
    my $BUILDVERSION = $args[1] if ( defined($args[1]) );
114
    my $BUILDVERSION = $args[1] if ( defined($args[1]) );