Skip to content

Commit 39bc05d

Browse files
committed
updating rosinstallers to use hydro branches exclusively.
1 parent 025fa33 commit 39bc05d

File tree

3 files changed

+7
-18
lines changed

3 files changed

+7
-18
lines changed

android_apps.rosinstall

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# Prerequistes: https://raw.github.com/rosjava/rosjava_build_tools/hydro-devel/rosjava.rosinstall
33
#
44
# Take out for now - awful dependencies on create and follower messages
5-
# {'git': {'local-name': 'turtlebot_android', 'version': 'hydro-devel', 'uri':'https://github.com/turtlebot/turtlebot_android'}},
5+
# {'git': {'local-name': 'turtlebot_android', 'version': 'hydro', 'uri':'https://github.com/turtlebot/turtlebot_android'}},
66
[
7-
{'git': {'local-name': 'android_core', 'version': 'hydro-devel', 'uri':'https://github.com/rosjava/android_core'}},
8-
{'git': {'local-name': 'android_extras', 'version': 'hydro-devel', 'uri':'https://github.com/rosjava/android_extras'}},
9-
{'git': {'local-name': 'android_apps', 'version': 'hydro-devel', 'uri':'https://github.com/rosjava/android_apps'}},
10-
{'git': {'local-name': 'android_remocons', 'version': 'hydro-devel', 'uri':'https://github.com/rosjava/android_remocons'}},
7+
{'git': {'local-name': 'android_core', 'version': 'hydro', 'uri':'https://github.com/rosjava/android_core'}},
8+
{'git': {'local-name': 'android_extras', 'version': 'hydro', 'uri':'https://github.com/rosjava/android_extras'}},
9+
{'git': {'local-name': 'android_apps', 'version': 'hydro', 'uri':'https://github.com/rosjava/android_apps'}},
10+
{'git': {'local-name': 'android_remocons', 'version': 'hydro', 'uri':'https://github.com/rosjava/android_remocons'}},
1111
]

android_apps_release_fork.rosinstall

Lines changed: 0 additions & 11 deletions
This file was deleted.

android_core.rosinstall

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Prerequistes: https://raw.github.com/rosjava/rosjava_build_tools/hydro-devel/rosjava.rosinstall
33
#
44
[
5-
{'git': {'local-name': 'android_core', 'version': 'hydro-devel', 'uri':'https://github.com/rosjava/android_core'}},
6-
{'git': {'local-name': 'android_extras', 'version': 'hydro-devel', 'uri':'https://github.com/rosjava/android_extras'}},
5+
{'git': {'local-name': 'android_core', 'version': 'hydro', 'uri':'https://github.com/rosjava/android_core'}},
6+
{'git': {'local-name': 'android_extras', 'version': 'hydro', 'uri':'https://github.com/rosjava/android_extras'}},
77
]

0 commit comments

Comments
 (0)