Skip to content

Commit

Permalink
have vcs retry more times
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Jul 17, 2024
1 parent bf227af commit f9150ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mkdir $WS -p
# TODO(lucasw) replace these git clones with vcs
# packages that need to be cmake installed, and are ros packages in a catkin workspace
cd $WS
vcs import --input underlay_repos.yaml --retry 5
vcs import --input underlay_repos.yaml --retry 10

# ROSCONSOLE1=${ROSCONSOLE:-https://github.com/ros-o/rosconsole}
# git clone $ROSCONSOLE1

0 comments on commit f9150ec

Please sign in to comment.