On Thu, May 20, 2010 at 6:25 AM, Thomas Bächler <thomas@archlinux.org> wrote:
Am 20.05.2010 13:20, schrieb Allan McRae:
Scan complete for extra (x86_64) at /srv/ftp/extra/os/x86_64 The following files are missing in the repo %FILENAME%
Looks like a broken database entry. But the output doesn't tell us where exactly it was.
Did this happen more than once?
Only the once. The previous run of the clean-up script ran fine. There were no commits between them... so I guess this is caused by a package moving from someones staging dir in that timeframe.
This is where the file name comes from:
filename=$(grep -A1 '^%FILENAME%$' "${pkg}/desc" | tail -n1)
This would mean that the last line of the 'desc' file is %FILENAME% with no file name following it. I checked the extra x86_64 db, and there is no such entry. *shrugs*
Maybe it's in package-cleanup now?