Changeset 1442 in ProjectBuilder for projects/mondorescue
- Timestamp:
- Mar 27, 2012, 2:44:37 PM (13 years ago)
- Location:
- projects/mondorescue/pbconf/branches/3.0
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/mondorescue/pbconf/branches/3.0/mindi/pbinit
r554 r1442 15 15 $pb{'date'} = "PBDATE"; 16 16 $pb{'repo'} = "PBREPO"; 17 $pb{'extdir'} = "PBEXTDIR"; 17 18 18 19 # Export documentation to generate what is needed -
projects/mondorescue/pbconf/branches/3.0/mondo/pbinit
r1226 r1442 10 10 use ProjectBuilder::Env; 11 11 use File::Basename; 12 use Data::Dumper; 12 13 13 14 pb_system("./bootstrap","Bootstraping MondoRescue","verbose"); … … 15 16 pb_mkdir_p("docs/man"); 16 17 my %pb; 17 $pb{'pkg'} = "PBPKG";18 $pb{'ver'} = "PBVER";19 18 $pb{'tag'} = "PBTAG"; 20 19 $pb{'rev'} = "PBREV"; 20 $pb{'ver'} = "PBVER"; 21 $pb{'pkg'} = "PBPKG"; 21 22 $pb{'proj'} = "PBPROJ"; 22 23 $pb{'date'} = "PBDATE"; 23 24 $pb{'repo'} = "PBREPO"; 25 $pb{'extdir'} = "PBEXTDIR"; 24 26 25 27 # Action needs to be pbinit … … 38 40 my $ptr = pb_get_filters($pb{'pkg'}); 39 41 foreach my $f ((<docs/man/*.8>),(<docs/en/*.sgml>)) { 42 #print "LOG: filtering $f\n"; 43 #print Dumper(%pb); 44 #print Dumper($ptr); 40 45 pb_filter_file_inplace($ptr,$f,\%pb); 41 46 } -
projects/mondorescue/pbconf/branches/3.0/pbfilter/all.pbf
r1432 r1442 16 16 filter PBDATE = $pb->{'date'} 17 17 18 # PBEXTDIR is replaced by the date ($pb->{'extdir'} in code) 19 filter PBEXTDIR = $pb->{'extdir'} 20 18 21 # PBLOG is replaced by the changelog if value is yes 19 22 filter PBLOG = yes -
projects/mondorescue/pbconf/branches/3.0/website/pbinit
r1062 r1442 20 20 $pb{'date'} = "PBDATE"; 21 21 $pb{'repo'} = "PBREPO"; 22 $pb{'extdir'} = "PBEXTDIR"; 22 23 23 24 # Action needs to be pbinit
Note:
See TracChangeset
for help on using the changeset viewer.