Changeset 1903 in ProjectBuilder for devel/pb-modules/etc/pb.conf


Ignore:
Timestamp:
Oct 8, 2014, 1:35:10 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • Add entries for osrepo for mageia/mandriva distros to allow setupve to work for these distributions without resorting to sbx2setupve
  • pbkeep now managed in pb_temp_init to avoid removing the temps dir when debugging
  • Add functions pb_ve_docker_get_image and pb_ve_get_type
  • lots of interfaces changes to allow support of docker, including script names. May break other non docker features
  • both newve and setupve work with docker now.
  • manages public keys for urpmi distriutions
  • Adds function pb_parallel_launchv. Now pb_launchv is single V
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/etc/pb.conf

    r1900 r1903  
    414414# When using docker some specific conf items
    415415dockerregistry default = http://localhost:5000/pb
     416#dockeropt default =
     417# Some options to pass to the docker command such as IP conf when firewalled --bip=172.17.42.1/16
     418# used in addition with shorewall with a masq file having "eth0 172.17.0.0/16"
    416419#dockerimage mageia-4-x86_64 = mageia-4-x86_64
    417420#dockertag pb = pb
     
    701704osrepo redhat-6.2 =
    702705osrepo rpm = ftp://ftp.project-builder.org/$pbos->{'name'}/$pbos->{'version'}/$pbos->{'arch'}/pb.repo
     706osrepo mageia = ftp://ftp.project-builder.org/$pbos->{'name'}/$pbos->{'version'}/$pbos->{'arch'}/pb.addmedia
     707osrepo mandriva = ftp://ftp.project-builder.org/$pbos->{'name'}/$pbos->{'version'}/$pbos->{'arch'}/pb.addmedia
    703708osrepo deb = ftp://ftp.project-builder.org/$pbos->{'name'}/$pbos->{'version'}/pb.sources.list
    704709
Note: See TracChangeset for help on using the changeset viewer.