Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8
提交
97f7314b
D
dragonwell8
项目概览
openanolis
/
dragonwell8
通知
5
Star
3
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
97f7314b
编写于
9月 13, 2013
作者:
M
mduigou
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
8024201: Update bugdatabase url
Reviewed-by: wetmore
上级
8521e485
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
6 addition
and
6 deletion
+6
-6
make/scripts/webrev.ksh
make/scripts/webrev.ksh
+6
-6
未找到文件。
make/scripts/webrev.ksh
浏览文件 @
97f7314b
...
...
@@ -27,7 +27,7 @@
# Documentation is available via 'webrev -h'.
#
WEBREV_UPDATED
=
24.
0-hg+jbs
WEBREV_UPDATED
=
24.
1-hg+openjdk.java.net
HTML
=
'<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
...
...
@@ -230,7 +230,7 @@ strip_unchanged()
# $ sdiff_to_html old/usr/src/tools/scripts/webrev.sh \
# new/usr/src/tools/scripts/webrev.sh \
# webrev.sh usr/src/tools/scripts \
# '<a href="https://
jbs.oracle.com/bugs
/browse/JDK-1234567">
# '<a href="https://
bugs.openjdk.java.net
/browse/JDK-1234567">
# JDK-1234567</a> my bugid' > <file>.html
#
# framed_sdiff() is then called which creates $2.frames.html
...
...
@@ -1476,7 +1476,7 @@ function treestatus
# The first and last are simple addition while the middle one
# is a move/rename or a copy. We can't distinguish from a rename vs a copy
# without also getting the status of removed files. The middle case above
# is a rename if File4 is also shown a being removed. If File4 is not a
# is a rename if File4 is also shown a being removed. If File4 is not a
# removed file, then the middle case is a copy from File4 to subdir/File4
# FIXME - we're not distinguishing copy from rename
$HGCMD
-aC
|
$FILTER
|
while
read
LINE
;
do
...
...
@@ -1644,7 +1644,7 @@ function flist_from_mercurial
# The first and last are simple addition while the middle one
# is a move/rename or a copy. We can't distinguish from a rename vs a copy
# without also getting the status of removed files. The middle case above
# is a rename if File4 is also shown a being removed. If File4 is not a
# is a rename if File4 is also shown a being removed. If File4 is not a
# removed file, then the middle case is a copy from File4 to subdir/File4
# FIXME - we're not distinguishing copy from rename
...
...
@@ -2529,7 +2529,7 @@ print " Output to: $WDIR"
# Bug IDs will be replaced by a URL. Order of precedence
# is: default location, $WEBREV_BUGURL, the -O flag.
#
BUGURL
=
'https://
jbs.oracle.com/bugs
/browse/'
BUGURL
=
'https://
bugs.openjdk.java.net
/browse/'
[[
-n
$WEBREV_BUGURL
]]
&&
BUGURL
=
"
$WEBREV_BUGURL
"
if
[[
-n
"
$Oflag
"
]]
;
then
CRID
=
`
echo
$CRID
|
sed
-e
's/JDK-//'
`
...
...
@@ -3056,7 +3056,7 @@ if [[ -n $CRID ]]; then
for
id
in
$CRID
do
if
[[
-z
"
$Oflag
"
]]
;
then
#add "JDK-" to raw bug id for
jbs
links.
#add "JDK-" to raw bug id for
openjdk.java.net
links.
id
=
`
echo
${
id
}
|
sed
's/^\([0-9]\{5,\}\)$/JDK-\1/'
`
fi
print
"<tr><th>Bug id:</th><td>"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录