Eventually the async apt-check is to avoid stalling humans, and there it
makes total sense.
We could think to do something like
function checkit {
*code of the check*
}
if [[ $- == *i* ]];
then
checkit &
else
checkit
fi
That would cause the check to be synchronous (as it was in the past),
but only if it is a non interactive environment read "nobody directly
cares about the sync delay"
Scott, let me know if you - as discussed on IRC in 2016 - could test a
deb with that approach that I'd build for you.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1527710
Title:
apt-get update triggers asynchronous task
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1527710/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs