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

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

update the all packages list to those currently supported

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 = 4.2
33projtag linuxcoe = 0
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-rhel = SystemDesigner-RHEL
47extpkgdir linuxcoe-sd-data-scientific = SystemDesigner-Scientific
48extpkgdir linuxcoe-sd-data-sles = SystemDesigner-SLES
49extpkgdir linuxcoe-sd-data-ubuntu = SystemDesigner-Ubuntu
50#extpkgdir linuxcoe-sd-data-nld = SystemDesigner-NLD
51#extpkgdir 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.