source: ProjectBuilder/pbconf/devel/pbfilter/all.yml@ 2269

Last change on this file since 2269 was 2269, checked in by Bruno Cornec, 7 years ago

Add new conf files for pb (automatically generated and then updated manually)

File size: 1.2 KB
Line 
1---
2#
3# $Id$
4#
5# Filter for all files
6#
7filter:
8 PBMKTEST: %check$/make test
9 PBLIC: GPLv2
10 PBURL: http://trac.project-builder.org
11#
12# PBPROJ is replaced by the project
13#
14 PBPROJ: $pb->{'proj'}
15#
16# PBLOG is replaced by the changelog if value is yes and should be last
17# as when used we need the %pb hash filled
18#
19 PBLOG: yes
20#
21# PBREALPKG is replaced by the package name ($pb->{'realpkg'} in code)
22#
23 PBREALPKG: $pb->{'realpkg'}
24#
25# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
26#
27 PBPACKAGER: $pb->{'packager'}
28#
29# PBREV is replaced by the revision ($pb->{'rev'} in code)
30#
31 PBREV: $pb->{'rev'}
32#
33# PBTAG is replaced by the tag ($pb->{'tag'} in code)
34#
35 PBTAG: $pb->{'tag'}
36#
37# PBREPO is replaced by the root URL of the repository
38#
39 PBREPO: $pb->{'repo'}
40#
41# PBSRC is replaced by the source package format
42#
43 PBSRC: src/%{srcname}-%{version}$pb->{'extdir'}.tar.gz
44#
45# PBDATE is replaced by the date ($pb->{'date'} in code)
46#
47 PBDATE: $pb->{'date'}
48#
49# PBEXTDIR is replaced by the test date ($pb->{'extdir'} in code)
50#
51 PBEXTDIR: $pb->{'extdir'}
52#
53# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
54#
55 PBPKG: $pb->{'pkg'}
56#
57# PBVER is replaced by the version ($pb->{'ver'} in code)
58#
59 PBVER: $pb->{'ver'}
Note: See TracBrowser for help on using the repository browser.