Code review comment for lp:~javier.collado/utah/iso_validation_files_list

Revision history for this message
Javier Collado (javier.collado) wrote :

Thanks for finding that bug. It was introduced when I decided to use a set with
all the file names in the image to match the ones in the `.list` file
(previously the file name was looked up using a string search in the whole
`bsdtar`). Using `os.path.normpath` as explained in the commit message works
fine (tested with desktop/server i386/amd64 images).

review: Needs Resubmitting

« Back to merge proposal