Skip to content
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

Add ddebs to published binarydeb files. #545

Merged

Commits on May 22, 2018

  1. Add ddebs to published files.

    ddebs containing debug symbols stripped from binary packages are being
    generated by default for artful and bionic. Reprepro cannot ingest ddeb
    files so we removed them from the changes file in reprepro updater (see
    ros-infrastructure/reprepro-updater#55).
    
    Since we would like to provide debug symbols we've found a slightly
    different approach: renaming the ddeb file to a regular deb (see
    ros-infrastructure/reprepro-updater#60).
    
    In order for that to work, we actually need to publish the ddeb
    to the repo host with the other files. I opted to publish it as
    a ddeb and rename it at import time so that no changes need to be
    made to ros_buildfarm if we change the handling in the future.
    nuclearsandwich committed May 22, 2018
    Copy the full SHA
    28ab67f View commit details
    Browse the repository at this point in the history