-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docker branch tagging and scheduler modularization (#56)
Co-authored-by: lobi_th <[email protected]> New feature in the build system: docker images are now tagged by the branch name to enable separate images to exist while working on different branches (implemented by https://github.com/akoerner1) Structural changes: further modularization on dependencies ADORe schedular changed into a module (implemented by https://github.com/n-mat)
- Loading branch information
Showing
126 changed files
with
1,540 additions
and
1,777 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,5 @@ catkin_workspace/ | |
**.vagrant | ||
**.catkin_workspace | ||
**.docker_image_cache** | ||
.docker_image_cache | ||
.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,14 +61,6 @@ | |
ignore = untracked | ||
shallow = true | ||
branch = adore | ||
[submodule "libadore/make_gadgets"] | ||
path = libadore/make_gadgets | ||
url = [email protected]:DLR-TS/make_gadgets.git | ||
branch = master | ||
[submodule "adore_if_ros/make_gadgets"] | ||
path = adore_if_ros/make_gadgets | ||
url = [email protected]:DLR-TS/make_gadgets.git | ||
branch = master | ||
[submodule "adore_if_ros/cppcheck_docker"] | ||
path = adore_if_ros/cppcheck_docker | ||
url = [email protected]:DLR-TS/cppcheck_docker.git | ||
|
@@ -93,3 +85,10 @@ | |
path = libadore/lizard_docker | ||
url = [email protected]:DLR-TS/lizard_docker.git | ||
branch = master | ||
[submodule "adore_if_ros/adore_scheduling"] | ||
path = adore_if_ros/adore_scheduling | ||
url = [email protected]:DLR-TS/adore_scheduling.git | ||
shallow = true | ||
[submodule "libadore/make_gadgets"] | ||
path = libadore/make_gadgets | ||
url = [email protected]:DLR-TS/make_gadgets.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.