Changeset 453 in ProjectBuilder


Ignore:
Timestamp:
May 27, 2008, 2:06:09 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Sort output of build files
  • adds pbrepo entry when using newproj
Location:
devel/pb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r452 r453  
    566566            push @notfound,$b if ($build{$b} =~ /no/);
    567567        }
    568         pb_log(0,"Build files generated for ".join(',',@found)."\n");
    569         pb_log(0,"No Build files found for ".join(',',@notfound)."\n") if (@notfound);
     568        pb_log(0,"Build files generated for ".join(',',sort(@found))."\n");
     569        pb_log(0,"No Build files found for ".join(',',sort(@notfound))."\n") if (@notfound);
    570570        # Get the generic filter (all.pbf) and
    571571        # apply those to the non-build files including those
  • devel/pb/lib/ProjectBuilder/Env.pm

    r452 r453  
    350350#pburl $ENV{'PBPROJ'} = dir:///src/$ENV{'PBPROJ'}-devel
    351351
     352# Repository
     353#pbrepo $ENV{'PBPROJ'} = ftp://ftp.$ENV{'PBPROJ'}.org
     354
    352355# Check whether project is well formed
    353356# (containing already a directory with the project-version name)
Note: See TracChangeset for help on using the changeset viewer.