Skip to content

Commit

Permalink
[setup_upstream.sh] Do not use openhrp3 source for euslisp test job
Browse files Browse the repository at this point in the history
  • Loading branch information
snozawa committed Sep 4, 2015
1 parent fda481d commit ad14734
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup_upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,15 @@ EOF
done
fi

# update HISTORY-{en,ja}.txt, CMakeLists.txt(OPENHRP_VERSION) and ask kanehiro-san for set tag
cat <<EOF >> /tmp/rosinstall.$$
if [ "$IS_EUSLISP_TRAVIS_TEST" != "true" ] ; then
# wstool remove openhrp3
# update HISTORY-{en,ja}.txt, CMakeLists.txt(OPENHRP_VERSION) and ask kanehiro-san for set tag
cat <<EOF >> /tmp/rosinstall.$$
- git:
uri: http://github.com/fkanehiro/openhrp3
local-name: openhrp3
EOF
fi

# update package.xml, CMakeLists.txt(CMAKE_PACKAGE_VERSION) and ask kanehiro-san for set tag
cat <<EOF >> /tmp/rosinstall.$$
Expand Down

0 comments on commit ad14734

Please sign in to comment.