Changeset 319 in ProjectBuilder for devel/pb/bin
- Timestamp:
- Feb 10, 2008, 7:31:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r318 r319 189 189 190 190 $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"); 193 193 die "Unable to get env var PBDESTDIR" if (not defined $ENV{'PBDESTDIR'}); 194 194 # Clean up dest if necessary. The export will recreate it … … 206 206 207 207 # 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); 210 210 211 211 # Get project info on authors and log file
Note:
See TracChangeset
for help on using the changeset viewer.