File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ job=$(basename ${KOKORO_JOB_NAME})
2828echo " coercing sponge logs..."
2929for xml in ` find . -name * -sponge_log.xml`
3030do
31- echo " processing ${xml} "
3231 class=$( basename ${xml} | cut -d- -f2)
3332 dir=$( dirname ${xml} ) /${job} /${class}
3433 text=$( dirname ${xml} ) /${class} -sponge_log.txt
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515
1616set -eo pipefail
17+ shopt -s nullglob
1718
1819# # Get the directory of the build script
1920scriptDir=$( realpath $( dirname " ${BASH_SOURCE[0]} " ) )
@@ -46,7 +47,7 @@ function completenessCheck() {
4647 # This is stripped from the output as it is not present in the flattened pom.
4748 # Only dependencies with 'compile' or 'runtime' scope are included from original dependency list.
4849 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
5051
5152 # Output dep list generated using the flattened pom (only 'compile' and 'runtime' scopes)
5253 msg " Generating dependency list using flattened pom..."
@@ -70,7 +71,7 @@ function completenessCheck() {
7071set +e
7172
7273error_count=0
73- for path in $( find -name " .flattened-pom.xml" )
74+ for path in ** / .flattened-pom.xml
7475do
7576 # Check flattened pom in each dir that contains it for completeness
7677 dir=$( dirname " $path " )
Original file line number Diff line number Diff line change 11^/\*$
2- ^ \* Copyright \d\d\d\d,? Google (Inc\.|LLC)( All [rR]ights [rR]eserved\.)? $
2+ ^ \* Copyright \d\d\d\d,? Google (Inc\.|LLC)$
33^ \*$
44^ \* Licensed under the Apache License, Version 2\.0 \(the "License"\);$
55^ \* you may not use this file except in compliance with the License\.$
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/java-pubsublite-spark.git",
7- "sha": "39050962843db79ccdd1ab8f298eaa01288464bd "
7+ "sha": "2075564d73d5284453bbabd730477c096b498a89 "
88 }
99 },
1010 {
1111 "git": {
1212 "name": "synthtool",
1313 "remote": "https://github.com/googleapis/synthtool.git",
14- "sha": "7332178a11ddddc91188dc0f25bca1ccadcaa6c6 "
14+ "sha": "09c59c20a4bf0daed1665af59035ff240fe356df "
1515 }
1616 }
1717 ],
7979 "CODE_OF_CONDUCT.md",
8080 "CONTRIBUTING.md",
8181 "LICENSE",
82+ "SECURITY.md",
8283 "codecov.yaml",
8384 "java.header",
8485 "license-checks.xml",
You can’t perform that action at this time.
0 commit comments