https://bugzilla.wikimedia.org/show_bug.cgi?id=49808
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|[email protected]. |[email protected] |org | --- Comment #1 from Antoine "hashar" Musso <[email protected]> --- The last build of mwext-Parsoid-jslint has been completed on June 17th 22:58:27 UTC. That points to a Zuul configuration change https://gerrit.wikimedia.org/r/#/c/69260/ merged a minute before. The regex has been changed: - - '^.*\.js$' + - '\.(js|json|jshint.*)$' The reason is Zuul use re.match() which look for a match at the beginning of the string (this is different from re.search() that looks anywhere: http://docs.python.org/2/library/re.html#search-vs-match ). Thus the regex would match a file named .js .json or .jshint* , not the expectation. I am reverting the patch and will submit a new regex. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
