You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2022/11/07 14:49:44 UTC

[incubator-hugegraph] branch imbajin-patch-1 updated (d191ad861 -> e3268a1a4)

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

jin pushed a change to branch imbajin-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


    from d191ad861 chore: enable rebase merge
     add 2fc886934 check dependencies (#2006)
     add e3268a1a4 Merge branch 'master' into imbajin-patch-1

No new revisions were added by this update.

Summary of changes:
 .github/workflows/check-dependencies.yml           |  26 ++
 .../scripts/dependency/check_dependencies.sh       |  16 +-
 .../scripts/dependency/known-dependencies.txt      | 262 +++++++++++++++++++++
 .../dependency/regenerate_known_dependencies.sh    |  17 +-
 4 files changed, 313 insertions(+), 8 deletions(-)
 create mode 100644 .github/workflows/check-dependencies.yml
 copy build.sh => hugegraph-dist/scripts/dependency/check_dependencies.sh (60%)
 create mode 100644 hugegraph-dist/scripts/dependency/known-dependencies.txt
 copy build.sh => hugegraph-dist/scripts/dependency/regenerate_known_dependencies.sh (67%)