Changeset 2012 in ProjectBuilder for devel/website


Ignore:
Timestamp:
Oct 12, 2015, 12:17:48 PM (9 years ago)
Author:
Bruno Cornec
Message:

Adds dnf support

Starting with Fedora 22 the package manager is dnf and not yum anymore
pb needed some adaptations to support it, which have been mostly been
coded in this patch. Tests to be done.

Location:
devel/website
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • devel/website/about.shtml

    r1315 r2012  
    3939    <li>Multiple systems (RPM Linux - Red Hat, SuSE, Mandriva, ..., deb Linux - Debian, Ubuntu, ..., ebuild - Gentoo, pkg Solaris/OpenSolaris, ...)</li>
    4040    <li>Multiple build environments (local, VM - QEMU, KVM, ..., VE - rpmbootstrap, mock, rinse, debootstrap, RM - ssh...)</li>
    41     <li>Multiple repository manager (yum, urpmi, apt, ...)</li>
     41    <li>Multiple repository manager (yum, dnf, urpmi, apt, ...)</li>
    4242</ul>
    4343and this, at various phases (development, test, integration, delivery).
  • devel/website/downloads.shtml

    r1958 r2012  
    6464<p>
    6565<p>For Fedora distributions, after downloading the <a href="ftp://ftp.project-builder.org/fedora/">repo file</a> pb.repo and adding it to the /etc/yum.repos.d directory, just use the magic:<br>
    66 <tt>yum install project-builder</tt></p>
     66<tt>yum|dnf install project-builder</tt></p>
    6767<p>
    6868For Debian/Ubuntu, just use the magic: <br>
Note: See TracChangeset for help on using the changeset viewer.