From fc966020e2f49e40481528573709a5fde41cee08 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Wed, 13 Mar 2013 07:30:16 +0100 Subject: [PATCH] test-reports: adding the meta-ros-test-reports git repository as git submodule In the future, all test reports are supposed to be tracked and archived in the meta-ros-test-reports git repository. This git repository is linked into the meta-ros with a git submodule in the directory test-reports. Signed-off-by: Lukas Bulwahn --- .gitmodules | 3 +++ test-reports | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 test-reports diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..767237e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "test-reports"] + path = test-reports + url = https://github.com/bmwcarit/meta-ros-test-reports.git diff --git a/test-reports b/test-reports new file mode 160000 index 0000000..db25811 --- /dev/null +++ b/test-reports @@ -0,0 +1 @@ +Subproject commit db25811dab3f32e606e6963bef62a47424fdd21c