source: ProjectBuilder/projects/linuxcoe/pbconf/v4_2/linuxcoe.pb@ 838

Last change on this file since 838 was 838, checked in by Bryan Gartner, 15 years ago

readying 4.2

File size: 1.9 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>
18pbrepo linuxcoe = ftp://ftp.mondorescue.org
19
20#
21# For delivery to a machine by SSH (potentially the FTP server)
22# Needs hostname, account and directory
23#
24sshhost default = www.mondorescue.org
25sshlogin default = bruno
26sshdir default = /mondo/ftp
27sshport default = 22
28
29#
30# Global version/tag for the project
31#
32projver linuxcoe = 4.2
33projtag linuxcoe = 1
34
35# Hash of default package/package directory
36#
37defpkgdir linuxcoe-sd-base = SystemDesigner
38defpkgdir linuxcoe-sd-docs = docs
39
40# Hash of additional package/package directory
41#
42extpkgdir linuxcoe-sd-data-asianux = SystemDesigner-Asianux
43extpkgdir linuxcoe-sd-data-centos = SystemDesigner-CentOS
44extpkgdir linuxcoe-sd-data-debian = SystemDesigner-Debian
45extpkgdir linuxcoe-sd-data-fedora = SystemDesigner-Fedora
46extpkgdir linuxcoe-sd-data-oel = SystemDesigner-OEL
47extpkgdir linuxcoe-sd-data-opensuse = SystemDesigner-OpenSUSE
48extpkgdir linuxcoe-sd-data-rhel = SystemDesigner-RHEL
49extpkgdir linuxcoe-sd-data-scientific = SystemDesigner-Scientific
50extpkgdir linuxcoe-sd-data-sles = SystemDesigner-SLES
51extpkgdir linuxcoe-sd-data-ubuntu = SystemDesigner-Ubuntu
52extpkgdir linuxcoe-sd-data-mandriva = SystemDesigner-Mandriva
53extpkgdir linuxcoe-sd-data-vmware = SystemDesigner-VMware
54
55#obsolete
56#extpkgdir linuxcoe-sd-data-nld = SystemDesigner-NLD
57#extpkgdir linuxcoe-sd-data-suse = SystemDesigner-SuSE
58
59# Hash of valid version names
60#
61version linuxcoe = v4_2,stable
62#testver linuxcoe = false
63
64# List of additional files on which to apply filters
65# Files are mentioned relatively to pbroot
66#
67#filteredfiles linuxcoe-sd-base =
68#filteredfiles linuxcoe-sd-docs =
Note: See TracBrowser for help on using the repository browser.