Open renishmatta opened 10 years ago
Noticing the same thing with a few other packages (e.g. cobbler, phabricator).
Here's how to reproduce it:
rpm_id
in the URL by 1. Check if you see a page for the same package that displays the correct "Files" tab.I remember you showing me this bug James. This is likely an issue with repotools. Alex has already noticed a similar issue with the database update/repopulate script when it adds the list of files of an rpm to the database: the names of the files are passed to a bash command with no escaping; in other words, if an rpm contains a file called changelog (current).txt
, the script attempts to run ./some_command.sh changelog (current.txt)
and fails due to a bash syntax error.
This isn't exactly the same issue mentioned here but I wouldn't be surprised if it's related.
Yeah, I suspect the problem is on the database population side. I notice some interesting comments about a disabled MySQL error check in the file_info
loop of populatedb.py
.
It appears that there is a bug where the Files tab is copying the Sources tab for its list of files. What's even more mysterious though is that there appears to be two different entries for the same package in the database: