Comment 0 for bug 595957

Revision history for this message
Michael Nelson (michael.nelson) wrote :

It looks like the code in:

lp.archiveuploader.dscfile.DSCFile.unpackAndCheckSource() calls findAndMoveChangelog() to move the changelog from the temp directory into the *current working directory*.

Looking at the code, it looks like it is done simply to check that it can be successfully copied (as a check), but it fails for source package recipe builds.

If this is the case, then it should be instead testing the move to *another* tmp directory.