source: ProjectBuilder/projects/dploy/pbconf/devel/pbfilter/all.pbf@ 502

Last change on this file since 502 was 502, checked in by Bruno Cornec, 16 years ago
  • Adapting dploy filters to upcoming 0.9.3 pb format
File size: 1023 bytes
Line 
1#
2# $Id$
3#
4# Filter for all files
5#
6# PBSRC is replaced by the source package format
7filter PBSRC = ftp://ftp.dploy.org/src/%{name}-%{version}.tar.gz
8
9# PBVER is replaced by the version ($pb->{'ver'} in code)
10filter PBVER = $pb->{'ver'}
11
12# PBDATE is replaced by the date ($pb->{'date'} in code)
13filter PBDATE = $pb->{'date'}
14
15# PBLOG is replaced by the changelog if value is yes
16filter PBLOG = yes
17
18# PBTAG is replaced by the tag ($pb->{'tag'} in code)
19filter PBTAG = $pb->{'tag'}
20
21# PBREV is replaced by the revision ($pb->{'rev'} in code)
22filter PBREV = $pb->{'rev'}
23
24# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
25filter PBPKG = $pb->{'pkg'}
26
27# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
28filter PBPACKAGER = $pb->{'packager'}
29
30# PBDESC contains the description of the package
31filter PBDESC = "dploy.org is a deployment server in a box"
32
33# PBURL contains the URL of the Web site of the project
34filter PBURL = http://www.dploy.org
35
36# Project Name
37filter PBPROJ = $pb->{'proj'}
Note: See TracBrowser for help on using the repository browser.