source: ProjectBuilder/projects/linuxcoe/pbconf/cvs/pbfilter/all.pbf@ 1432

Last change on this file since 1432 was 1432, checked in by Bruno Cornec, 12 years ago

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 size: 1.3 KB
Line 
1#
2# $Id: all.pbf,v 1.5 2008/02/07 16:25:30 bryang Exp $
3#
4# Filter for rpm build
5#
6# PBSRC is replaced by the source package format
7#filter PBSRC = ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.gz
8filter PBSRC = http://instalinux.com/snapshots/%{name}-%{version}.tar.gz
9
10# PBVER is replaced by the version ($pb->{'ver'} in code)
11filter PBVER = $pb->{'ver'}$pb->{'extdir'}
12
13# PBDATE is replaced by the date ($pb->{'date'} in code)
14filter PBDATE = $pb->{'date'}
15
16# PBLOG is replaced by the changelog if value is yes
17filter PBLOG = no
18
19# PBTAG is replaced by the tag ($pb->{'tag'} in code)
20filter PBTAG = $pb->{'tag'}
21
22# PBREV is replaced by the revision ($pb->{'rev'} in code)
23filter PBREV = $pb->{'rev'}
24
25# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
26filter PBPKG = $pb->{'pkg'}
27
28# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
29filter PBPACKAGER = $pb->{'packager'}
30
31# setup defaults for majority of packages, override those exceptions
32filter PBDEP = linuxcoe-sd
33filter PBPROVIDE = linuxcoe-sd-data
34
35# For config.site setup, generic settings
36filter PBwebalias = systemdesigner
37filter PBwebworkdir = scratchmonkey
38filter PBsudoers_cfg = /etc/sudoers
39
40# For configure pathing
41filter PBprefix = /usr/share/linuxcoe-sd
42filter PBsysconfdir = /etc/linuxcoe-sd
Note: See TracBrowser for help on using the repository browser.