Changeset 2420 in ProjectBuilder


Ignore:
Timestamp:
Aug 7, 2019, 2:23:23 AM (5 years ago)
Author:
Bruno Cornec
Message:

Fix dnf support for rhel 8 and fedora 30

File:
1 edited

Legend:

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

    r2410 r2420  
    246246  fedora-28: sudo /usr/bin/dnf makecache ; sudo /usr/bin/dnf -y update
    247247  fedora-29: sudo /usr/bin/dnf makecache ; sudo /usr/bin/dnf -y update
     248  fedora-30: sudo /usr/bin/dnf makecache ; sudo /usr/bin/dnf -y update
     249  rhel-8: sudo /usr/bin/dnf makecache ; sudo /usr/bin/dnf -y update
    248250  md: sudo /usr/sbin/urpmi.update -a ; sudo /usr/sbin/urpmi --auto --auto-select --no-suggests
    249251  opensuse-10.2: sudo /usr/bin/yast2 -i
Note: See TracChangeset for help on using the changeset viewer.