]> git.decadent.org.uk Git - dak.git/commit
dak/process_policy.py: don't try to copy files to accepted twice
authorAnsgar Burchardt <ansgar@debian.org>
Sat, 17 Nov 2012 15:39:53 +0000 (16:39 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Sat, 17 Nov 2012 15:39:53 +0000 (16:39 +0100)
commit354d46ad379c4c4e167d0fa7cdf7f9c34f3afbcd
tree3445f164d07b9412b9a1a8925cd93802a88a43c7
parent76bcea909c8a45646123385d82793e8d00ba87b7
dak/process_policy.py: don't try to copy files to accepted twice

We might already have copied files to accepted before, for example when
accepting multiple uploads that use the same upstream tarball. So we
have to ignore existing files here.
dak/process_policy.py