ros-tooling / cross_compile

A tool to build ROS and ROS2 workspaces for various targets
Apache License 2.0
188 stars 60 forks source link

What happened with https://github.com/ros-tooling/cross_compile-release.git ? #248

Closed shr-project closed 4 years ago

shr-project commented 4 years ago

Description

rosdistro_build_cache is now failing to fetch it, I think it was available before, because I was able to run rosdistro_build_cache with dashing release from 2020-05-29 which already referenced this repo and it didn't fail.

Expected Behavior

Either the repo should be public or rosdistro should be updated not to reference it.

Actual Behavior

$ rosdistro_build_cache --debug --preclean --ignore-local $tmpdir/index-v4.yaml dashing ... DEBUG:rosdistro:Load package.xml file from url "https://raw.githubusercontent.com/rst-tu-dortmund/costmap_converter-ros2-release/release/dashing/costmap_converter_msgs/0.1.0-1/package.xml"

and fails even if I provide my username and password.

shr-project commented 4 years ago

https://webcache.googleusercontent.com/search?q=cache:kgaOxZ-YH_sJ:https://github.com/ros-tooling/cross_compile-release+&cd=1&hl=cs&ct=clnk&gl=cz shows that the repo existed before

emersonknapp commented 4 years ago

Thanks for bringing this up - this was deleted in error as part of an attempt to clean up unused repositories (as cross_compile is not a ros package and does not release to rosdistro any more). We've contacted GitHub support to recover the repository, I'll keep this ticket updated.

emersonknapp commented 4 years ago

I've restored a snapshot of the repository, let me know if there is any remaining issue that you run in to

shr-project commented 4 years ago

@emersonknapp thanks for quick update and resolving it promptly. Looks good now.

shr-project commented 4 years ago

It looked ok before, but today I was regenering rosdistro for eloquent and it failed again with: 'eloquent: missing package.xml file for package "cross_compile"'

The restored snapshot seems to have only master branch and no tags.

shr-project commented 4 years ago

I got it removed from rosdistro with https://github.com/ros/rosdistro/pull/26671, closing this one again.