ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I updated the tag and generated new files for release repository

that's not something you should do.

Tags are supposed to be immutable and should never change.

But subsequent builds still were failed with same errors as if ROS-buildfarm tried to build from cached buggy files instead of fetching new files from release repository.

the buildfarm does not fetch sources from your source repository during build.

I don't see any new release after your initial one in CopterExpress/clover-release. That's why the buildfarm keeps building your 0.21.2-1 release.

You need to make a new release and then Bloom it.

I'd suggest to:

  • revert your changes to the tag (ie: place the tag back where it was before you changed it)
  • perform the release preparation steps again (ie: update changelog, add new tag)
  • run Bloom again (release new version of previously release package)

If there are no more problems with your sources, the buildfarm builds should start succeeding after your new release gets merged.

I updated the tag and generated new files for release repository

that's not something you should do.

Tags are supposed to be immutable and should never change.

But subsequent builds still were failed with same errors as if ROS-buildfarm tried to build from cached buggy files instead of fetching new files from release repository.

the buildfarm does not fetch sources from your source repository during build.

I don't see any new release after your initial one in CopterExpress/clover-release. That's why the buildfarm keeps building your 0.21.2-1 release.

You need to make a new release and then Bloom it.

I'd suggest to:

  • revert your changes to the tag in your source repository (ie: place the tag back where it was before you changed it)
  • perform the release preparation steps again (ie: update changelog, add new tag)
  • run Bloom again (release new version of previously release package)

If there are no more problems with your sources, the buildfarm builds should start succeeding after your new release gets merged.