Changeset 506 in ProjectBuilder


Ignore:
Timestamp:
Aug 7, 2008, 1:46:16 AM (16 years ago)
Author:
Bruno Cornec
Message:

MondoRescue adapted to follow upcoming 0.9.3 format of pb

Location:
projects/mondorescue/pbconf/branches
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • projects/mondorescue/pbconf/branches/2.2.6/pbfilter/all.pbf

    r431 r506  
    55#
    66# PBREPO is replaced by the root URL to access the repository
    7 filter PBREPO = $pbrepo
     7filter PBREPO = $pb->{'repo'}
    88
    99# PBSRC is replaced by the source package format
    1010filter PBSRC = src/%{name}-%{version}.tar.gz
    1111
    12 # PBVER is replaced by the version ($pbver in code)
    13 filter PBVER = $pbver
     12# PBVER is replaced by the version ($pb->{'ver'} in code)
     13filter PBVER = $pb->{'ver'}
    1414
    15 # PBDATE is replaced by the date ($pbdate in code)
    16 filter PBDATE = $pbdate
     15# PBDATE is replaced by the date ($pb->{'date'} in code)
     16filter PBDATE = $pb->{'date'}
    1717
    1818# PBLOG is replaced by the changelog if value is yes
    1919filter PBLOG = yes
    2020
    21 # PBTAG is replaced by the tag ($pbtag in code)
    22 filter PBTAG = $pbtag
     21# PBTAG is replaced by the tag ($pb->{'tag'} in code)
     22filter PBTAG = $pb->{'tag'}
    2323
    24 # PBREV is replaced by the revision ($pbrev in code)
    25 filter PBREV = $pbrev
     24# PBREV is replaced by the revision ($pb->{'rev'} in code)
     25filter PBREV = $pb->{'rev'}
    2626
    27 # PBPKG is replaced by the package name ($pbpkg in code)
    28 filter PBPKG = $pbpkg
     27# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
     28filter PBPKG = $pb->{'pkg'}
    2929
    30 # PBPROJ is replaced by the project name ($pbproj in code)
    31 filter PBPROJ = $pbproj
     30# PBPROJ is replaced by the project name ($pb->{'proj'} in code)
     31filter PBPROJ = $pb->{'proj'}
  • projects/mondorescue/pbconf/branches/2.2.6/pbfilter/du.pbf

    r384 r506  
    77filter PBGRP = utils
    88
    9 # PBVER is replaced by the version ($pbver in code)
    10 filter PBVER = $pbver
     9# PBVER is replaced by the version ($pb->{'ver'} in code)
     10filter PBVER = $pb->{'ver'}
    1111
    1212# PBDEP is replaced by the list of dependencies
     
    1616filter PBLOG = yes
    1717
    18 # PBPKG is replaced by the package name ($pbpkg in code)
    19 filter PBPKG = $pbpkg
     18# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
     19filter PBPKG = $pb->{'pkg'}
    2020
    21 # PBPACKAGER is replaced by the packager name ($pbpackager in code)
    22 filter PBPACKAGER = $pbpackager
     21# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
     22filter PBPACKAGER = $pb->{'packager'}
  • projects/mondorescue/pbconf/branches/2.2.6/pbfilter/rpm.pbf

    r384 r506  
    1111filter PBDEP =
    1212
    13 # PBSUF is replaced by the package name ($pbpkg in code)
    14 filter PBSUF = $pbsuf
     13# PBSUF is replaced by the package name ($pb->{'pkg'} in code)
     14filter PBSUF = $pb->{'suf'}
    1515
    1616# PBOBS is replaced by the Obsolete line
  • projects/mondorescue/pbconf/branches/2.2.7/pbfilter/all.pbf

    r488 r506  
    55#
    66# PBREPO is replaced by the root URL to access the repository
    7 filter PBREPO = $pbrepo
     7filter PBREPO = $pb->{'repo'}
    88
    99# PBSRC is replaced by the source package format
    1010filter PBSRC = src/%{name}-%{version}.tar.gz
    1111
    12 # PBVER is replaced by the version ($pbver in code)
    13 filter PBVER = $pbver
     12# PBVER is replaced by the version ($pb->{'ver'} in code)
     13filter PBVER = $pb->{'ver'}
    1414
    15 # PBDATE is replaced by the date ($pbdate in code)
    16 filter PBDATE = $pbdate
     15# PBDATE is replaced by the date ($pb->{'date'} in code)
     16filter PBDATE = $pb->{'date'}
    1717
    1818# PBLOG is replaced by the changelog if value is yes
    1919filter PBLOG = yes
    2020
    21 # PBTAG is replaced by the tag ($pbtag in code)
    22 filter PBTAG = $pbtag
     21# PBTAG is replaced by the tag ($pb->{'tag'} in code)
     22filter PBTAG = $pb->{'tag'}
    2323
    24 # PBREV is replaced by the revision ($pbrev in code)
    25 filter PBREV = $pbrev
     24# PBREV is replaced by the revision ($pb->{'rev'} in code)
     25filter PBREV = $pb->{'rev'}
    2626
    27 # PBPKG is replaced by the package name ($pbpkg in code)
    28 filter PBPKG = $pbpkg
     27# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
     28filter PBPKG = $pb->{'pkg'}
    2929
    30 # PBPROJ is replaced by the project name ($pbproj in code)
    31 filter PBPROJ = $pbproj
     30# PBPROJ is replaced by the project name ($pb->{'proj'} in code)
     31filter PBPROJ = $pb->{'proj'}
    3232
    3333filter PBURL = http://www.mondorescue.org
  • projects/mondorescue/pbconf/branches/2.2.7/pbfilter/du.pbf

    r384 r506  
    77filter PBGRP = utils
    88
    9 # PBVER is replaced by the version ($pbver in code)
    10 filter PBVER = $pbver
     9# PBVER is replaced by the version ($pb->{'ver'} in code)
     10filter PBVER = $pb->{'ver'}
    1111
    1212# PBDEP is replaced by the list of dependencies
     
    1616filter PBLOG = yes
    1717
    18 # PBPKG is replaced by the package name ($pbpkg in code)
    19 filter PBPKG = $pbpkg
     18# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
     19filter PBPKG = $pb->{'pkg'}
    2020
    21 # PBPACKAGER is replaced by the packager name ($pbpackager in code)
    22 filter PBPACKAGER = $pbpackager
     21# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
     22filter PBPACKAGER = $pb->{'packager'}
  • projects/mondorescue/pbconf/branches/2.2.7/pbfilter/md.pbf

    r489 r506  
    44# For official Mandriva use mkrel
    55#filter PBTAG = %mkrel
    6 #filter PBSUF = $pbtag
     6#filter PBSUF = $pb->{'tag'}
  • projects/mondorescue/pbconf/branches/2.2.7/pbfilter/rpm.pbf

    r488 r506  
    1111filter PBDEP =
    1212
    13 # PBSUF is replaced by the package name ($pbpkg in code)
    14 filter PBSUF = $pbsuf
     13# PBSUF is replaced by the package name ($pb->{'pkg'} in code)
     14filter PBSUF = $pb->{'suf'}
    1515
    1616# PBOBS is replaced by the Obsolete line
Note: See TracChangeset for help on using the changeset viewer.