debops / ansible-apt

Configure and manage APT Package Manager
GNU General Public License v3.0
10 stars 15 forks source link

Use backported `irqbalance` on Debian Jessie. #58

Closed ypid closed 8 years ago

drybjed commented 8 years ago

@ypid OK, I suppose that your solution should be fine for now. For me the reasons for getting packages from newer release in both cases sound similar but I suppose we can do it like this for now. Maybe debops.apt_preferences could support a list of reasons instead of just one in the future to handle cases like this.

drybjed commented 8 years ago

@ypid NB. Another case of crazy merging... I suppose that you create separate branches from one commit and then each one in its own pull request... I then merge them using the commands that GitHub presents me with, do you think that a different strategy needs to be done? Not sure how GitHub flow is expected to work with signed commits, and I think that rebasing the commits destroys the signature validity?

ypid commented 8 years ago

I think that rebasing the commits destroys the signature validity?

That is correct. Not quite sure what has gone wrong. Normal merging should be fine.

Maybe debops.apt_preferences could support a list of reasons instead of just one in the future to handle cases like this.

That would also be nice :)