Changeset 1526


Ignore:
Timestamp:
05/12/12 02:41:13 (12 months ago)
Author:
bruno
Message:
  • Document pbgpgcheck option. (Eric Anderson)
  • Generate example of the 2 last new project options in th .pb template (Bruno Cornec)
Location:
devel/pb-modules
Files:
2 edited

Legend:

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

    r1525 r1526  
    464464 Example: pbdefdir default = $ENV{'HOME'}/local/pb/projects 
    465465 
     466=item B<pbgpgcheck> 
     467 
     468 Nature: Optional 
     469 Key: project (as defined in the -p option or PBPROJ environment variable) 
     470 Value: Whether the repository file should be generated specifying that gpg checking of the packages is on. Note that failures to sign packages is tolerated by default, which means that signatures can fail making the repository file generated not work. The default is to require gpg checks. 
     471 Conffile: project 
     472 Example: pbgpgcheck Lintel = 0 
     473 
    466474=item B<pbinstalltype> 
    467475 
  • devel/pb-modules/lib/ProjectBuilder/Env.pm

    r1518 r1526  
    429429#pbml $ENV{'PBPROJ'} = $ENV{'PBPROJ'}-announce\@lists.$ENV{'PBPROJ'}.org 
    430430#pbsmtp $ENV{'PBPROJ'} = localhost 
     431#pbgpgcheck $ENV{'PBPROJ'} = 1 
     432#projcomponent $ENV{'PBPROJ'} = main 
    431433 
    432434# Check whether project is well formed  
Note: See TracChangeset for help on using the changeset viewer.