Changeset 2426 in ProjectBuilder for devel/pb-modules/etc/pb.yml.pod


Ignore:
Timestamp:
Sep 1, 2019, 3:18:34 AM (5 years ago)
Author:
Bruno Cornec
Message:

Start adding install and test target for pb - local install works already

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/etc/pb.yml.pod

    r2410 r2426  
    2727=over 4
    2828
    29 =item B<addrepo>
    30 
    31  Nature: Optional
    32  Key: OS (could be from the most generic up to the most specific from ostype, osfamily, os, os-ver, os-ver-arch). The family name is generaly used here.
    33  Value: comma separated list of URLs that point to repository files, or packages to install. The values may not include substitutions.
    34  Conffile: project
    35  Example: addrepo:
     29=item B<addbuildrepo>
     30
     31 Nature: Optional
     32 Key: OS (could be from the most generic up to the most specific from ostype, osfamily, os, os-ver, os-ver-arch). The family name is generaly used here.
     33 Value: comma separated list of URLs that point to repository files, or packages to install at project build time. The values may not include substitutions.
     34 Conffile: project
     35 Example: addbuildrepo:
    3636            centos-5-x86_64: file:///prj/extras.repo,http://mirror.centos.org/centos/5.8/extras/x86_64/RPMS/chrpath-0.13-3.el5.centos.x86_64.rpm
     37
     38=item B<addinstallrepo>
     39
     40 Nature: Optional
     41 Key: OS (could be from the most generic up to the most specific from ostype, osfamily, os, os-ver, os-ver-arch). The family name is generaly used here.
     42 Value: comma separated list of URLs that point to repository files, or packages to install at project installation time. The values may not include substitutions.
     43 Conffile: project
     44 Example: addinstallrepo:
     45            centos-7-x86_64: ftp://ftp.project-builder.org/centos/7/x86_64/pb.repo
     46
     47=item B<addtestrepo>
     48
     49 Nature: Optional
     50 Key: OS (could be from the most generic up to the most specific from ostype, osfamily, os, os-ver, os-ver-arch). The family name is generaly used here.
     51 Value: comma separated list of URLs that point to repository files, or packages to install at project test time. The values may not include substitutions.
     52 Conffile: project
     53 Example: addtestrepo:
     54            centos-7-x86_64: ftp://ftp.project-builder.org/centos/7/x86_64/pb.repo
    3755
    3856=item B<cachedir>
Note: See TracChangeset for help on using the changeset viewer.