Changeset 1716 in ProjectBuilder for devel/pb-modules


Ignore:
Timestamp:
Mar 12, 2013, 5:24:42 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • Fix an error in VMbuild where ' were misplaced leading to the script being printed and not executed
  • Document ossudoersmode for pb.conf
Location:
devel/pb-modules/etc
Files:
2 edited

Legend:

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

    r1715 r1716  
    251251osins opensuse = sudo /usr/bin/zypper --gpg-auto-import-keys -n install --auto-agree-with-licenses
    252252osins redhat = sudo /bin/rpm -i --ignorearch
    253 osins sol = sudo pkgadd -d
     253osins sol = sudo /usr/sbin/pkgadd -d
    254254osins lsb = /bin/true
    255255
  • devel/pb-modules/etc/pb.conf.pod

    r1714 r1716  
    424424 Example: ossha fedora-10 = sha1
    425425
     426=item B<ossudoersmode>
     427
     428 Nature: Mandatory
     429 Key: OS (could be from the most generic up to the most specific from ostype, osfamily, os, os-ver, os-ver-arch).
     430 Value: suffix that will be used in the name of the packages created. By default, concatenation of OS name and version.
     431 Conffile: pb
     432 Example: ossudoersmode novell = 640
     433
    426434=item B<ossuffix>
    427435
Note: See TracChangeset for help on using the changeset viewer.