PoolFileOverwriteError raised by publish-ftpmaster.py
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Critical
|
Unassigned |
Bug Description
OOPS-01a0d89ea9b682cce23e596c7cfed0f7
Traceback (most recent call last):
Module lp.soyuz.
pub_
Module lp.soyuz.
component, source, filename, sha1, filealias)
Module lp.archivepubli
return entry.addFile(
Module lp.archivepubli
self.
PoolFileOverwri
path: /srv/launchpad.
script_name: processaccepted
tags: | added: soyuz-publish |
Hello teError in the publish- ftpmaster. py script occurs when there’s an attempt to overwrite a file in the pool directory with a different file, indicated by mismatched SHA1 checksums. This usually happens when an existing package version is re-uploaded with modified contents. To resolve this, ensure that uploaded files have unique versions or verify the SHA1 of the uploaded file matches the current pool file to avoid unintentional overwrites.
The PoolFileOverwri