Skip to content

Commit

Permalink
Make submodules relative to work with different URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldkl committed Dec 6, 2023
1 parent 58e2b75 commit be1ac15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "bin"]
path = bin
url = git@github.com:apes-suite/apes-bin.git
url = ../apes-bin.git
[submodule "tem"]
path = tem
url = git@github.com:apes-suite/tem-source.git
url = ../tem-source.git
[submodule "aotus"]
path = aotus
url = git@github.com:apes-suite/aotus.git
url = ../aotus.git
2 changes: 1 addition & 1 deletion aotus
Submodule aotus updated 2 files
+1 −1 Makefile
+1 −1 Makefile.smeka
2 changes: 1 addition & 1 deletion bin
Submodule bin updated 1 files
+1 −0 .gitignore

0 comments on commit be1ac15

Please sign in to comment.