Changeset 506 in ProjectBuilder
- Timestamp:
- Aug 7, 2008, 1:46:16 AM (17 years ago)
- Location:
- projects/mondorescue/pbconf/branches
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/mondorescue/pbconf/branches/2.2.6/pbfilter/all.pbf
r431 r506 5 5 # 6 6 # PBREPO is replaced by the root URL to access the repository 7 filter PBREPO = $pb repo7 filter PBREPO = $pb->{'repo'} 8 8 9 9 # PBSRC is replaced by the source package format 10 10 filter PBSRC = src/%{name}-%{version}.tar.gz 11 11 12 # PBVER is replaced by the version ($pb verin code)13 filter PBVER = $pb ver12 # PBVER is replaced by the version ($pb->{'ver'} in code) 13 filter PBVER = $pb->{'ver'} 14 14 15 # PBDATE is replaced by the date ($pb datein code)16 filter PBDATE = $pb date15 # PBDATE is replaced by the date ($pb->{'date'} in code) 16 filter PBDATE = $pb->{'date'} 17 17 18 18 # PBLOG is replaced by the changelog if value is yes 19 19 filter PBLOG = yes 20 20 21 # PBTAG is replaced by the tag ($pb tagin code)22 filter PBTAG = $pb tag21 # PBTAG is replaced by the tag ($pb->{'tag'} in code) 22 filter PBTAG = $pb->{'tag'} 23 23 24 # PBREV is replaced by the revision ($pb revin code)25 filter PBREV = $pb rev24 # PBREV is replaced by the revision ($pb->{'rev'} in code) 25 filter PBREV = $pb->{'rev'} 26 26 27 # PBPKG is replaced by the package name ($pb pkgin code)28 filter PBPKG = $pb pkg27 # PBPKG is replaced by the package name ($pb->{'pkg'} in code) 28 filter PBPKG = $pb->{'pkg'} 29 29 30 # PBPROJ is replaced by the project name ($pb projin code)31 filter PBPROJ = $pb proj30 # PBPROJ is replaced by the project name ($pb->{'proj'} in code) 31 filter PBPROJ = $pb->{'proj'} -
projects/mondorescue/pbconf/branches/2.2.6/pbfilter/du.pbf
r384 r506 7 7 filter PBGRP = utils 8 8 9 # PBVER is replaced by the version ($pb verin code)10 filter PBVER = $pb ver9 # PBVER is replaced by the version ($pb->{'ver'} in code) 10 filter PBVER = $pb->{'ver'} 11 11 12 12 # PBDEP is replaced by the list of dependencies … … 16 16 filter PBLOG = yes 17 17 18 # PBPKG is replaced by the package name ($pb pkgin code)19 filter PBPKG = $pb pkg18 # PBPKG is replaced by the package name ($pb->{'pkg'} in code) 19 filter PBPKG = $pb->{'pkg'} 20 20 21 # PBPACKAGER is replaced by the packager name ($pb packagerin code)22 filter PBPACKAGER = $pb packager21 # PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code) 22 filter PBPACKAGER = $pb->{'packager'} -
projects/mondorescue/pbconf/branches/2.2.6/pbfilter/rpm.pbf
r384 r506 11 11 filter PBDEP = 12 12 13 # PBSUF is replaced by the package name ($pb pkgin code)14 filter PBSUF = $pb suf13 # PBSUF is replaced by the package name ($pb->{'pkg'} in code) 14 filter PBSUF = $pb->{'suf'} 15 15 16 16 # PBOBS is replaced by the Obsolete line -
projects/mondorescue/pbconf/branches/2.2.7/pbfilter/all.pbf
r488 r506 5 5 # 6 6 # PBREPO is replaced by the root URL to access the repository 7 filter PBREPO = $pb repo7 filter PBREPO = $pb->{'repo'} 8 8 9 9 # PBSRC is replaced by the source package format 10 10 filter PBSRC = src/%{name}-%{version}.tar.gz 11 11 12 # PBVER is replaced by the version ($pb verin code)13 filter PBVER = $pb ver12 # PBVER is replaced by the version ($pb->{'ver'} in code) 13 filter PBVER = $pb->{'ver'} 14 14 15 # PBDATE is replaced by the date ($pb datein code)16 filter PBDATE = $pb date15 # PBDATE is replaced by the date ($pb->{'date'} in code) 16 filter PBDATE = $pb->{'date'} 17 17 18 18 # PBLOG is replaced by the changelog if value is yes 19 19 filter PBLOG = yes 20 20 21 # PBTAG is replaced by the tag ($pb tagin code)22 filter PBTAG = $pb tag21 # PBTAG is replaced by the tag ($pb->{'tag'} in code) 22 filter PBTAG = $pb->{'tag'} 23 23 24 # PBREV is replaced by the revision ($pb revin code)25 filter PBREV = $pb rev24 # PBREV is replaced by the revision ($pb->{'rev'} in code) 25 filter PBREV = $pb->{'rev'} 26 26 27 # PBPKG is replaced by the package name ($pb pkgin code)28 filter PBPKG = $pb pkg27 # PBPKG is replaced by the package name ($pb->{'pkg'} in code) 28 filter PBPKG = $pb->{'pkg'} 29 29 30 # PBPROJ is replaced by the project name ($pb projin code)31 filter PBPROJ = $pb proj30 # PBPROJ is replaced by the project name ($pb->{'proj'} in code) 31 filter PBPROJ = $pb->{'proj'} 32 32 33 33 filter PBURL = http://www.mondorescue.org -
projects/mondorescue/pbconf/branches/2.2.7/pbfilter/du.pbf
r384 r506 7 7 filter PBGRP = utils 8 8 9 # PBVER is replaced by the version ($pb verin code)10 filter PBVER = $pb ver9 # PBVER is replaced by the version ($pb->{'ver'} in code) 10 filter PBVER = $pb->{'ver'} 11 11 12 12 # PBDEP is replaced by the list of dependencies … … 16 16 filter PBLOG = yes 17 17 18 # PBPKG is replaced by the package name ($pb pkgin code)19 filter PBPKG = $pb pkg18 # PBPKG is replaced by the package name ($pb->{'pkg'} in code) 19 filter PBPKG = $pb->{'pkg'} 20 20 21 # PBPACKAGER is replaced by the packager name ($pb packagerin code)22 filter PBPACKAGER = $pb packager21 # PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code) 22 filter PBPACKAGER = $pb->{'packager'} -
projects/mondorescue/pbconf/branches/2.2.7/pbfilter/md.pbf
r489 r506 4 4 # For official Mandriva use mkrel 5 5 #filter PBTAG = %mkrel 6 #filter PBSUF = $pb tag6 #filter PBSUF = $pb->{'tag'} -
projects/mondorescue/pbconf/branches/2.2.7/pbfilter/rpm.pbf
r488 r506 11 11 filter PBDEP = 12 12 13 # PBSUF is replaced by the package name ($pb pkgin code)14 filter PBSUF = $pb suf13 # PBSUF is replaced by the package name ($pb->{'pkg'} in code) 14 filter PBSUF = $pb->{'suf'} 15 15 16 16 # PBOBS is replaced by the Obsolete line
Note:
See TracChangeset
for help on using the changeset viewer.