Changeset 363 in ProjectBuilder


Ignore:
Timestamp:
Apr 7, 2008, 11:53:35 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Update pbcl for 0.9.0 delivery
  • remove comments in newver for delivery
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r362 r363  
    11911191        my $foundnew = 0;
    11921192        while (<PBCL>) {
    1193             $foundnew = 1 if (/^$newver (/);
     1193            $foundnew = 1 if (/^$newver \(/);
    11941194        }
    11951195        close(PBCL);
     
    11981198
    11991199    pb_log(2,"Copying $uri/$tmp to $newurl\n");
    1200     #pb_cms_copy($scheme,$uri,$newurl);
     1200    pb_cms_copy($scheme,$uri,$newurl);
    12011201    pb_log(2,"Checkout $newurl to $ENV{'PBDIR'}/../$newver\n");
    1202     #pb_cms_checkout($scheme,$newurl,"$ENV{'PBDIR'}/../$newver");
     1202    pb_cms_checkout($scheme,$newurl,"$ENV{'PBDIR'}/../$newver");
    12031203
    12041204    # Update the .pb file
     
    12161216    close(OUT);
    12171217    rename("$ENV{'PBROOTDIR'}/../$newver/$ENV{'PBPROJ'}.pb.new","$ENV{'PBROOTDIR'}/../$newver/$ENV{'PBPROJ'}.pb");
     1218
    12181219    pb_log(2,"Checkin $ENV{'PBROOTDIR'}/../$newver\n");
    1219 
    1220     #pb_cms_checkin($scheme,"$ENV{'PBROOTDIR'}/../$newver");
     1220    pb_cms_checkin($scheme,"$ENV{'PBROOTDIR'}/../$newver");
    12211221}
    12221222
  • pbconf/devel/pbcl

    r359 r363  
    33PB CHANGES
    44
    5 devel (2008-04-06)
     5devel (2008-04-08)
     6- devel line
     7
     80.9.0 (2008-04-07)
     9- Fix #20 newver comment testver and checks pbcl files (Bruno Cornec)
     10- newver updated to support external CMS repo for build files (Bruno Cornec)
     11- setupvm ok for all supported distro but slackware not yet supported by pb (Bruno Cornec)
    612- Fix build2vm where the new name of the distro wasn't correctly handled when trying to get packages pushed to the ftp server. (Bruno Cornec)
    713- pb_env_init does just setup env variables now. It does CMS checks and conf only if called on a CMS opration (Bruno Cornec)
Note: See TracChangeset for help on using the changeset viewer.