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
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
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
- 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:
> >
>
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
- 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
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-
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
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.