You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2022/02/21 10:26:32 UTC

[incubator-eventmesh] branch xwm1992-patch-2 created (now ca849c1)

This is an automated email from the ASF dual-hosted git repository.

mikexue pushed a change to branch xwm1992-patch-2
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git.


      at ca849c1  Update check-dependencies.sh

This branch includes the following new commits:

     new ca849c1  Update check-dependencies.sh

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org


[incubator-eventmesh] 01/01: Update check-dependencies.sh

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mikexue pushed a commit to branch xwm1992-patch-2
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git

commit ca849c14ce9e566a640a107d4ba92d6e5832b4fc
Author: mike_xwm <mi...@126.com>
AuthorDate: Mon Feb 21 18:26:17 2022 +0800

    Update check-dependencies.sh
---
 tools/third-party-dependencies/check-dependencies.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/third-party-dependencies/check-dependencies.sh b/tools/third-party-dependencies/check-dependencies.sh
index 857e66e..525cf47 100644
--- a/tools/third-party-dependencies/check-dependencies.sh
+++ b/tools/third-party-dependencies/check-dependencies.sh
@@ -31,6 +31,9 @@ find "$decompress_conf" -name "*.jar" -exec basename {} \; | uniq | sort > "$all
 
 grep -wvf "$self_modules_txt" "$all_dependencies_txt" | uniq | sort > "$third_party_dependencies_txt"
 
+sort "$third_party_dependencies_txt"|uniq > "$third_party_dependencies_txt"
+sort "$known_third_party_dependencies_txt"|uniq > "$known_third_party_dependencies_txt"
+
 # If the check is success it will return 0
 diff -w -B "$third_party_dependencies_txt" "$known_third_party_dependencies_txt"
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org