Skip to content

Commit

Permalink
fixed stack build depends in rosci-creator
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Jun 20, 2012
1 parent a8a0640 commit 8b97424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buildfarm/rosci_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def create_jenkins_config_xml(job_config, rosdistro_name, os_name, os_platform,
'IMAGETYPE': image_type,
'ARCH' : arch,
'STACK_NAME' : job_config.name,
'STACK_BUILD_DEPENDS': stack_build_depends,
'STACK_BUILD_DEPENDS': ' '.join(stack_build_depends),
'JOB_TYPE' : job_config.type,
'SCRIPT' : CATKIN_BUILDER,
}
Expand Down

0 comments on commit 8b97424

Please sign in to comment.