This is an automated email from the ASF dual-hosted git repository. tardieu pushed a commit to branch tardieu-patch-1 in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git
commit c771c1dbd494624482d6a4badf1af987d9d51dd1 Author: Olivier Tardieu <[email protected]> AuthorDate: Wed Jan 15 16:26:14 2020 -0500 Remove spurious debug prints --- tools/rcverify.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/rcverify.sh b/tools/rcverify.sh index fcc3fc7..258af95 100755 --- a/tools/rcverify.sh +++ b/tools/rcverify.sh @@ -177,11 +177,6 @@ validate "$EXE" "" "$EXE" printf "scanning for unexpected file types..." EXE=$(find "$DIR/$BASE" -type f -and -not -empty -exec file --mime {} \; | grep -v ": text/" | grep -v ": image/" | grep -v ": application/json") validate "$EXE" "" "$EXE" -echo -echo -echo $EXE -echo -echo printf "scanning for archives..." EXE=$(find "$DIR/$BASE" -type f -name "*.tar" -name "*.tgz" -o -name "*.gz" -o -name ".zip" -o -name "*.jar")
