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

Last change on this file since 388 was 388, checked in by Bruno Cornec, 16 years ago

dploy is now managed by pb 0.9.0

File size: 945 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 ($pbver in code)
10filter PBVER = $pbver
11
12# PBDATE is replaced by the date ($pbdate in code)
13filter PBDATE = $pbdate
14
15# PBLOG is replaced by the changelog if value is yes
16filter PBLOG = yes
17
18# PBTAG is replaced by the tag ($pbtag in code)
19filter PBTAG = $pbtag
20
21# PBREV is replaced by the revision ($pbrev in code)
22filter PBREV = $pbrev
23
24# PBPKG is replaced by the package name ($pbpkg in code)
25filter PBPKG = $pbpkg
26
27# PBPACKAGER is replaced by the packager name ($pbpackager in code)
28filter PBPACKAGER = $pbpackager
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 = $pbproj
Note: See TracBrowser for help on using the repository browser.