From 04a90329ebd851934f07a212cb915c3be24a7b7a Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 8 Dec 2017 16:28:27 +0100 Subject: [PATCH] Disable devel builds for repository tango_ros It requires submodules and Android SDK/NDK to be installed. See https://github.com/ros/rosdistro/pull/16551#issuecomment-350252076. --- indigo/distribution.yaml | 1 + kinetic/distribution.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/indigo/distribution.yaml b/indigo/distribution.yaml index 3d864774cfbf8..5f00830fc0d1b 100644 --- a/indigo/distribution.yaml +++ b/indigo/distribution.yaml @@ -14922,6 +14922,7 @@ repositories: url: https://github.com/Intermodalics/tango_ros-release.git version: 2.0.0-0 source: + test_commits: false type: git url: https://github.com/Intermodalics/tango_ros.git version: master diff --git a/kinetic/distribution.yaml b/kinetic/distribution.yaml index 556d53c0561fd..1c70feec574b0 100644 --- a/kinetic/distribution.yaml +++ b/kinetic/distribution.yaml @@ -9521,6 +9521,7 @@ repositories: url: https://github.com/Intermodalics/tango_ros-release.git version: 2.0.0-0 source: + test_commits: false type: git url: https://github.com/Intermodalics/tango_ros.git version: master