summaryrefslogtreecommitdiff
path: root/bin/bugzilla_mesa.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-03-10bin/bugzilla_mesa.sh: rework the looping methodEmil Velikov1-26/+12
We don't use DRYRUN (and no others scripts have one) so just drop it. This allows us to rework the loop to the more commonly used "git .... | while read foo; do ... done" That in itself gets rid of the only remaining bashism and we can toggle the shebang to /bin/sh. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
2016-07-07bugzilla_mesa.sh: Drop "Bug " from sed commandEmil Velikov1-1/+1
After a recent Bugzilla update the word is no longer in the title. Thus the script ended up producing bogus HTML. Cc: "11.2 12.0" <mesa-stable@lists.freedesktop.org> Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2015-07-13bugzilla_mesa.sh: sort the bugs list by numberEmil Velikov1-8/+5
v2: Use change sed/sort based on Ilia's suggestion. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2013-05-01mesa: Add a script to generate the list of fixed bugsAndreas Boll1-0/+52
This list appears in the fixed bugs section of the release notes. v2: Add usage examples NOTE: This is a candidate for the stable branches.