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/06 02:11:49 UTC

[incubator-hugegraph-computer] branch master updated: fix package: remove style&assembly rule from .gitattributes (#222)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e9d9bb57 fix package: remove style&assembly rule from .gitattributes (#222)
e9d9bb57 is described below

commit e9d9bb578c7374a33f00fdf07dc33ba4b93598e1
Author: Cong Zhao <zh...@apache.org>
AuthorDate: Fri Jan 6 10:11:41 2023 +0800

    fix package: remove style&assembly rule from .gitattributes (#222)
    
    * fix package
    
    * change branch name
    
    * remove assembly/
    
    * Create NOTICE (#223)
    
    * revert code
    
    Co-authored-by: Simon Cheung <mi...@apache.org>
---
 .gitattributes | 2 --
 NOTICE         | 5 +++++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 5ae4c777..c605d59d 100755
--- a/.gitattributes
+++ b/.gitattributes
@@ -2,11 +2,9 @@
 .gitattributes export-ignore
 .gitignore export-ignore
 .asf.yaml export-ignore
-checkstyle.xml export-ignore
 apache-release.sh export-ignore
 .licenserc.yaml export-ignore
 
 # ignored directory
 .github/ export-ignore
-computer-dist/src/assembly/ export-ignore
 computer-k8s-operator/crd-generate/bin/ export-ignore
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 00000000..6be2560f
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,5 @@
+Apache HugeGraph(incubating)
+Copyright 2022-2023 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).