UCS 4.2-2 release notes are needed. The 4.2-1 YAML files should be included.
done, merged everything from ucs-4.2-1/doc/errata/published/*.yaml into the changelog
r82647 ix some typos, remove duplicate entry
Check duplicate bugs: grep --only -P '(?<=(u:bug|u:cve)>)[^<]+(?=</\1>)' changelog-4.2-2.xml|sort|uniq -d Check missing bugs: grep --only -P '(?<=(u:bug|u:cve)>)[^<]+(?=</\1>)' changelog-4.2-2.xml|sort -u >/tmp/found python -c 'import yaml,glob;print "\n".join(str(i) for b in [yaml.load(open(f)) for f in glob.glob("*.yaml")] for i in b["bug"]+[c[4:] for c in b.get("cve",[])])'|sort -u >/tmp/expected diff -y --suppress-common-lines /tmp/expected /tmp/found > 2017-2619 OK: 2017-07-05-samba.yaml did not mention it as CVE > 29393 OK: Only mentioned in description > 44240 OK: TM 4.2-2 45025 < FIXED: added to Bug #45031 > 45280 OK: TM 4.2-2 > 45307 OK: Included in ucs4.2-2, but will be errata4.2-2 > 45321 OK: TM 4.2-2 r82690 | Bug #45270 QA: UCS_4.2-2 Release notes OK: <http://jenkins.knut.univention.de:8080/job/UCS-4.2/job/UCS-4.2-2/job/ReleaseNotes/lastSuccessfulBuild/artifact/webroot/>