Ros-jazzy-fusioncore-ros not available via apt despite build farm showing SYNC

Hi,

FusionCore was merged into rosdistro via PR #50462 on March 31, 2026.
The build farm shows all 4 packages built successfully and synced:

  • fusioncore_core :white_check_mark: SYNC
  • fusioncore_ros :white_check_mark: SYNC
  • fusioncore_gazebo :white_check_mark: SYNC
  • compass_msgs :white_check_mark: SYNC

However, the package is not yet available via apt:

sudo apt install ros-jazzy-fusioncore-ros
E: Unable to locate package ros-jazzy-fusioncore-ros

And nothing shows up on the public mirror:
curl -s “https://packages.ros.org/ros2/ubuntu/dists/noble/main/binary-amd64/Packages” | grep -i fusioncore

Is there a separate sync job that pushes from the build farm to packages.ros.org?
Is there anything I need to do to trigger it, or is this just a timing issue?

Thanks

The packages are automatically synced only to testing repo. Syncs to main repo are done manually approx once a month (see the announcements here on Discourse).

Cross-posted here: ros-infrastructure/reprepro-updater#253 (where I also spent time answering this, then noticed this cross-post).

1 Like

Thanks peci1…. that explains it.
I’ll wait for the next main repo sync.

Apologies for the cross-post, I wasn’t aware
of the right channel and posted in both places.