Merge branch 'svn-trunk'

This commit is contained in:
Bart Van Assche
2019-06-02 08:06:16 -07:00
2 changed files with 4 additions and 8 deletions

View File

@@ -3,15 +3,15 @@
ABT_DETAILS="x86_64"
ABT_JOBS=5
ABT_KERNELS=" \
5.1.5 \
5.0.19-nc \
5.1.6 \
5.0.20-nc \
4.20.17-nc \
4.19.46-nc \
4.19.47-nc \
4.18.20-nc \
4.17.19-nc \
4.16.18-nc \
4.15.18-nc \
4.14.122-nc \
4.14.123-nc \
4.13.16-nc \
4.12.14-nc \
4.11.12-nc \

View File

@@ -499,8 +499,6 @@ add_file "iscsi-scst/README_in-tree" "Documentation/scst/README.iscsi" \
if [ "${qla2x00t}" = "true" ]; then
download_kernel "${kver3}" || exit $?
( cd qla2x00t && ./generate-in-tree-patches "$1" )
for f in qla2x00t/in-tree-patches/"$1"/*.patch; do
@@ -527,8 +525,6 @@ if [ "${qla2x00t}" = "true" ]; then
elif [ "${qla2x00t_32gbit}" = "true" ]; then
download_kernel "${kver3}" || exit $?
( cd qla2x00t-32gbit && ./generate-in-tree-patches "$1" )
for f in qla2x00t-32gbit/in-tree-patches/"$1"/*.patch; do