X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=bin%2Fbugzilla_mesa.sh;h=9095bc9deeae2f1509407b6b90ef1b2060877ba7;hb=04e0ac59b14fa0ecb874c10681acf316f633253d;hp=49b9ce9c7586db95bffa96327e0312a0f9c9978d;hpb=f35f8464ecf35de769629d316db620472a92f995;p=mesa.git diff --git a/bin/bugzilla_mesa.sh b/bin/bugzilla_mesa.sh index 49b9ce9c758..9095bc9deea 100755 --- a/bin/bugzilla_mesa.sh +++ b/bin/bugzilla_mesa.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # This script is used to generate the list of fixed bugs that # appears in the release notes files, with HTML formatting. @@ -11,8 +11,6 @@ # $ bin/bugzilla_mesa.sh mesa-9.0.2..mesa-9.0.3 # $ bin/bugzilla_mesa.sh mesa-9.0.2..mesa-9.0.3 > bugfixes # $ bin/bugzilla_mesa.sh mesa-9.0.2..mesa-9.0.3 | tee bugfixes -# $ DRYRUN=yes bin/bugzilla_mesa.sh mesa-9.0.2..mesa-9.0.3 -# $ DRYRUN=yes bin/bugzilla_mesa.sh mesa-9.0.2..mesa-9.0.3 | wc -l # regex pattern: trim before bug number @@ -21,29 +19,17 @@ trim_before='s/.*show_bug.cgi?id=\([0-9]*\).*/\1/' # regex pattern: reconstruct the url use_after='s,^,https://bugs.freedesktop.org/show_bug.cgi?id=,' -# extract fdo urls from commit log -urls=$(git log $* | grep 'bugs.freedesktop.org/show_bug' | sed -e $trim_before | sort -n -u | sed -e $use_after) - -# if DRYRUN is set to "yes", simply print the URLs and don't fetch the -# details from fdo bugzilla. -#DRYRUN=yes +echo "