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


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
Location:
devel/pb-modules/etc
Files:
2 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
  • devel/pb-modules/etc/pb.conf.pod

    r1900 r1903  
    111111 Example: delivery mondorescue = prod
    112112
     113=item B<dockeropt>
     114
     115 Nature: Optional
     116 Key: project (as defined in the -p option or PBPROJ environment variable)
     117 Value: List of the options to call docker with
     118 Conffile: project
     119 Example: dockeropt default = --bip=172.16.42.1/16
     120
    113121=item B<dockerregistry>
    114122
Note: See TracChangeset for help on using the changeset viewer.