-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prerelease.sh script cannot find /tmp/ros_buildfarm scripts #901
Comments
Please provide instructions for how to reproduce your issues including all your commands to setup your environment inside of docker as well as your arguments with which you run docker. Note that the prerelease already runs the execution inside of generated docker which may cause some issues for you. In general we have found that docker inside docker doesn't work as well as might be hoped. |
Thank you for your answer! I'm used to working in a docker environment, because I don't have a local installation of ROS. Although, I realized that in this case I need only ubuntu to be able to run the docker image of ros_buildfarm.
5.2. The creation of the prerelease command works fine 5.3. The
Would setting up a virtual environment as suggested here help? Thank you for your help! |
I'm working inside a docker container and I would like to release a ROS package for the first time. I'm following the instructions on http://wiki.ros.org/bloom/Tutorials/FirstTimeRelease.
At first, I would like to run a prerelease test. I've used http://prerelease.ros.org/ to create a command, which generates a
./prerelease.sh
script.When I run the
./prerelease.sh
script, in sectionBegin section: Run Dockerfile- generating devel tasks
I get an error:python3: can't open file '/tmp/ros_buildfarm/scripts/devel/create_devel_task_generator.py': [Errno 2] No such file or directory
In the
prerelease_build_overlay.sh
script I could find the section calledBegin section: Run dockerfile -generating devel tasks
. In that section there is the following commad:-v $WORKSPACE/ros_buildfarm:/tmp/ros_buildfarm:ro
The
create_devel_task_generator.py
script is located in the/tmp/prerelease_job/ros_buildfarm/scripts/devel
folder instead of the/tmp/ros_buildfarm/scripts/devel
folder.Could you please help, how to solve this issue?
The text was updated successfully, but these errors were encountered: