source: ProjectBuilder/projects/linuxcoe/pbconf/cvs/linuxcoe.pb@ 422

Last change on this file since 422 was 422, checked in by Bruno Cornec, 16 years ago
  • Modifications for LinuxCOE to support pb 0.9.2
  • improvements in dploy packages
File size: 1.7 KB
Line 
1#
2# Project Builder configuration file
3# For project LinuxCOE
4#
5# $Id: linuxcoe.pb,v 1.16 2008/02/17 23:24:34 bryang Exp $
6#
7#
8
9#
10# What is the project URL
11#
12pburl linuxcoe = cvs://:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe
13
14#
15# Packager label
16#
17pbpackager linuxcoe = Louis Bouchard and Bruno Cornec <bruno@project-builder.org>
18
19#
20# For delivery to a machine by SSH (potentially the FTP server)
21# Needs hostname, account and directory
22#
23sshhost default = www.mondorescue.org
24sshlogin default = bruno
25sshdir default = /mondo/ftp
26sshport default = 22
27
28#
29# Global version/tag for the project
30#
31projver linuxcoe = cvs
32projtag linuxcoe = 1
33
34# Hash of default package/package directory
35#
36defpkgdir linuxcoe-sd-base = SystemDesigner
37defpkgdir linuxcoe-sd-docs = docs
38
39# Hash of additional package/package directory
40#
41extpkgdir linuxcoe-sd-data-centos = SystemDesigner-CentOS
42extpkgdir linuxcoe-sd-data-debian = SystemDesigner-Debian
43extpkgdir linuxcoe-sd-data-fedora = SystemDesigner-Fedora
44extpkgdir linuxcoe-sd-data-opensuse = SystemDesigner-OpenSUSE
45extpkgdir linuxcoe-sd-data-scientific = SystemDesigner-Scientific
46extpkgdir linuxcoe-sd-data-ubuntu = SystemDesigner-Ubuntu
47#
48extpkgdir linuxcoe-sd-data-nld = SystemDesigner-NLD
49extpkgdir linuxcoe-sd-data-rhel = SystemDesigner-RHEL
50extpkgdir linuxcoe-sd-data-sles = SystemDesigner-SLES
51extpkgdir linuxcoe-sd-data-suse = SystemDesigner-SuSE
52#extpkgdir linuxcoe-sd-data-vmware = SystemDesigner-VMware
53
54# Hash of valid version names
55#
56version linuxcoe = cvs,devel,stable
57testver linuxcoe = true
58
59# List of additional files on which to apply filters
60# Files are mentioned relatively to pbroot
61#
62#filteredfiles linuxcoe-sd-base =
63#filteredfiles linuxcoe-sd-docs =
Note: See TracBrowser for help on using the repository browser.