~paelzer/ubuntu/+source/irqbalance:merge-artful

Last commit made on 2017-08-24
Get this branch:
git clone -b merge-artful https://git.launchpad.net/~paelzer/ubuntu/+source/irqbalance
Only Christian Ehrhardt  can upload to this branch. If you are Christian Ehrhardt  please log in for upload directions.

Branch merges

Branch information

Name:
merge-artful
Repository:
lp:~paelzer/ubuntu/+source/irqbalance

Recent commits

7228a11... by Christian Ehrhardt 

changelog: clarify upstart drop

Clarify on:
- This change is remaining
- Files affected
- conffile handling

Signed-off-by: Christian Ehrhardt <email address hidden>

1e4bc3e... by Christian Ehrhardt 

changelog: Drop both old container workarounds

As discussed on the MP we can drop the sysv init script delta as it is
not used anymore with the service file in place.

The delta and it's revert will squash to nothing on building logical
next time.
Also since the remaining Delta to do the same in systemd is upstream
this likely can become a sync.

This commit is updating the changelog accordingly to mention the drop
and since we now drop all old delta we don't need two lines for that.

Signed-off-by: Christian Ehrhardt <email address hidden>

5d9cff5... by Christian Ehrhardt 

Revert "Do not start when inside a container (LP: #1454273) - sysv"

This reverts commit 39dcd6071d4aaff264cc46a87d2f023a3fd8b64d.

b28ffb0... by Christian Ehrhardt 

update-maintainer

2317e14... by Christian Ehrhardt 

reconstruct-changelog

Signed-off-by: Christian Ehrhardt <email address hidden>

ebbf11e... by Christian Ehrhardt 

merge-changelogs

a4d04a1... by Christian Ehrhardt 

Do not start when inside a container (LP 1454273) for systemd

Signed-off-by: Christian Ehrhardt <email address hidden>

a8f2e2f... by Christian Ehrhardt 

Drop upstart system jobs.

Note: this logically "consumed" the former change:
- Do not start when inside a container (LP: #1454273) - upstart

This is driven as a global changeset by xnox.
Debian will get a mass package bug via DD's to remove the base file to
eventually drop that Delta for us.

[17:05] <cpaelzer> xnox: I saw you dropping upstart jobs from irqbalance
[17:06] <cpaelzer> xnox: I might remeber wrong but those jobswere no
delta but in Debian right?
[17:06] <cpaelzer> xnox: and if so would there be any pain to leave them
as is - it now has a native systemd service anyway
[17:06] <cpaelzer> xnox: so whats the purpose on actively dropping
those?
[17:06] <xnox> cpaelzer, yes there is pain.
[17:07] <cpaelzer> any bug or other explanation I could refer to when
understanding :-) ?
[17:09] <xnox> package size, image size, install size, conffile checks
in dpkg on every upgrade, longer build times, larger maintainer scripts,
larger backups, larger etckeeper, larger and longer 'grep -r /etc'
[17:09] <xnox> cpaelzer, they are small, but it is a lot times 10,000
containers
[17:10] <xnox> i'm aiming to have /etc/init gone from artful lxd
cotnainer and I am 3 packages away from achieving that
[17:10] <cpaelzer> xnox: ok, no offense please just wanted to understand
:-)
[17:10] <cpaelzer> now I see your point thanks
[17:10] <cpaelzer> did you submit the drop as request to Debian?
[17:11] <xnox> cpaelzer, not yet, but i will do a mass bug file in
debian with dd-list
[17:11] <cpaelzer> ok thanks
[17:11] <xnox> at the moment i want to clear lxd default container by
feature freeze, then proceed with debian mass bug file

Signed-off-by: Christian Ehrhardt <email address hidden>

39dcd60... by Christian Ehrhardt 

Do not start when inside a container (LP: #1454273) - sysv

Signed-off-by: Christian Ehrhardt <email address hidden>

29f3309... by Laurent Bigonville

Import patches-unapplied version 1.1.0-2.3 to debian/sid

Imported using usd-importer.

Publish parent: 3a30d4aba4d4ab408bf4ea213bd357cd2359a291

New changelog entries:
  * Non-maintainer upload.
  * Fix the the reinstallation of the package if was removed but not purged,
    in that case the preinst script is called with the both the "install" and
    version parameter, we should consider this as an upgrade (Closes: #857173)