提交 a8324332 编写于 作者: S Shaoqi Bai

Add new mit/krb5/1.6.2+vmware ivy.xml and bump third-party/ext from 3.4 to 3.5

- Treated REVISION an ordinary string. REVISION for the newly added
  1.6.2+vmware.1 has a dot that need to be treated as a ordinary string,
  or else can not match
Authored-by: NShaoqi Bai <bshaoqi@vmware.com>
上级 3ca74bc2
......@@ -22,7 +22,7 @@ if [ ! -d "${EXT_DIRECTORY}" ]; then
fi
while read line; do
if [[ $line =~ .*"${BUILD_STAGE}->"* && $line =~ ${REVISION} && $line =~ ${MODULE} && $line =~ ${ORG} ]]; then
if [[ $line =~ .*"${BUILD_STAGE}->"* && $line =~ "${REVISION}" && $line =~ ${MODULE} && $line =~ ${ORG} ]]; then
line=`echo $line | cut -f5 -d "="`
IFS=';' read -ra dependency <<< "$line"
for i in "${dependency[@]}"; do
......
......@@ -18,7 +18,8 @@
<dependency org="emc" name="DDBoostSDK" rev="3.3.0.4-550644" conf="rhel7_x86_64->rhel5_x86_64;rhel6_x86_64->rhel5_x86_64;suse11_x86_64->sles11_x86_64;sles11_x86_64->sles11_x86_64" />
<dependency org="gnu" name="libstdc" rev="6.0.22" conf="rhel7_x86_64->rhel6_x86_64;rhel6_x86_64->rhel6_x86_64;suse11_x86_64->suse11_x86_64;sles11_x86_64->suse11_x86_64" />
<dependency org="third-party" name="ext" rev="1.1" conf="win32->win32" />
<dependency org="third-party" name="ext" rev="gpdb5_ext-3.4" conf="rhel7_x86_64->rhel6_x86_64;rhel6_x86_64->rhel6_x86_64;suse11_x86_64->sles11_x86_64;sles11_x86_64->sles11_x86_64" />
<dependency org="third-party" name="ext" rev="gpdb5_ext-3.5" conf="rhel7_x86_64->rhel6_x86_64;rhel6_x86_64->rhel6_x86_64;suse11_x86_64->sles11_x86_64;sles11_x86_64->sles11_x86_64" />
<dependency org="mit" name="krb5" rev="1.6.2+vmware.1" conf="rhel7_x86_64->rhel6_x86_64;rhel6_x86_64->rhel6_x86_64" />
<dependency org="Hyperic" name="sigar" rev="1.6.5" conf="rhel6_x86_64->rhel6_x86_64;rhel7_x86_64->rhel7_x86_64;suse11_x86_64->sles11_x86_64;sles11_x86_64->sles11_x86_64" />
<dependency org="NetBackup" name="SDK-7.7" rev="7.7" conf="rhel7_x86_64->rhel5_x86_64;rhel6_x86_64->rhel5_x86_64" />
<dependency org="R-Project" name="R" rev="3.1.0" conf="rhel7_x86_64->rhel6_x86_64;rhel6_x86_64->rhel6_x86_64;suse11_x86_64->suse10_x86_64;sles11_x86_64->suse10_x86_64" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册