8b1a3c6527
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>
8 lines
317 B
YAML
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. |