]> git.saurik.com Git - apt.git/commit
eipp: avoid producing file warnings in simulation
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 27 Jul 2016 15:58:51 +0000 (17:58 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 27 Jul 2016 15:58:51 +0000 (17:58 +0200)
commit4a97f759cd98f3b2518726b348d1b981e8a8e1d6
treee541fc580950987ff6d4a075ed87c768e37378d9
parent0e071dfe205ad21d8b929b4bb8164b008dc7c474
eipp: avoid producing file warnings in simulation

Simulations are frequently run by unprivileged users which naturally
don't have the permissions to write to the default location for the eipp
file. Either way is bad as running in simulation mode doesn't mean we
don't want to run the logging (as EIPP runs the same regardless of
simulation or 'real' run), but showing the warnings is relatively
pointless in the default setup, so, in case we would produce errors and
perform a simulation we will discard the warnings and carry on.

Running apt with an external planner wouldn't have generated these
messages btw.

Closes: 832614
apt-pkg/edsp.cc