Changeset 1432 in ProjectBuilder for projects/linuxcoe/pbconf/cvs/pbfilter/all.pbf


Ignore:
Timestamp:
Mar 12, 2012, 10:24:41 PM (12 years ago)
Author:
Bruno Cornec
Message:

r4556@localhost: bruno | 2012-03-08 22:31:12 +0100

  • Adds a new extdir member to the pb structure, in order to manage the timestamp tag added in version name for test versions and have a complete correspondance between the tar file content, and the names. Should fix #99. This modification creates an incompatibility in the build part of pb, so requires that the build environment be updated before it's usable (with setupve|vm or sbx2setupve|vm)
  • This patch has been tested with .rpm and .deb test packages successfully. ebuild and solaris are to be tested.
  • Use the new extdir member to update existing projects filter
File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/linuxcoe/pbconf/cvs/pbfilter/all.pbf

    r734 r1432  
    99
    1010# PBVER is replaced by the version ($pb->{'ver'} in code)
    11 filter PBVER = $pb->{'ver'}
     11filter PBVER = $pb->{'ver'}$pb->{'extdir'}
    1212
    1313# PBDATE is replaced by the date ($pb->{'date'} in code)
Note: See TracChangeset for help on using the changeset viewer.