Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(csharp): submodule not pulling correctly #824

Merged
merged 1 commit into from
Jun 20, 2023
Merged
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
7 changes: 3 additions & 4 deletions csharp/.gitmodules → .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

[submodule "arrow"]
path = arrow
url = https://github.com/apache/arrow
branch = main
[submodule "csharp/src/arrow"]
path = csharp/src/arrow
url = https://github.com/apache/arrow.git
7 changes: 2 additions & 5 deletions dev/release/rat_exclude_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ ci/conda/.ci_support/*
ci/conda/.gitattributes
ci/linux-packages/changelog
ci/linux-packages/*.install
csharp/Apache.Arrow.Adbc.sln
csharp/src/Apache.Arrow.Adbc.FlightSql/Apache.Arrow.Adbc.FlightSql.csproj
csharp/src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj
csharp/test/Apache.Arrow.Adbc.FlightSql.Tests/Apache.Arrow.Adbc.FlightSql.Tests.csproj
csharp/test/Apache.Arrow.Adbc.Tests/Apache.Arrow.Adbc.Tests.csproj
csharp/*.sln
csharp/*.csproj
dev/release/rat_exclude_files.txt
docs/source/format/*.drawio
docs/source/format/*.svg
Expand Down