Bug 27444 - RegExp für ChangeLog passt nicht mehr auf Ticket-Nummern
RegExp für ChangeLog passt nicht mehr auf Ticket-Nummern
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: ucslint
UCS 3.0
All Linux
: P5 minor (vote)
: UCS 3.1
Assigned To: Philipp Hahn
Lukas Walter
: interim-2
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-06-05 09:43 CEST by Philipp Hahn
Modified: 2012-12-12 21:08 CET (History)
2 users (show)

See Also:
What kind of report is it?: ---
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): Cleanup
Max CVSS v3 score:
hahn: Patch_Available+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Hahn univentionstaff 2012-06-05 09:43:20 CEST
Durch Bug #19251 wurde das Format der Ticket-Id geändert, weshalb ucslint die jetzt nicht mehr erkennt und als Warning moniert:

/usr/share/pyshared/univention/ucslint/0007-Changelog.py:44
-REticket = re.compile('(Bug:? #[0-9]{1,6}|Ticket(#: |:? #)2[0-9]{3}(0[1-9]|1[0-2])(0[1-9]|[12][0-9]|3[01])1[0-9]{7})([^0-9]|$)')
+REticket = re.compile('(Bug:? #[0-9]{1,6}|Ticket(#: |:? #)2[0-9]{3}(0[1-9]|1[0-2])(0[1-9]|[12][0-9]|3[01])21[0-9]{6})([^0-9]|$)')
Comment 1 Philipp Hahn univentionstaff 2012-07-20 20:01:57 CEST
Angepasst.
svn34330, ucslint_3.0.0-1
Comment 2 Lukas Walter univentionstaff 2012-10-15 15:33:19 CEST
Jetzt werden sowohl die alten als auch die neuen Ticket IDs akzeptiert.

Changelogeintrag vorhanden,
Verified.
Comment 3 Stefan Gohmann univentionstaff 2012-12-12 21:08:57 CET
UCS 3.1-0 has been released: 
 http://forum.univention.de/viewtopic.php?f=54&t=2125

If this error occurs again, please use "Clone This Bug".