On Wed, Jul 23, 2008 at 3:01 AM, Miklos Vajna <vmiklos@frugalware.org> wrote:
On Tue, Jul 22, 2008 at 08:01:59PM -0500, Dan McGee <dpmcgee@gmail.com> wrote:
# get setup correct sudo rm /var/lib/pacman/sync/{community,extra,pacman-git,testing,unstable}/.lastupdate
Ouch, this is ugly. Why not using -Syy?
Are you really critiquing a bisect script? I don't know why I'm giving the time of day to this, but I'll bite. This script was designed to find the problem that occurred *only* on -Syu and not -Su. Thus, a -Syy followed by and -Syu (which would update zero databases) would not trigger the problem. commit f671147282e0f5c6a2e05c8cb7a0d5b72ef8cb61 Author: Xavier Chantry <shiningxc@gmail.com> Date: Mon May 12 18:56:14 2008 -0500 Fix rewinddir regression by cleaning up db_scan Commit 046003844739416ff6d168dd2dec76490adb0727 caused a regression when rereading the pkgcache after updating the on-disk databases. A rewinddir call was errantly removed. -Dan