8024201: Update bugdatabase url

Fri, 13 Sep 2013 12:06:53 -0700

author
mduigou
date
Fri, 13 Sep 2013 12:06:53 -0700
changeset 792
67f64101616e
parent 791
73355c4c1bc8
child 793
4bf059350c51

8024201: Update bugdatabase url
Reviewed-by: wetmore

make/scripts/webrev.ksh file | annotate | diff | comparison | revisions
     1.1 --- a/make/scripts/webrev.ksh	Fri Sep 06 14:15:02 2013 -0700
     1.2 +++ b/make/scripts/webrev.ksh	Fri Sep 13 12:06:53 2013 -0700
     1.3 @@ -27,7 +27,7 @@
     1.4  # Documentation is available via 'webrev -h'.
     1.5  #
     1.6  
     1.7 -WEBREV_UPDATED=24.0-hg+jbs
     1.8 +WEBREV_UPDATED=24.1-hg+openjdk.java.net
     1.9  
    1.10  HTML='<?xml version="1.0"?>
    1.11  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    1.12 @@ -230,7 +230,7 @@
    1.13  #   $ sdiff_to_html old/usr/src/tools/scripts/webrev.sh \
    1.14  #         new/usr/src/tools/scripts/webrev.sh \
    1.15  #         webrev.sh usr/src/tools/scripts \
    1.16 -#         '<a href="https://jbs.oracle.com/bugs/browse/JDK-1234567">
    1.17 +#         '<a href="https://bugs.openjdk.java.net/browse/JDK-1234567">
    1.18  #          JDK-1234567</a> my bugid' > <file>.html
    1.19  #
    1.20  # framed_sdiff() is then called which creates $2.frames.html
    1.21 @@ -1476,7 +1476,7 @@
    1.22      # The first and last are simple addition while the middle one
    1.23      # is a move/rename or a copy.  We can't distinguish from a rename vs a copy
    1.24      # without also getting the status of removed files.  The middle case above
    1.25 -    # is a rename if File4 is also shown a being removed.  If File4 is not a 
    1.26 +    # is a rename if File4 is also shown a being removed.  If File4 is not a
    1.27      # removed file, then the middle case is a copy from File4 to subdir/File4
    1.28      # FIXME - we're not distinguishing copy from rename
    1.29      $HGCMD -aC | $FILTER | while read LINE; do
    1.30 @@ -1644,7 +1644,7 @@
    1.31          # The first and last are simple addition while the middle one
    1.32          # is a move/rename or a copy.  We can't distinguish from a rename vs a copy
    1.33          # without also getting the status of removed files.  The middle case above
    1.34 -        # is a rename if File4 is also shown a being removed.  If File4 is not a 
    1.35 +        # is a rename if File4 is also shown a being removed.  If File4 is not a
    1.36          # removed file, then the middle case is a copy from File4 to subdir/File4
    1.37          # FIXME - we're not distinguishing copy from rename
    1.38  
    1.39 @@ -2529,7 +2529,7 @@
    1.40  #    Bug IDs will be replaced by a URL.  Order of precedence
    1.41  #    is: default location, $WEBREV_BUGURL, the -O flag.
    1.42  #
    1.43 -BUGURL='https://jbs.oracle.com/bugs/browse/'
    1.44 +BUGURL='https://bugs.openjdk.java.net/browse/'
    1.45  [[ -n $WEBREV_BUGURL ]] && BUGURL="$WEBREV_BUGURL"
    1.46  if [[ -n "$Oflag" ]]; then
    1.47      CRID=`echo $CRID | sed -e 's/JDK-//'`
    1.48 @@ -3056,7 +3056,7 @@
    1.49      for id in $CRID
    1.50      do
    1.51          if [[ -z "$Oflag" ]]; then
    1.52 -            #add "JDK-" to raw bug id for jbs links.
    1.53 +            #add "JDK-" to raw bug id for openjdk.java.net links.
    1.54              id=`echo ${id} | sed 's/^\([0-9]\{5,\}\)$/JDK-\1/'`
    1.55          fi
    1.56          print "<tr><th>Bug id:</th><td>"

mercurial