Changeset 1110


Ignore:
Timestamp:
11/17/10 12:41:56 (3 years ago)
Author:
bruno
Message:

r4047@localhost: bruno | 2010-11-17 11:48:48 +0100

  • Use new pbinstalltype specific feature for pb.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pbconf/devel/pb.pb

    r1068 r1110  
    7777filteredfiles rpmbootstrap = Makefile.PL 
    7878filteredfiles ProjectBuilder = Makefile.PL,lib/ProjectBuilder/Base.pm,lib/ProjectBuilder/Distribution.pm 
     79 
     80# How do you want to install pb in your VM/VE (pkg or file) 
     81# Can not be outside pb.pb as for other projects it may conflict, so this file will be needed for  
     82# pkg install with pb, which means that pkg install of pb in VM|VM is only possible when building for pb  
     83# project. Constraint on users. 
     84pbinstalltype default = pkg 
     85# No gentoo repo provided yet 
     86pbinstalltype gen = file 
     87pbpkg default = project-builder 
     88addrepo centos-5-x86_64 = ftp://ftp.project-builder.org/centos/5/noarch/pb.repo 
Note: See TracChangeset for help on using the changeset viewer.