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


Ignore:
Timestamp:
Oct 24, 2017, 12:49:59 AM (7 years ago)
Author:
Bruno Cornec
Message:

Initial support of apk for pb

File:
1 edited

Legend:

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

    r2324 r2333  
    5757  # OEL
    5858  oel: /etc/oracle-release
     59
     60  # Alpine
     61  alpine: /etc/alpine-release
    5962
    6063  # HP-UX
     
    148151  redhat: Red Hat Linux release (.+) \(
    149152  cloudlinux: CloudLinux Server release (.+) \(
     153  alpine: (\d)\.[0-9.]*
    150154  # If you want to differentiate .release for Scientific
    151155  #scilinux: Scientific Linux release ([0-9\.]+)\b
     
    197201  mandriva: md
    198202  mageia: md
     203  alpine: alp
    199204  lsb: rh
    200205  freebsd: bsd
     
    214219  sol: pkg
    215220  hpux: sd
     221  alp: apk
    216222
    217223# Group ostype by os
     
    222228  ebuild: linux
    223229  rpm: linux
     230  apk: linux
    224231  port: bsd
    225232  pkg: solaris
     
    251258  novell: sudo /usr/bin/zypper refresh ; sudo /usr/bin/zypper --gpg-auto-import-keys -n update --auto-agree-with-licenses
    252259  redhat: /bin/true
     260  apk: sudo apk add -U
    253261  sol: /bin/true
    254262  lsb: /bin/true
     
    277285  novell: sudo /usr/bin/zypper refresh ; sudo /usr/bin/zypper --gpg-auto-import-keys -n install --auto-agree-with-licenses
    278286  redhat: sudo /bin/rpm -i --ignorearch
     287  apk: sudo apk add -U
    279288  sol: sudo /usr/sbin/pkgadd -d
    280289  lsb: /bin/true
     
    302311  cloudlinux: cl
    303312  mageia: mga
     313  apk: apk
    304314  lsb: lsb
    305315  hpux: sd
     
    313323  gentoo: true
    314324  arch: true
     325  alpine: true
    315326
    316327# For that OS no need to keep the . in the version release
     
    336347  default: perl-YAML,sudo,wget,tar,make,gzip
    337348  deb: libyaml-perl,sudo,wget,tar,make,gzip
     349  apk: perl,perl-yaml,sudo,wget,tar,make,gzip
    338350  rhel-7-x86_64: perl-Data-Dumper,sudo,wget,tar,make,gzip
    339351  centos-7-x86_64: perl-YAML,sudo,wget,tar,make,gzip
     
    628640  mandrake-10.1: Date-Manip,YAML
    629641  md:
     642  apk: File-MimeInfo
    630643  # LSB
    631644  lsb: Module-Build,Date-Manip,File-MimeInfo,File-BaseDir
     
    672685  mandrake-10.2: rpm-build,wget,patch,make,ntp-client,perl-File-MimeInfo,diffutils,perl-DateManip,perl-YAML
    673686  md: rpm-build,wget,patch,make,ntp-client,perl-File-MimeInfo,perl-File-BaseDir,perl-Date-Manip,diffutils,perl-YAML
     687  apk: perl-date-manip,wget,patch,make,perl-file-basedir,perl-date-manip,perl-yaml,diffutils,alpine-sdk,bash
    674688  lsb:
    675689  deb: wget,patch,dpkg-dev,make,debian-builder,dh-make,fakeroot,ntpdate,libfile-mimeinfo-perl,libmodule-build-perl,libdate-manip-perl,libmail-sendmail-perl,diffutils,libyaml-perl
Note: See TracChangeset for help on using the changeset viewer.