Re: Changelog between OS states (ie: VMs)

2018-01-10 Thread Martin Langhoff
On Tue, Jan 9, 2018 at 12:43 PM, Adam Williamson wrote: > https://pagure.io/compose-utils > > that may be of interest to the original poster. Bingo. https://pagure.io/compose-utils/blob/master/f/compose_utils/changelog.py thank you! martin -- martin.langh...@gmail.com - ask interesting que

Re: Changelog between OS states (ie: VMs)

2018-01-09 Thread Adam Williamson
On Tue, 2018-01-09 at 11:13 +, Richard W.M. Jones wrote: > On Mon, Jan 08, 2018 at 12:59:20PM -0500, Martin Langhoff wrote: > > I have two VMs, or OS states I can `rpm -qa` on. Is there a script to > > diff the output of the two listings, and then query the package > > changelogs to generate an

Re: Changelog between OS states (ie: VMs)

2018-01-09 Thread Richard W.M. Jones
On Mon, Jan 08, 2018 at 12:59:20PM -0500, Martin Langhoff wrote: > I have two VMs, or OS states I can `rpm -qa` on. Is there a script to > diff the output of the two listings, and then query the package > changelogs to generate an overall OS-wide changelog? > > Use case: I generated an F26 OVA ima

Re: Changelog between OS states (ie: VMs)

2018-01-08 Thread Jonathan Lebon
- Original Message - > On Mon, Jan 8, 2018 at 2:52 PM, Jonathan Lebon wrote: > > Interestingly, these are both things that Atomic Host make > > easier to query. > > > > E.g. if both VMs are on AH but sitting on different commits, > > you can pull the commit on one of the two and do: > > >

Re: Changelog between OS states (ie: VMs)

2018-01-08 Thread Martin Langhoff
On Mon, Jan 8, 2018 at 2:52 PM, Jonathan Lebon wrote: > Interestingly, these are both things that Atomic Host make > easier to query. > > E.g. if both VMs are on AH but sitting on different commits, > you can pull the commit on one of the two and do: > > $ rpm-ostree db diff COMMIT1 COMMIT2 o

Re: Changelog between OS states (ie: VMs)

2018-01-08 Thread Jonathan Lebon
- Original Message - > On Mon, Jan 8, 2018 at 1:19 PM, Nico Kadel-Garcia wrote: > I fully agree wrt configuration changes. I am scoping my interest > exclusively to rpms. > > A bit like saying "I run yum/dnf update on an OS, what bugfixes are > landing/have landed?" Interestingly, these

Re: Changelog between OS states (ie: VMs)

2018-01-08 Thread Martin Langhoff
On Mon, Jan 8, 2018 at 1:19 PM, Nico Kadel-Garcia wrote: > On Mon, Jan 8, 2018 at 12:59 PM, Martin Langhoff > wrote: >> I have two VMs, or OS states I can `rpm -qa` on. Is there a script to >> diff the output of the two listings, and then query the package >> changelogs to generate an overall OS-

Re: Changelog between OS states (ie: VMs)

2018-01-08 Thread Nico Kadel-Garcia
On Mon, Jan 8, 2018 at 12:59 PM, Martin Langhoff wrote: > I have two VMs, or OS states I can `rpm -qa` on. Is there a script to > diff the output of the two listings, and then query the package > changelogs to generate an overall OS-wide changelog? This is so sensitive to individual environment r

Changelog between OS states (ie: VMs)

2018-01-08 Thread Martin Langhoff
I have two VMs, or OS states I can `rpm -qa` on. Is there a script to diff the output of the two listings, and then query the package changelogs to generate an overall OS-wide changelog? Use case: I generated an F26 OVA image using imagefactory 30 days ago, then I generated a new F26 image today.