reno/releasenotes/notes/avoid-clashing-uids-e84ffe8132ce996d.yaml
Doug Hellmann 8b1a3c6527 do not allow multiple files with the same UID
Prevent someone from adding multiple files with the same UID in the same
commit. Ignore any existing commits with the problem as long as there
was a later commit to delete the files.

Closes-Bug: #1688042
Change-Id: Id62361f3aba195417b369293e411c36172d27229
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-05-03 13:49:48 -04:00

8 lines
317 B
YAML

---
fixes:
- |
Fix a problem caused by failing to process multiple files with the
same UID portion of the filename. Ignore existing cases as long as
there is a corrective patch to remove them. Prevent new cases from
being introduced. See https://bugs.launchpad.net/reno/+bug/1688042
for details.