Changeset 711
- Timestamp:
- 10/29/06 00:40:00 (2 years ago)
- Files:
-
- branches/wheeljack/build/Build.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/wheeljack/build/Build.pm
r710 r711 178 178 : $self->{'beta=s'} ? "b$self->{'beta=s'}" 179 179 : '' ); 180 push @stamp, $self->{'short-lang=s'};181 180 # Add repo, date and ldap to the stamp if we are not production. 182 181 unless( $self->{'prod'} ) { 182 push @stamp, $self->{'short-lang=s'}; 183 183 if( $self->{'rev!'} ) { 184 184 push @stamp, lc( fileparse $self->{'repo=s'} ); … … 201 201 # Set the full name to use for the distribution (e.g. MT-3.3b1-fr-r12345-20061225). 202 202 $self->{'export-dir=s'} = "$self->{'pack=s'}-$self->{'stamp=s'}"; 203 # Production builds are explicitly named with their language code. 204 $self->{'export-dir=s'} .= "-$self->{'short-lang=s'}" if $self->{'prod'}; 203 205 } 204 206
