File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ job=$(basename ${KOKORO_JOB_NAME})
28
28
echo " coercing sponge logs..."
29
29
for xml in ` find . -name * -sponge_log.xml`
30
30
do
31
- echo " processing ${xml} "
32
31
class=$( basename ${xml} | cut -d- -f2)
33
32
dir=$( dirname ${xml} ) /${job} /${class}
34
33
text=$( dirname ${xml} ) /${class} -sponge_log.txt
Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
16
16
set -eo pipefail
17
+ shopt -s nullglob
17
18
18
19
# # Get the directory of the build script
19
20
scriptDir=$( realpath $( dirname " ${BASH_SOURCE[0]} " ) )
@@ -46,7 +47,7 @@ function completenessCheck() {
46
47
# This is stripped from the output as it is not present in the flattened pom.
47
48
# Only dependencies with 'compile' or 'runtime' scope are included from original dependency list.
48
49
msg " Generating dependency list using original pom..."
49
- mvn dependency:list -f pom.xml -DincludeScope=runtime -Dsort=true | grep ' \[INFO] .*:.*:.*:.*:.*' | sed -e s/ \\ s-- \\ smodule .* // > .org-list.txt
50
+ mvn dependency:list -f pom.xml -DincludeScope=runtime -Dsort=true | grep ' \[INFO] .*:.*:.*:.*:.*' | sed -e ' s/ -- .*//' > .org-list.txt
50
51
51
52
# Output dep list generated using the flattened pom (only 'compile' and 'runtime' scopes)
52
53
msg " Generating dependency list using flattened pom..."
@@ -70,7 +71,7 @@ function completenessCheck() {
70
71
set +e
71
72
72
73
error_count=0
73
- for path in $( find -name " .flattened-pom.xml" )
74
+ for path in ** / .flattened-pom.xml
74
75
do
75
76
# Check flattened pom in each dir that contains it for completeness
76
77
dir=$( dirname " $path " )
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/google-http-java-client.git",
7
- "sha": "e69275ecaa4d85372ebc253dd415a02ba63075be "
7
+ "sha": "33acb8621d6e8dc088cf3bd3324a3db25dafb185 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "synthtool",
13
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "8eae0234a16b26c2ff616d305dbd9786c8b10a47 "
14
+ "sha": "87254ac89a9559864c0a245d6b150406439ce3d8 "
15
15
}
16
16
}
17
17
],
81
81
"CODE_OF_CONDUCT.md",
82
82
"CONTRIBUTING.md",
83
83
"LICENSE",
84
+ "SECURITY.md",
84
85
"codecov.yaml",
85
86
"renovate.json",
86
87
"samples/install-without-bom/pom.xml",
You can’t perform that action at this time.
0 commit comments