source: ProjectBuilder/projects/linuxcoe/pbconf/v4_1/linuxcoe.pb@ 525

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

Creation of v4_1 for linuxcoe to build a set of packages for that official version

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>
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 = v4_1
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-centos = SystemDesigner-CentOS
43extpkgdir linuxcoe-sd-data-debian = SystemDesigner-Debian
44extpkgdir linuxcoe-sd-data-fedora = SystemDesigner-Fedora
45extpkgdir linuxcoe-sd-data-opensuse = SystemDesigner-OpenSUSE
46extpkgdir linuxcoe-sd-data-scientific = SystemDesigner-Scientific
47extpkgdir linuxcoe-sd-data-ubuntu = SystemDesigner-Ubuntu
48#
49extpkgdir linuxcoe-sd-data-nld = SystemDesigner-NLD
50extpkgdir linuxcoe-sd-data-rhel = SystemDesigner-RHEL
51extpkgdir linuxcoe-sd-data-sles = SystemDesigner-SLES
52extpkgdir linuxcoe-sd-data-suse = SystemDesigner-SuSE
53extpkgdir linuxcoe-sd-data-vmware = SystemDesigner-VMware
54
55# Hash of valid version names
56#
57version linuxcoe = cvs,devel,stable,v4_1
58testver linuxcoe = true
59
60# List of additional files on which to apply filters
61# Files are mentioned relatively to pbroot
62#
63#filteredfiles linuxcoe-sd-base =
64#filteredfiles linuxcoe-sd-docs =
Note: See TracBrowser for help on using the repository browser.