# now run apt-xapian-index if it is installed to ensure the index
# is up-to-date
if [ -x /usr/sbin/update-apt-xapian-index ]; then
- if [ "$(dpkg --print-architecture)" = "armel" ]; then
- xapian_extra_args='-u'
- fi
- nice ionice -c3 update-apt-xapian-index -q $xapian_extra_args
+ nice ionice -c3 update-apt-xapian-index -q -u
fi
else
debug_echo "download updated metadata (error)"
-- Michael Vogt <mvo@debian.org> Wed, 14 Sep 2011 21:06:51 +0200
-apt (0.8.16~exp5ubuntu14.2) UNRELEASED; urgency=low
+apt (0.8.16~exp5ubuntu14.2.1) UNRELEASED; urgency=low
[ Daniel Hahler ]
* doc/apt-key.8.xml: Ubuntu specific documentation changes (LP: #445903)
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 20 Oct 2011 10:58:20 +0200
+apt (0.8.16~exp5ubuntu14.2) precise; urgency=low
+
+ * Call update-apt-xapian-index with -u on all arches in
+ cron.daily to make it behave slightly more pleasantly.
+
+ -- Adam Conrad <adconrad@ubuntu.com> Mon, 09 Jan 2012 07:41:03 -0700
+
apt (0.8.16~exp5ubuntu14.1) precise; urgency=low
* apt-pkg/edsp.cc: