Changeset 685


Ignore:
Timestamp:
Aug 14, 2004, 3:58:29 PM (20 years ago)
Author:
joergs
Message:

added a TODO comment (about multiply src.rpm files)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/technical/common/build/buildall.pl

    r675 r685  
    132132  # if mypath is not a directory, so it is a .src.rpm (hopefully)
    133133  if( ! -d $mypath ) {
    134     my $base    = basename($mypath);
    135     my $dir     = dirname($mypath);
     134        my $base        = basename($mypath);
     135        my $dir         = dirname($mypath);
     136        # TODO: find the src.rpm with the highest version/release number
    136137        $build_cmd      = "cd $dir && $build $base-[0-9]*rpm";
    137138  }
Note: See TracChangeset for help on using the changeset viewer.