Changeset 343 in ProjectBuilder
- Timestamp:
- Mar 30, 2008, 5:18:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/lib/ProjectBuilder/Base.pm
r342 r343 300 300 # What is the project URL 301 301 # 302 #pb proj$ENV{'PBPROJ'} = svn://svn.$ENV{'PBPROJ'}.org/$ENV{'PBPROJ'}/devel303 #pb proj$ENV{'PBPROJ'} = svn://svn+ssh.$ENV{'PBPROJ'}.org/$ENV{'PBPROJ'}/devel304 #pb proj$ENV{'PBPROJ'} = cvs://cvs.$ENV{'PBPROJ'}.org/$ENV{'PBPROJ'}/devel305 #pb proj$ENV{'PBPROJ'} = http://www.$ENV{'PBPROJ'}.org/src/$ENV{'PBPROJ'}-devel.tar.gz306 #pb proj$ENV{'PBPROJ'} = ftp://ftp.$ENV{'PBPROJ'}.org/src/$ENV{'PBPROJ'}-devel.tar.gz307 #pb proj$ENV{'PBPROJ'} = file:///src/$ENV{'PBPROJ'}-devel.tar.gz308 #pb proj$ENV{'PBPROJ'} = dir:///src/$ENV{'PBPROJ'}-devel302 #pburl $ENV{'PBPROJ'} = svn://svn.$ENV{'PBPROJ'}.org/$ENV{'PBPROJ'}/devel 303 #pburl $ENV{'PBPROJ'} = svn://svn+ssh.$ENV{'PBPROJ'}.org/$ENV{'PBPROJ'}/devel 304 #pburl $ENV{'PBPROJ'} = cvs://cvs.$ENV{'PBPROJ'}.org/$ENV{'PBPROJ'}/devel 305 #pburl $ENV{'PBPROJ'} = http://www.$ENV{'PBPROJ'}.org/src/$ENV{'PBPROJ'}-devel.tar.gz 306 #pburl $ENV{'PBPROJ'} = ftp://ftp.$ENV{'PBPROJ'}.org/src/$ENV{'PBPROJ'}-devel.tar.gz 307 #pburl $ENV{'PBPROJ'} = file:///src/$ENV{'PBPROJ'}-devel.tar.gz 308 #pburl $ENV{'PBPROJ'} = dir:///src/$ENV{'PBPROJ'}-devel 309 309 310 310 # … … 325 325 # For Virtual machines management 326 326 # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution) 327 # followed by '_' and by release number 327 # followed by '-' and by release number 328 # followed by '-' and by architecture 328 329 # a .vmtype extension will be added to the resulting string 329 # a QEMU rhel _3 here means that the VM will be named rhel_3.qemu330 # 331 #vmlist $ENV{'PBPROJ'} = mandrake _10.1,mandrake_10.2,mandriva_2006.0,mandriva_2007.0,mandriva_2007.1,mandriva_2008.0,redhat_7.3,redhat_9,fedora_4,fedora_5,fedora_6,fedora_7,rhel_3,rhel_4,rhel_5,suse_10.0,suse_10.1,suse_10.2,suse_10.3,sles_9,sles_10,gentoo_nover,debian_3.1,debian_4.0,ubuntu_6.06,ubuntu_7.04,ubuntu_7.10330 # a QEMU rhel-3-i286 here means that the VM will be named rhel-3-i386.qemu 331 # 332 #vmlist $ENV{'PBPROJ'} = 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,mandriva-2007.0-x86_64,mandriva-2007.1-x86_64,mandriva-2008.0-x86_64,fedora-6-x86_64,fedora-7-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 332 333 333 334 # … … 351 352 #vmpath $ENV{'PBPROJ'} = /home/qemu 352 353 #vmsize $ENV{'PBPROJ'} = 5G 354 355 # 356 # For Virtual environment management 357 # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution) 358 # followed by '-' and by release number 359 # followed by '-' and by architecture 360 # a .vetype extension will be added to the resulting string 361 # a chroot rhel-3-i286 here means that the VE will be named rhel-3-i386.chroot 362 # 363 #velist $ENV{'PBPROJ'} = fedora-7-i386 364 365 # VE params 366 #vetype $ENV{'PBPROJ'} = chroot 367 #ventp default = pool.ntp.org 368 #velogin $ENV{'PBPROJ'} = pb 369 #vepath $ENV{'PBPROJ'} = /var/lib/mock 370 #veconf $ENV{'PBPROJ'} = /etc/mock 371 #verebuild $ENV{'PBPROJ'} = false 353 372 354 373 # … … 473 492 #filter PBLIC = GPL 474 493 475 # PBVER is replaced by the version (\$pbver in code)476 #filter PBVER = \$pbver477 478 494 # PBDEP is replaced by the list of dependencies 479 495 #filter PBDEP = … … 484 500 # PBREC is replaced by the list of recommandations 485 501 #filter PBREC = 486 487 # PBLOG is replaced by the changelog if value is yes488 #filter PBLOG = yes489 490 # PBPKG is replaced by the package name (\$pbpkg in code)491 #filter PBPKG = \$pbpkg492 493 # PBPACKAGER is replaced by the packager name (\$pbpackager in code)494 #filter PBPACKAGER = \$pbpackager495 502 496 503 EOF
Note:
See TracChangeset
for help on using the changeset viewer.