source: ProjectBuilder/projects/afio/pbconf/2.5/afio.pb@ 1204

Last change on this file since 1204 was 1204, checked in by Bruno Cornec, 13 years ago
  • Add debian 6.0 build support and VMs
  • use --no-suggests for urpmi to allow for minimal chorrot build
  • Adapt pbinit for website to new b structure (needs to be tested)
  • add afio build for debian based distro (and build it fr latest debian 6 and ubuntu 10.10)
File size: 2.3 KB
Line 
1#
2# Project Builder configuration file
3# For project afio
4#
5# $Id$
6#
7
8#
9# What is the project URL
10#
11#pburl afio = svn://svn.afio.org/afio/devel
12#pburl afio = svn://svn+ssh.afio.org/afio/devel
13#pburl afio = cvs://cvs.afio.org/afio/devel
14#pburl afio = http://www.afio.org/src/afio-devel.tar.gz
15#pburl afio = ftp://ftp.afio.org/src/afio-devel.tar.gz
16#pburl afio = file:///src/afio-devel.tar.gz
17#pburl afio = dir:///src/afio-devel
18#
19#pburl afio = http://members.brabant.chello.nl/~k.holtman/afio-2.5.tgz
20#pburl afio = http://www.ibiblio.org/pub/linux/system/backup/afio-2.5.tgz
21pburl afio = ftp://ftp.mondorescue.org/src/afio-2.5.tgz
22
23# Check whether project is well formed
24# (containing already a directory with the project-version name)
25pbwf afio = 1
26
27# Repository
28pbrepo afio = ftp://ftp.project-builder.org
29
30#
31# Packager label
32#
33pbpackager afio = Bruno Cornec <bruno@project-builder.org>
34#
35
36# For delivery to a machine by SSH (potentially the FTP server)
37# Needs hostname, account and directory
38#
39sshhost afio = www.project-builder.org
40sshlogin afio = afio
41sshdir afio = /mondo/ftp
42sshport afio = 22
43
44#
45# Global version/tag for the project
46#
47projver afio = 2.5
48projtag afio = 1
49
50#testver afio = true
51
52# Hash of valid version names
53#version afio = devel,stable
54
55# Adapt to your needs:
56# Optional if you need to overwrite the global values above
57#
58#pkgver afio = stable
59#pkgtag afio = 3
60# Hash of default package/package directory
61defpkgdir afio = dir-afio
62# Hash of additional package/package directory
63#extpkgdir minor-pkg = dir-minor-pkg
64
65# List of files per pkg on which to apply filters
66# Files are mentioned relatively to pbroot/defpkgdir
67#filteredfiles afio = Makefile.PL,configure.in,install.sh,afio.8
68#supfiles afio = afio.init
69
70vmlist afio = asianux-2-i386,asianux-3-i386,redhat-7.3-i386,redhat-9-i386,fedora-4-i386,fedora-5-i386,fedora-6-i386,fedora-7-i386,fedora-8-i386,fedora-9-i386,fedora-10-i386,fedora-11-i386,fedora-12-i386,fedora-13-i386,fedora-14-i386,rhel-2.1-i386,rhel-3-i386,rhel-4-i386,rhel-5-i386,rhel-6-i386,asianux-2-x86_64,asianux-3-x86_64,fedora-6-x86_64,fedora-7-x86_64,fedora-8-x86_64,fedora-9-x86_64,fedora-10-x86_64,fedora-11-x86_64,fedora-12-x86_64,fedora-13-x86_64,fedora-14-x86_64,rhel-3-x86_64,rhel-4-x86_64,rhel-5-x86_64,rhel-6-x86_64,debian-6.0-i386,ubuntu-10.10-i386,debian-6.0-x86_64,ubuntu-10.10-x86_64
Note: See TracBrowser for help on using the repository browser.