Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: introduce hugegraph-dist module #279

Merged
merged 3 commits into from
May 16, 2022
Merged

feat: introduce hugegraph-dist module #279

merged 3 commits into from
May 16, 2022

Conversation

simon824
Copy link
Member

closed #278
image

image

@codecov
Copy link

codecov bot commented May 13, 2022

Codecov Report

Merging #279 (73e9d25) into master (296d13a) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #279   +/-   ##
=========================================
  Coverage     75.74%   75.74%           
  Complexity     1847     1847           
=========================================
  Files           235      235           
  Lines          7766     7766           
  Branches        685      685           
=========================================
  Hits           5882     5882           
  Misses         1501     1501           
  Partials        383      383           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1022fd4...73e9d25. Read the comment docs.

Copy link
Member

@imbajin imbajin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for quick improve, rebase the master branch to include the hubble pkg

Comment on lines 41 to 42
<exec executable="${shell-executable}"
dir="${project.basedir}" failonerror="true">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe merge to one line

Comment on lines 32 to 33
<echo file="${project.basedir}/dist.sh">
\cp -r ${project.parent.basedir}/hugegraph-hubble/hubble-dist/hugegraph-hubble-${project.version} ${project.basedir}
Copy link
Member

@imbajin imbajin May 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could add a ls * to print files before cp


<properties>
<release.name>${project.parent.artifactId}</release.name>
<final.name>${release.name}-${project.version}</final.name>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it same with the parent's?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if remove these, release.name will be hugegraph-dist

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, forget the same problem :)

\cp -r ${project.parent.basedir}/hugegraph-tools/hugegraph-tools-${project.version} ${project.basedir}

tar -zcvf ${project.parent.basedir}/${final.name}.tar.gz \
hugegraph-hubble-* hugegraph-loader-* hugegraph-tools-* || exit 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could add a md5sum check after package it and attach it in release info

@imbajin imbajin requested a review from javeme May 13, 2022 08:57
@imbajin imbajin merged commit 7c39453 into apache:master May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Introduce hugegraph-dist module
3 participants