You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hugegraph.apache.org by "imbajin (via GitHub)" <gi...@apache.org> on 2023/02/02 07:09:47 UTC

[GitHub] [incubator-hugegraph-toolchain] imbajin commented on a diff in pull request #424: chore: update LICENSE & NOTICE file path for binary package

imbajin commented on code in PR #424:
URL: https://github.com/apache/incubator-hugegraph-toolchain/pull/424#discussion_r1094120840


##########
hugegraph-dist/pom.xml:
##########
@@ -52,10 +52,10 @@
                                     cd $root_path || exit
 
                                     mkdir -p ${final.name}
-                                    mv -v $root_path/hugegraph-hubble/apache-hugegraph-hubble-incubating-${project.version} ${final.name}/
-                                    mv -v $root_path/hugegraph-loader/apache-hugegraph-loader-incubating-${project.version} ${final.name}/
-                                    mv -v $root_path/hugegraph-tools/apache-hugegraph-tools-incubating-${project.version} ${final.name}/
-                                    cp -v $root_path/LICENSE $root_path/NOTICE $root_path/DISCLAIMER ${final.name}/
+                                    mv -v $root_path/hugegraph-hubble/apache-hugegraph-hubble-incubating-${project.version} ${final.name}/ || exit
+                                    mv -v $root_path/hugegraph-loader/apache-hugegraph-loader-incubating-${project.version} ${final.name}/ || exit
+                                    mv -v $root_path/hugegraph-tools/apache-hugegraph-tools-incubating-${project.version} ${final.name}/ || exit
+                                    cp -v $root_path/hugegraph-dist/release-docs/LICENSE $root_path/hugegraph-dist/release-docs/NOTICE $root_path/DISCLAIMER ${final.name}/ || exit

Review Comment:
   TODO: should contains the whole dir instead



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org