source: ProjectBuilder/projects/mondorescue/pbconf/branches/3.3/pbfilter/all.yml

Last change on this file was 2505, checked in by Bruno Cornec, 4 years ago

Fix for YAML::XS (percent and colon)

File size: 1.0 KB
Line 
1---
2#
3# $Id$
4#
5# Filter for all files
6#
7#
8# PBREPO is replaced by the root URL to access the repository
9filter:
10 PBURL: "http://www.mondorescue.org"
11 PBEXTDIR: $pb->{'extdir'}
12 PBPKG: $pb->{'pkg'}
13 PBDATE: $pb->{'date'}
14 PBSRC: "src/%{srcname}-%{version}$pb->{'extdir'}.tar.gz"
15 PBREV: $pb->{'rev'}
16 PBPROJ: $pb->{'proj'}
17 PBVER: $pb->{'ver'}
18 PBTAG: $pb->{'tag'}
19 PBREPO: $pb->{'repo'}
20 PBREALPKG: $pb->{'realpkg'}
21 PBLOG: yes
22#
23# PBSRC is replaced by the source package format
24#
25# PBVER is replaced by the version ($pb->{'ver'} in code)
26#
27# PBDATE is replaced by the date ($pb->{'date'} in code)
28#
29# PBEXTDIR is replaced by the date ($pb->{'extdir'} in code)
30#
31# PBLOG is replaced by the changelog if value is yes
32#
33# PBTAG is replaced by the tag ($pb->{'tag'} in code)
34#
35# PBREV is replaced by the revision ($pb->{'rev'} in code)
36#
37# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
38#
39# PBPROJ is replaced by the project name ($pb->{'proj'} in code)
40#
41#
42# PBREALPKG is replaced by the real package name ($pb->{'realpkg'} in code)
Note: See TracBrowser for help on using the repository browser.