Changeset 2333 in ProjectBuilder for devel/pb-modules/lib/ProjectBuilder/VE.pm


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

Initial support of apk for pb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/VE.pm

    r2317 r2333  
    255255        } elsif ($pbos->{'type'} eq "ebuild") {
    256256            die "Please teach the dev team how to build gentoo chroot";
     257        } elsif ($pbos->{'type'} eq "apk") {
     258            die "Please teach the dev team how to build alpine chroot";
    257259        } else {
    258260            die "Unknown distribution type $pbos->{'type'}. Report to dev team";
Note: See TracChangeset for help on using the changeset viewer.