Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
acezen committed Jun 6, 2024
1 parent f236a90 commit 08cd6f5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
6 changes: 5 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ The text of each license is the standard Apache 2.0 license.
are modified from Apache Spark.

* Apache Arrow 12.0.0 (https://github.com/apache/arrow)
Files:
dev/release/setup-ubuntu.sh
are modified from Apache Arrow.

* fastFFI v0.1.2 (https://github.com/alibaba/fastFFI)
Files:
maven-projects/java/src/main/java/org/apache/graphar/stdcxx/StdString.java
Expand All @@ -251,7 +255,7 @@ The text of each license is the standard Apache 2.0 license.
maven-projects/java/src/main/java/org/apache/graphar/stdcxx/StdUnorderedMap.java
are modified from GraphScope.

* Apache OpenDAL v0.46.0 (https://github.com/apache/opendal)
* Apache OpenDAL v0.45.1 (https://github.com/apache/opendal)
Files:
dev/release/release.py
dev/release/verify.py
Expand Down
6 changes: 3 additions & 3 deletions dev/release/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# specific language governing permissions and limitations
# under the License.

# Derived from Apache OpenDAL v0.46.0
# https://github.com/apache/opendal/blob/84586e5/scripts/release.py
# Derived from Apache OpenDAL v0.45.1
# https://github.com/apache/opendal/blob/5079125/scripts/release.py

import re
import subprocess
Expand Down Expand Up @@ -63,7 +63,7 @@ def archive_source_package():
"git",
"archive",
"--prefix",
f"apache-graphar-incubating-{version}-src/",
f"apache-graphar-{version}-incubating-src/",
"-o",
f"{ROOT_DIR}/dist/{name}.tar.gz",
"HEAD",
Expand Down
3 changes: 3 additions & 0 deletions dev/release/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
# specific language governing permissions and limitations
# under the License.

# Derived from Apache Arrow 12.0.0
# https://github.com/apache/arrow/blob/9736dde/dev/release/setup-ubuntu.sh

# A script to install dependencies required for release
# verification on Ubuntu.

Expand Down
4 changes: 2 additions & 2 deletions dev/release/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# specific language governing permissions and limitations
# under the License.

# Derived from Apache OpenDAL v0.46.0
# https://github.com/apache/opendal/blob/84586e5/scripts/verify.py
# Derived from Apache OpenDAL v0.45.1
# https://github.com/apache/opendal/blob//5079125/scripts/verify.py

import subprocess
import os
Expand Down

0 comments on commit 08cd6f5

Please sign in to comment.