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
RevLine 
[388]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
[502]9# PBVER is replaced by the version ($pb->{'ver'} in code)
10filter PBVER = $pb->{'ver'}
[388]11
[502]12# PBDATE is replaced by the date ($pb->{'date'} in code)
13filter PBDATE = $pb->{'date'}
[388]14
15# PBLOG is replaced by the changelog if value is yes
16filter PBLOG = yes
17
[502]18# PBTAG is replaced by the tag ($pb->{'tag'} in code)
19filter PBTAG = $pb->{'tag'}
[388]20
[502]21# PBREV is replaced by the revision ($pb->{'rev'} in code)
22filter PBREV = $pb->{'rev'}
[388]23
[502]24# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
25filter PBPKG = $pb->{'pkg'}
[388]26
[502]27# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
28filter PBPACKAGER = $pb->{'packager'}
[388]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
[502]37filter PBPROJ = $pb->{'proj'}
Note: See TracBrowser for help on using the repository browser.