Changeset 1432 in ProjectBuilder for projects/itop


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/itop/pbconf/trunk/pbfilter/all.pbf

    r1373 r1432  
    1414
    1515# PBVER is replaced by the version ($pb->{'ver'} in code)
    16 filter PBVER = $pb->{'ver'}
     16filter PBVER = $pb->{'ver'}$pb->{'extdir'}
    1717
    1818# PBDATE is replaced by the date ($pb->{'date'} in code)
Note: See TracChangeset for help on using the changeset viewer.