├── README.md └── tracks.yaml /README.md: -------------------------------------------------------------------------------- 1 | ## ament_nodl (foxy) - 0.1.0-1 2 | 3 | The packages in the `ament_nodl` repository were released into the `foxy` distro by running `/usr/bin/bloom-release --rosdistro foxy --track foxy ament_nodl --edit` on `Fri, 29 May 2020 19:43:02 -0000` 4 | 5 | The `ament_nodl` package was released. 6 | 7 | Version of package(s) in repository `ament_nodl`: 8 | 9 | - upstream repository: https://github.com/ubuntu-robotics/ament_nodl.git 10 | - release repository: unknown 11 | - rosdistro version: `null` 12 | - old version: `null` 13 | - new version: `0.1.0-1` 14 | 15 | Versions of tools used: 16 | 17 | - bloom version: `0.9.7` 18 | - catkin_pkg version: `0.4.20` 19 | - rosdep version: `0.19.0` 20 | - rosdistro version: `0.8.1` 21 | - vcstools version: `0.1.42` 22 | 23 | 24 | -------------------------------------------------------------------------------- /tracks.yaml: -------------------------------------------------------------------------------- 1 | tracks: 2 | foxy: 3 | actions: 4 | - bloom-export-upstream :{vcs_local_uri} :{vcs_type} --tag :{release_tag} --display-uri 5 | :{vcs_uri} --name :{name} --output-dir :{archive_dir_path} 6 | - git-bloom-import-upstream :{archive_path} :{patches} --release-version :{version} 7 | --replace 8 | - git-bloom-generate -y rosrelease :{ros_distro} --source upstream -i :{release_inc} 9 | - git-bloom-generate -y rosdebian --prefix release/:{ros_distro} :{ros_distro} 10 | -i :{release_inc} --os-name ubuntu 11 | - git-bloom-generate -y rosdebian --prefix release/:{ros_distro} :{ros_distro} 12 | -i :{release_inc} --os-name debian --os-not-required 13 | - git-bloom-generate -y rosrpm --prefix release/:{ros_distro} :{ros_distro} -i 14 | :{release_inc} 15 | devel_branch: foxy-devel 16 | last_version: 0.1.0 17 | name: ament_nodl 18 | patches: null 19 | release_inc: '1' 20 | release_repo_url: null 21 | release_tag: :{version} 22 | ros_distro: foxy 23 | vcs_type: git 24 | vcs_uri: https://github.com/ubuntu-robotics/ament_nodl.git 25 | version: :{auto} 26 | --------------------------------------------------------------------------------