xsuchy / rpmconf

Tool to handle rpmnew and rpmsave files
44 stars 19 forks source link

RFE - integrate with dnf #16

Closed ignatenkobrain closed 9 years ago

ignatenkobrain commented 9 years ago

I think would be good if we will have automatically running rpmconf when updating packages in dnf.

Because rpmconf now written on python we can easily write some code and write plugin for dnf which will handle transactions

ignatenkobrain commented 9 years ago

We have set up new dnf plugins repo for all plugins which requires other utilities (blogpost is coming) https://github.com/rpm-software-management/dnf-plugins-extras

Let's write plugin =)

ignatenkobrain commented 9 years ago

First, we need to make rpmconf reusable via python

ignatenkobrain commented 9 years ago

@xsuchy I need your assistance with rel-eng scripts and with some documentation ;)

xsuchy commented 9 years ago

Good work. I like it. However please preserve rpmconf-base owning just that one directory. I have some plans for that.

ignatenkobrain commented 9 years ago

For what? Plugins?

On Wed, Jan 7, 2015 at 4:07 AM, Miroslav Suchý notifications@github.com wrote:

Good work. I like it. However please preserve rpmconf-base owning just that one directory. I have some plans for that.

— Reply to this email directly or view it on GitHub https://github.com/xsuchy/rpmconf/issues/16#issuecomment-68963543.

-Igor Gnatenko

xsuchy commented 9 years ago

For what? Plugins?

for framework, which allows update package data. e.g. upgrade db schema. I have student who is working on that as his bachelor thesis.

ignatenkobrain commented 9 years ago

I've sent pull request with this directory

On Thu, Jan 8, 2015 at 10:42 AM, Miroslav Suchý notifications@github.com wrote:

For what? Plugins?

for framework, which allows update package data. e.g. upgrade db schema. I have student who is working on that as his bachelor thesis.

— Reply to this email directly or view it on GitHub https://github.com/xsuchy/rpmconf/issues/16#issuecomment-69146024.

-Igor Gnatenko