Changeset 418 in ProjectBuilder
- Timestamp:
- Apr 27, 2008, 1:20:16 AM (17 years ago)
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
pbconf/0.9.1/pb.pb
r413 r418 32 32 # a QEMU rhel_3 here means that the VM will be named rhel_3.qemu 33 33 # 34 vmlist pb = 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_6434 vmlist pb = 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,fedora-7-i386,fedora-8-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 35 35 36 36 velist pb = fedora-7-i386 -
pbconf/0.9.1/perl-ProjectBuilder/pbcl
r410 r418 2 2 3 3 PERL-PROJECTBUILDER CHANGES 4 5 devel (2009-04-28)6 - devel line7 4 8 5 0.9.1 (2008-04-25) -
pbconf/0.9.1/project-builder/pbcl
r410 r418 2 2 3 3 PB CHANGES 4 5 devel (2009-04-08)6 - devel line7 4 8 5 0.9.1 (2008-04-20) -
pbconf/devel/pb.pb
r404 r418 25 25 sshport pb = 22 26 26 27 # 28 # For Virtual machines management 29 # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution) 30 # followed by '_' and by release number 31 # a .vmtype extension will be added to the resulting string 32 # a QEMU rhel_3 here means that the VM will be named rhel_3.qemu 33 # 34 vmlist pb = 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_64 27 pbarch pb = noarch 35 28 36 29 velist pb = fedora-7-i386 37 38 pbarch pb = noarch39 40 30 vetype pb = chroot 41 31 ventp default = pool.ntp.org … … 44 34 veconf pb = /etc/mock 45 35 verebuild pb = false 46 #47 # Valid values for vmtype are48 # qemu, (vmware, xen, ... TBD)49 vmtype pb = qemu50 51 # Hash for VM stuff on vmtype52 vmntp default = pool.ntp.org53 54 # We suppose we can commmunicate with the VM through SSH55 vmhost pb = localhost56 vmlogin pb = pb57 vmport pb = 222358 59 # Timeout to wait when VM is launched/stopped60 vmtmout default = 12061 62 # per VMs needed paramaters63 vmopt pb = -m 384 -daemonize64 vmpath pb = /users/qemu65 vmsize pb = 5G66 36 67 37 # … … 84 54 defpkgdir perl-ProjectBuilder = pb-modules 85 55 56 # On Debian perl modules have other name std 57 pbpkgdeb perl-ProjectBuilder = libprojectbuilder-perl 58 86 59 # Hash of additional package/package directory 87 60 extpkgdir project-builder-doc = pb-doc -
pbconf/devel/perl-ProjectBuilder/deb/control
r378 r418 10 10 Section: PBGRP 11 11 Priority: optional 12 Depends: ${shlibs:Depends}, ${misc:Depends} , libdate-manip-perl, libfile-mimeinfo-perl12 Depends: ${shlibs:Depends}, ${misc:Depends} 13 13 Recommends: 14 14 Suggests: 15 15 Description: 16 Project Builder aka pb is a tool to produce packages for multiple 17 distributions. 18 It does that by minimizing the duplication of information required 19 and a set a very simple configuration files. 16 Reusable perl function from the project-builder.org project 20 17 . 21 Homepage: http:// www.project-builder.org18 Homepage: http://trac.project-builder.org 22 19 -
pbconf/devel/perl-ProjectBuilder/deb/copyright
r238 r418 1 1 This package was originally debianized by Bruno Cornec <bruno@project-builder.org> 2 Fri, 19 Oct 200711:08:11 +0100.2 Fri, 25 Apr 2008 11:08:11 +0100. 3 3 4 4 The current upstream source was downloaded from -
projects/mondorescue/pbconf/branches/2.2.6/mindi/pbinit
r410 r418 3 3 # Init script for mondo with Project-Builder 4 4 # 5 use ProjectBuilder::CMS qw (pb_cms_export pb_cms_init);6 use ProjectBuilder::Filter qw (pb_get_filters pb_filter_file_inplace);7 5 use ProjectBuilder::CMS; 6 use ProjectBuilder::Filter; 7 use ProjectBuilder::Env; 8 8 9 9 my $pbpkg = "PBPKG"; … … 11 11 my $pbtag = "PBTAG"; 12 12 my $pbrev = "PBREV"; 13 my $pbproj = "PBPROJ"; 13 14 14 15 # Export documentation to generate what is needed 15 16 17 # Action needs to be pbinit 18 my ($filteredfiles, $supfiles, $defpkgdir, $extpkgdir) = pb_env_init($pbproj,undef,"pbinit"); 16 19 my ($scheme,$uri) = pb_cms_init(undef); 17 20 … … 20 23 21 24 my $ptr = pb_get_filters($pbpkg); 22 pb_filter_file_inplace($ptr,"mindi.8",$pbpkg,$pbver,$pbtag,$pbrev,"","" );25 pb_filter_file_inplace($ptr,"mindi.8",$pbpkg,$pbver,$pbtag,$pbrev,"","",$pbproj); -
projects/mondorescue/pbconf/branches/2.2.6/mondo/pbinit
r410 r418 5 5 6 6 # Export documentation to generate what is needed 7 use ProjectBuilder::Base qw (pb_mkdir_p pb_rm_rf); 8 use ProjectBuilder::Filter qw (pb_filter_file pb_get_filters); 9 use ProjectBuilder::CMS qw (pb_cms_init pb_cms_export); 7 use ProjectBuilder::Base; 8 use ProjectBuilder::Filter; 9 use ProjectBuilder::CMS; 10 use ProjectBuilder::Env; 10 11 use File::Basename; 11 12 12 13 13 system("./bootstrap"); … … 20 20 my $pbtag = "PBTAG"; 21 21 my $pbrev = "PBREV"; 22 my $pbproj = "PBPROJ"; 22 23 24 # Action needs to be pbinit 25 my ($filteredfiles, $supfiles, $defpkgdir, $extpkgdir) = pb_env_init($pbproj,undef,"pbinit"); 23 26 my ($scheme,$uri) = pb_cms_init(undef); 24 27 … … 34 37 my $ptr = pb_get_filters($pbpkg); 35 38 foreach my $f (<docs/mantmp/*>) { 36 pb_filter_file("$f",$ptr,"docs/man/".basename($f),$pbpkg,$pbver,$pbtag,$pbrev,"","" );39 pb_filter_file("$f",$ptr,"docs/man/".basename($f),$pbpkg,$pbver,$pbtag,$pbrev,"","",$pbproj); 37 40 } 38 41 foreach my $f (<docs/entmp/*>) { 39 pb_filter_file("$f",$ptr,"docs/en/".basename($f),$pbpkg,$pbver,$pbtag,$pbrev,"","" );42 pb_filter_file("$f",$ptr,"docs/en/".basename($f),$pbpkg,$pbver,$pbtag,$pbrev,"","",$pbproj); 40 43 } 41 44 pb_rm_rf("docs/entmp"); -
projects/mondorescue/pbconf/branches/2.2.6/pbfilter/all.pbf
r384 r418 24 24 # PBPKG is replaced by the package name ($pbpkg in code) 25 25 filter PBPKG = $pbpkg 26 27 # PBPROJ is replaced by the project name ($pbproj in code) 28 filter PBPROJ = $pbproj
Note:
See TracChangeset
for help on using the changeset viewer.