Bug 45270 - UCS 4.2-2 Release notes
Summary: UCS 4.2-2 Release notes
Status: CLOSED FIXED
Alias: None
Product: UCS manual
Classification: Unclassified
Component: Release Notes
Version: unspecified
Hardware: Other Linux
: P5 normal
Target Milestone: UCS 4.2-2
Assignee: Felix Botner
QA Contact: Philipp Hahn
URL:
Keywords:
Depends on:
Blocks: 45275
  Show dependency treegraph
 
Reported: 2017-08-29 09:28 CEST by Erik Damrose
Modified: 2017-09-05 17:36 CEST (History)
0 users

See Also:
What kind of report is it?: Release Management
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Customer ID:
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Damrose univentionstaff 2017-08-29 09:28:31 CEST
UCS 4.2-2 release notes are needed. The 4.2-1 YAML files should be included.
Comment 1 Felix Botner univentionstaff 2017-09-04 13:15:08 CEST
done, 
merged everything from ucs-4.2-1/doc/errata/published/*.yaml into the changelog
Comment 2 Erik Damrose univentionstaff 2017-09-04 20:47:38 CEST
r82647 ix some typos, remove duplicate entry
Comment 3 Philipp Hahn univentionstaff 2017-09-05 15:55:08 CEST
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/>