Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 690 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 690 Bytes

Homebrew Tap for ROS Noetic

Helpful repo for building ROS Noetic

Steps for Making Bottles

  1. Build formula

    brew install --build-bottle smnogar/ros-noetic/FORMULA_NAME
    
  2. Build bottle

    brew bottle --root-url=https://dl.bintray.com/snogar/bottles-ros-noetic FORMULA_NAME
    
  3. Update formula with bottle SHA and commit

  4. Upload bottle to https://bintray.com/snogar/bottles-ros-noetic.

    • You will have to create a new package/version.
    • Make sure to remove -- if in file name. I.e. change [email protected]_sur.bottle.tar.gz to [email protected]_sur.bottle.tar.gz
    • Make sure to hit the publish button after uploading