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

guoshoujing pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git


The following commit(s) were added to refs/heads/master by this push:
     new 30b582af chore: update LICENSE & NOTICE file path for binary package 
(#424)
30b582af is described below

commit 30b582afcb0fb39444fc8ccbe1655282d43876bb
Author: imbajin <[email protected]>
AuthorDate: Wed Feb 8 22:39:25 2023 +0800

    chore: update LICENSE & NOTICE file path for binary package (#424)
    
    * chore: update LICENSE & NOTICE file path for binary package
---
 hugegraph-dist/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/hugegraph-dist/pom.xml b/hugegraph-dist/pom.xml
index 78600a79..bedb1053 100644
--- a/hugegraph-dist/pom.xml
+++ b/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 -r -v 
$root_path/hugegraph-dist/release-docs/* $root_path/DISCLAIMER ${final.name}/ 
|| exit
 
                                     tar zcvf 
$root_path/target/${final.name}.tar.gz ./${final.name} || exit 1
 

Reply via email to