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 2023/01/16 16:04:45 UTC

[incubator-hugegraph-toolchain] branch release-1.0.0 updated (50d51fcd -> cbff6eaa)

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

jin pushed a change to branch release-1.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git


 discard 50d51fcd chore: update LICENSE & NOTICE file path for binary package
     new cbff6eaa chore: update LICENSE & NOTICE file path for binary package

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (50d51fcd)
            \
             N -- N -- N   refs/heads/release-1.0.0 (cbff6eaa)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 hugegraph-dist/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


[incubator-hugegraph-toolchain] 01/01: chore: update LICENSE & NOTICE file path for binary package

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

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

commit cbff6eaa0a1a3c0ec275ce774e608f5489d8674d
Author: imbajin <ji...@apache.org>
AuthorDate: Mon Jan 16 23:58:51 2023 +0800

    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..3d3e4426 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 -v $root_path/hugegraph-dist/release-docs/LICENSE $root_path/hugegraph-dist/release-docs/NOTICE $root_path/DISCLAIMER ${final.name}/ || exit
 
                                     tar zcvf $root_path/target/${final.name}.tar.gz ./${final.name} || exit 1