Changeset 1132 in ProjectBuilder for pbconf


Ignore:
Timestamp:
Dec 23, 2010, 2:01:37 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Adds params to pb_distro_setuprepo to support generic family/os templates
  • Fix pbinstalltype issue (setupve was broken) by useing a dsitro based hash
  • Use new pb.conf variable (ospkg and osrepo for pkg install)
  • Adds function pb_distro_setuposrepo to setup pb install repo
  • Adds a private pb_distro_setuprepo_gen function for code share between pb_distro_setuposrepo and pb_distro_setuprepo
  • Move the relative conf parameters from pb.pb to pb.conf
Location:
pbconf/devel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pbconf/devel/pb.pb

    r1110 r1132  
    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.
    84 pbinstalltype default = pkg
    85 # No gentoo repo provided yet
    86 pbinstalltype gen = file
    87 pbpkg default = project-builder
    88 addrepo centos-5-x86_64 = ftp://ftp.project-builder.org/centos/5/noarch/pb.repo
  • pbconf/devel/rpmbootstrap/pbfilter/all.pbf

    r1082 r1132  
    11filter PBDESC = It helps building a chrooted environment for RPM based distributions$/in a similar way as debootstrap for deb based distributions.
    22# Summary of package
    3 filter PBSUMMARY = tool similar to debootstrap for RPM based distributions
     3filter PBSUMMARY = Tool similar to debootstrap for RPM based distributions
Note: See TracChangeset for help on using the changeset viewer.