Skip to content

Commit

Permalink
[.rosinstall/setup_upstream.sh] do not install openrtm and rtshell fo…
Browse files Browse the repository at this point in the history
…r CI/source environment
  • Loading branch information
k-okada committed Feb 16, 2015
1 parent c06aa21 commit 8501ece
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
30 changes: 15 additions & 15 deletions .rosinstall
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
- git:
uri: https://github.com/tork-a/openrtm_aist-release
local-name: openrtm_aist
- git:
uri: https://github.com/tork-a/openrtm_aist_python-release
local-name: openrtm_aist_python
# - git:
# uri: https://github.com/tork-a/openrtm_aist-release
# local-name: openrtm_aist
# - git:
# uri: https://github.com/tork-a/openrtm_aist_python-release
# local-name: openrtm_aist_python
- git:
uri: https://github.com/tork-a/openhrp3-release
local-name: openhrp3
- git:
uri: https://github.com/tork-a/hrpsys-release
local-name: hrpsys
- git:
uri: https://github.com/tork-a/rtshell-release
local-name: rtshell
- git:
uri: https://github.com/tork-a/rtsprofile-release
local-name: rtsprofile
- git:
uri: https://github.com/tork-a/rtctree-release
local-name: rtctree
# - git:
# uri: https://github.com/tork-a/rtshell-release
# local-name: rtshell
# - git:
# uri: https://github.com/tork-a/rtsprofile-release
# local-name: rtsprofile
# - git:
# uri: https://github.com/tork-a/rtctree-release
# local-name: rtctree
- git:
uri: https://github.com/start-jsk/rtmros_common
local-name: rtm-ros-robotics/rtmros_common
8 changes: 5 additions & 3 deletions setup_upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ mkdir -p $WORKSPACE/src; wstool init $WORKSPACE/src
exit 1
fi

for pkg in rtshell rtctree rtsprofile openrtm_aist openrtm_aist_python; do
cat <<EOF >> /tmp/rosinstall.$$
if [ "$CI" != "true" ] ; then
for pkg in rtshell rtctree rtsprofile openrtm_aist openrtm_aist_python; do
cat <<EOF >> /tmp/rosinstall.$$
- git:
uri: https://github.com/tork-a/$pkg-release
local-name: $pkg
EOF
done
done
fi

# update HISTORY-{en,ja}.txt, CMakeLists.txt(OPENHRP_VERSION) and ask kanehiro-san for set tag
cat <<EOF >> /tmp/rosinstall.$$
Expand Down

0 comments on commit 8501ece

Please sign in to comment.