Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "dev/groonga"]
path = dev/groonga
url = https://github.com/groonga/groonga.git
[submodule "dev/arrow"]
path = dev/arrow
url = https://github.com/apache/arrow.git
7 changes: 3 additions & 4 deletions dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ sudo cmake --install build

```bash
export LAUNCHPAD_UPLOADER_PGP_KEY=YOUR_PGP_KEY # e.g. export LAUNCHPAD_UPLOADER_PGP_KEY=08D3564B7C6A9CAFBFF6A66791D18FCF079F8007
git clone https://github.com/apache/arrow.git
export APACHE_ARROW_REPOSITORY=${PWD}/arrow
git clone https://github.com/groonga/groonga.git
export GROONGA_REPOSITORY=${PWD}/groonga
git clone git@github.com:enactic/openarm_can.git
cd openarm_can
git submodule update --recursive --init
export APACHE_ARROW_REPOSITORY=${PWD}/dev/arrow
export GROONGA_REPOSITORY=${PWD}/dev/groonga
rake release NEW_VERSION=X.Y.Z # e.g. rake release 1.0.0
```
1 change: 1 addition & 0 deletions dev/arrow
Submodule arrow added at 4ed091
1 change: 1 addition & 0 deletions dev/groonga
Submodule groonga added at cc4ae7
Loading