Changeset 422 in ProjectBuilder
- Timestamp:
- May 2, 2008, 8:20:10 PM (17 years ago)
- Location:
- projects
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/dploy/pbconf/devel/dploy-common/rpm/dploy-common.spec
r421 r422 55 55 #%{_bindir}/* 56 56 #%{_mandir}/man1/* 57 %{_sysconfdir}/PBPROJ 57 58 %{_mandir}/man3/* 58 59 -
projects/dploy/pbconf/devel/dploy.pb
r421 r422 31 31 # Optional if you need to overwrite the global values above 32 32 # 33 pkgver dploy-dhcp = devel34 pkgver dploy-common = devel35 pkgver dploy-pxe = devel33 #pkgver dploy-dhcp = devel 34 #pkgver dploy-common = devel 35 #pkgver dploy-pxe = devel 36 36 #pkgtag dploy-dhcp = 3 37 37 #pkgver nil … … 52 52 # Files are mentioned relatively to pbroot/defpkgdir 53 53 filteredfiles dploy-dhcp = install.sh,bin/dploy-add2dhcp 54 filteredfiles dploy-pxe = bin/dploy-add2pxe54 filteredfiles dploy-pxe = install.sh,bin/dploy-add2pxe 55 55 filteredfiles dploy-common = install.sh,Makefile.PL 56 56 #filteredfiles pkg1-doc = configure.in -
projects/dploy/pbconf/devel/pbfilter/deb.pbf
r388 r422 22 22 filter PBLOG = yes 23 23 24 # PBPKG is replaced by the package name ($pbpkg in code)25 filter PBPKG = $pbpkg26 27 24 # PBPACKAGER is replaced by the packager name ($pbpackager in code) 28 25 filter PBPACKAGER = $pbpackager -
projects/dploy/pbconf/devel/pbfilter/rpm.pbf
r391 r422 20 20 # Special for pb : MakeMaker has various variable for the dest dir 21 21 filter PBKEYWORD = destdir 22 filter PBFINALDIR = 23 22 filter PBFINALDIR = -
projects/linuxcoe/pbconf/RC1_4-1_2008_02_17/linuxcoe.pb
r393 r422 25 25 sshdir default = /mondo/ftp 26 26 sshport default = 22 27 28 #29 # For Virtual machines management30 # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)31 # followed by '_' and by release number32 # a .vmtype extension will be added to the resulting string33 # a QEMU rhel_3 here means that the VM will be named rhel_3.qemu34 #35 vmlist linuxcoe = mandrake-10.1-i386,mandrake-10.2-i386,mandriva-2006.0-i386,mandriva-2007.0-i386,mandriva-2007.1-i386,mandriva-2008.0-i386,redhat-7.3-i386,redhat-9-i386,fedora-4-i386,fedora-5-i386,fedora-6-i386,rhel-3-i386,rhel-4-i386,rhel-5-i386,suse-10.0-i386,suse-10.1-i386,suse-10.2-i386,suse-10.3-i386,sles-9-i386,sles-10-i386,gentoo-nover-i386,debian-3.1-i386,debian-4.0-i386,ubuntu-6.06-i386,ubuntu-7.04-i386,ubuntu-7.10-i386,mandriva-2007.0-x86_64,mandriva-2007.1-x86_64,mandriva-2008.0-x86_64,fedora-6-x86_64,fedora-8-x86_64,rhel-4-x86_64,rhel-5-x86_64,suse-10.2-x86_64,suse-10.3-x86_64,sles-10-x86_64,gentoo-nover-x86_64,debian-4.0-x86_64,ubuntu-7.04-x86_64,ubuntu-7.10-x86_6436 37 velist linuxcoe = fedora-7-i38638 39 vetype linuxcoe = chroot40 ventp default = pool.ntp.org41 velogin linuxcoe = pb42 vepath linuxcoe = /var/lib/mock43 veconf linuxcoe = /etc/mock44 verebuild linuxcoe = false45 #46 # Valid values for vmtype are47 # qemu, (vmware, xen, ... TBD)48 vmtype linuxcoe = qemu49 vmntp linuxcoe = pool.ntp.org50 51 # We suppose we can commmunicate with the VM through SSH52 vmhost linuxcoe = localhost53 vmlogin linuxcoe = pb54 vmport linuxcoe = 222455 # Timeout to wait when VM is launched/stopped56 vmtmout default = 12057 58 # per VMs needed paramaters59 #vmopt qemu = -m 256 -nographic -daemonize60 vmopt linuxcoe = -m 384 -daemonize61 vmpath linuxcoe = /users/qemu62 vmsize linuxcoe = 5G63 27 64 28 # -
projects/linuxcoe/pbconf/cvs/linuxcoe.pb
r384 r422 25 25 sshdir default = /mondo/ftp 26 26 sshport default = 22 27 28 #29 # For Virtual machines management30 # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)31 # followed by '_' and by release number32 # a .vmtype extension will be added to the resulting string33 # a QEMU rhel_3 here means that the VM will be named rhel_3.qemu34 #35 vmlist linuxcoe = mandrake-10.1-i386,mandrake-10.2-i386,mandriva-2006.0-i386,mandriva-2007.0-i386,mandriva-2007.1-i386,mandriva-2008.0-i386,redhat-7.3-i386,redhat-9-i386,fedora-4-i386,fedora-5-i386,fedora-6-i386,rhel-3-i386,rhel-4-i386,rhel-5-i386,suse-10.0-i386,suse-10.1-i386,suse-10.2-i386,suse-10.3-i386,sles-9-i386,sles-10-i386,gentoo-nover-i386,debian-3.1-i386,debian-4.0-i386,ubuntu-6.06-i386,ubuntu-7.04-i386,ubuntu-7.10-i386,mandriva-2007.0-x86_64,mandriva-2007.1-x86_64,mandriva-2008.0-x86_64,fedora-6-x86_64,fedora-8-x86_64,rhel-4-x86_64,rhel-5-x86_64,suse-10.2-x86_64,suse-10.3-x86_64,sles-10-x86_64,gentoo-nover-x86_64,debian-4.0-x86_64,ubuntu-7.04-x86_64,ubuntu-7.10-x86_6436 37 velist linuxcoe = fedora-7-i38638 39 vetype linuxcoe = chroot40 ventp default = pool.ntp.org41 velogin linuxcoe = pb42 vepath linuxcoe = /var/lib/mock43 veconf linuxcoe = /etc/mock44 verebuild linuxcoe = false45 #46 # Valid values for vmtype are47 # qemu, (vmware, xen, ... TBD)48 vmtype linuxcoe = qemu49 vmntp linuxcoe = pool.ntp.org50 51 # We suppose we can commmunicate with the VM through SSH52 vmhost linuxcoe = localhost53 vmlogin linuxcoe = pb54 vmport linuxcoe = 222455 # Timeout to wait when VM is launched/stopped56 vmtmout default = 12057 58 # per VMs needed paramaters59 #vmopt qemu = -m 256 -nographic -daemonize60 vmopt linuxcoe = -m 384 -daemonize61 vmpath linuxcoe = /users/qemu62 vmsize linuxcoe = 5G63 27 64 28 #
Note:
See TracChangeset
for help on using the changeset viewer.