Changeset 319 in ProjectBuilder for devel/pb/bin/pb


Ignore:
Timestamp:
Feb 10, 2008, 7:31:25 PM (16 years ago)
Author:
Bruno Cornec
Message:

pb_cms_export ready to host the real stuff for file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r318 r319  
    189189
    190190        $pbrev = $ENV{'PBREVISION'};
    191         pb_log(2,"\n");
    192         pb_log(2,"Management of $pbpkg $pbver-$pbtag (rev $pbrev)\n");
     191        pb_log(0,"\n");
     192        pb_log(0,"Management of $pbpkg $pbver-$pbtag (rev $pbrev)\n");
    193193        die "Unable to get env var PBDESTDIR" if (not defined $ENV{'PBDESTDIR'});
    194194        # Clean up dest if necessary. The export will recreate it
     
    206206
    207207        # If it isn't a flat CMS, then we have the choice to export subdir
    208         $dir = "$uri/$dir" if ($ENV{'PBREVISION'} ne "flat");
    209         pb_cms_export($scheme,"$dir",$dest);
     208        #$dir = "$uri/$dir" if ($ENV{'PBREVISION'} ne "flat");
     209        pb_cms_export($uri,"$dir",$dest);
    210210
    211211        # Get project info on authors and log file
Note: See TracChangeset for help on using the changeset viewer.