Re: dnf bodhi plugin

2017-06-14 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jun 14, 2017 at 04:08:55AM +0100, Sérgio Basto wrote: > On Fri, 2017-05-19 at 16:04 +, Zbigniew Jędrzejewski-Szmek wrote: > > On Fri, May 19, 2017 at 11:48:37AM -0400, Matthew Miller wrote: > > > On Fri, May 19, 2017 at 11:44:57AM -0400, Matthew Miller wrote: > > > > See https://bugzill

Re: dnf bodhi plugin

2017-06-13 Thread Sérgio Basto
On Fri, 2017-05-19 at 16:04 +, Zbigniew Jędrzejewski-Szmek wrote: > On Fri, May 19, 2017 at 11:48:37AM -0400, Matthew Miller wrote: > > On Fri, May 19, 2017 at 11:44:57AM -0400, Matthew Miller wrote: > > > See https://bugzilla.redhat.com/show_bug.cgi?id=1234930 > > > > > > It's my understandin

Re: dnf bodhi plugin

2017-06-13 Thread Zbigniew Jędrzejewski-Szmek
On Sat, May 20, 2017 at 11:11:38AM -0400, Randy Barlow wrote: > On Fri, 2017-05-19 at 11:48 -0400, Matthew Miller wrote: > > Yeah, I just tested and this works: > > > > $ sudo dnf upgrade --advisory FEDORA-2017-f590422f5b > > Fantastic! I'm bummed that I now need a new idea, but I'm glad this > e

Re: dnf bodhi plugin

2017-05-20 Thread Kevin Fenzi
On 05/20/2017 11:22 AM, Rex Dieter wrote: > Kevin Fenzi wrote: > >> On 05/19/2017 02:18 PM, Mikolaj Izdebski wrote: >>> For f26-build it's easy. >>> >>> cat >/etc/yum.repos.d/koji.repo <<"EOF" >>> [koji-f26-build] >>> name=koji-f26-build >>> baseurl=https://kojipkgs.fedoraproject.org/repos/f26-bui

Re: dnf bodhi plugin

2017-05-20 Thread Rex Dieter
Kevin Fenzi wrote: > On 05/19/2017 02:18 PM, Mikolaj Izdebski wrote: >> For f26-build it's easy. >> >> cat >/etc/yum.repos.d/koji.repo <<"EOF" >> [koji-f26-build] >> name=koji-f26-build >> baseurl=https://kojipkgs.fedoraproject.org/repos/f26-build/latest/$basearch/ >> enabled=0 >> EOF >> >> dnf

Re: dnf bodhi plugin

2017-05-20 Thread Randy Barlow
On Fri, 2017-05-19 at 11:48 -0400, Matthew Miller wrote: > Yeah, I just tested and this works: > > $ sudo dnf upgrade --advisory FEDORA-2017-f590422f5b Fantastic! I'm bummed that I now need a new idea, but I'm glad this exists because I will use it ☺ The Koji thing could be cool, but it is getti

Re: dnf bodhi plugin

2017-05-19 Thread Kevin Fenzi
On 05/19/2017 02:18 PM, Mikolaj Izdebski wrote: > For f26-build it's easy. > > cat >/etc/yum.repos.d/koji.repo <<"EOF" > [koji-f26-build] > name=koji-f26-build > baseurl=https://kojipkgs.fedoraproject.org/repos/f26-build/latest/$basearch/ > enabled=0 > EOF > > dnf --enablerepo koji-f26-build inst

Re: dnf bodhi plugin

2017-05-19 Thread Mikolaj Izdebski
On 05/19/2017 09:59 PM, Kevin Fenzi wrote: > On 05/19/2017 10:04 AM, Zbigniew Jędrzejewski-Szmek wrote: >> On Fri, May 19, 2017 at 11:48:37AM -0400, Matthew Miller wrote: >>> On Fri, May 19, 2017 at 11:44:57AM -0400, Matthew Miller wrote: See https://bugzilla.redhat.com/show_bug.cgi?id=1234930

Re: dnf bodhi plugin

2017-05-19 Thread Kevin Fenzi
On 05/19/2017 10:04 AM, Zbigniew Jędrzejewski-Szmek wrote: > On Fri, May 19, 2017 at 11:48:37AM -0400, Matthew Miller wrote: >> On Fri, May 19, 2017 at 11:44:57AM -0400, Matthew Miller wrote: >>> See https://bugzilla.redhat.com/show_bug.cgi?id=1234930 >>> >>> It's my understanding this functioanlit

Re: dnf bodhi plugin

2017-05-19 Thread James Hogarth
On 19 May 2017 at 16:48, Matthew Miller wrote: > On Fri, May 19, 2017 at 11:44:57AM -0400, Matthew Miller wrote: >> See https://bugzilla.redhat.com/show_bug.cgi?id=1234930 >> >> It's my understanding this functioanlity is already being worked on in >> DNF 2.0, to match the yum functionality of "su

Re: dnf bodhi plugin

2017-05-19 Thread Zbigniew Jędrzejewski-Szmek
On Fri, May 19, 2017 at 11:48:37AM -0400, Matthew Miller wrote: > On Fri, May 19, 2017 at 11:44:57AM -0400, Matthew Miller wrote: > > See https://bugzilla.redhat.com/show_bug.cgi?id=1234930 > > > > It's my understanding this functioanlity is already being worked on in > > DNF 2.0, to match the yum

Re: dnf bodhi plugin

2017-05-19 Thread Matthew Miller
On Fri, May 19, 2017 at 11:44:57AM -0400, Matthew Miller wrote: > See https://bugzilla.redhat.com/show_bug.cgi?id=1234930 > > It's my understanding this functioanlity is already being worked on in > DNF 2.0, to match the yum functionality of "sudo yum upgrade > --advisory FEDORA-2017-30604deb62"

Re: dnf bodhi plugin

2017-05-19 Thread Matthew Miller
On Fri, May 19, 2017 at 10:20:53AM -0400, Randy Barlow wrote: > I had an idea for a summer internship project, but I wanted to ask my > fellow Fedora devs if something like this already exists so it doesn't > get created as a duplicate project. > > The idea is to create a dnf plugin that would all

Re: dnf bodhi plugin

2017-05-19 Thread Randy Barlow
On Fri, 2017-05-19 at 15:34 +0100, Sérgio Basto wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1234930#c18 > > claims that dnf equivalent of “yum update --security” is available in > dnf 2.something  > > also  > https://unix.stackexchange.com/questions/221983/dnf-equivalent-of-yum > -update

Re: dnf bodhi plugin

2017-05-19 Thread Sérgio Basto
On Fri, 2017-05-19 at 10:20 -0400, Randy Barlow wrote: > Hello! > > I had an idea for a summer internship project, but I wanted to ask my > fellow Fedora devs if something like this already exists so it > doesn't > get created as a duplicate project. > > The idea is to create a dnf plugin that wo