source: ProjectBuilder/projects/schroot/pbconf/devel/schroot.pb@ 662

Last change on this file since 662 was 662, checked in by Bruno Cornec, 15 years ago
  • First configuration for schroot rpm creation
File size: 2.0 KB
Line 
1#
2# Project Builder configuration file
3# For project schroot
4#
5# $Id$
6#
7
8#
9# What is the project URL
10#
11#pburl schroot = svn://svn.schroot.org/schroot/devel
12#pburl schroot = svn://svn+ssh.schroot.org/schroot/devel
13#pburl schroot = cvs://cvs.schroot.org/schroot/devel
14#pburl schroot = http://www.schroot.org/src/schroot-devel.tar.gz
15#pburl schroot = ftp://ftp.schroot.org/src/schroot-devel.tar.gz
16#pburl schroot = file:///src/schroot-devel.tar.gz
17#pburl schroot = dir:///src/schroot-devel
18pburl schroot = git://git.debian.org/git/buildd-tools/schroot
19
20# Repository
21pbrepo schroot = ftp://ftp.schroot.org
22#pbml schroot = schroot-announce@lists.schroot.org
23#pbsmtp schroot = localhost
24
25# Check whether project is well formed
26# when downloading from ftp/http/...
27# (containing already a directory with the project-version name)
28#pbwf schroot = 1
29
30#
31# Packager label
32#
33pbpackager schroot = 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#
39#sshhost schroot = www.schroot.org
40#sshlogin schroot = bill
41#sshdir schroot = /schroot/ftp
42#sshport schroot = 22
43
44#
45# Global version/tag for the project
46#
47projver schroot = devel
48projtag schroot = 1
49
50# Hash of valid version names
51version schroot = devel
52
53# Is it a test version or a production version
54testver schroot = true
55
56# Adapt to your needs:
57# Optional if you need to overwrite the global values above
58#
59#pkgver schroot = stable
60#pkgtag schroot = 3
61# Hash of default package/package directory
62defpkgdir schroot = .
63# Hash of additional package/package directory
64#extpkgdir minor-pkg = dir-minor-pkg
65
66# List of files per pkg on which to apply filters
67# Files are mentioned relatively to pbroot/defpkgdir
68#filteredfiles schroot = Makefile.PL,configure.in,install.sh,schroot.8
69#supfiles schroot = schroot.init
70
71# For perl modules, names are different depending on distro
72# Here perl-xxx for RPMs, libxxx-perl for debs, ...
73# So the package name is indeed virtual
74#namingtype schroot = perl
Note: See TracBrowser for help on using the repository browser.