Skip to content

Commit b58fd78

Browse files
authored
remove custom ROSDISTRO_INDEX_URL (ros2#91)
1 parent d0d432e commit b58fd78

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

source/Tutorials/Releasing-a-ROS-2-package-with-bloom.rst

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,16 @@ See above version requirements.
4343
4444
sudo apt install python-catkin-pkg python-bloom
4545
46-
Differences from ROS 1 Bloom
47-
----------------------------
48-
49-
If you've bloomed packages before in ROS 1, ROS 2's requirements will look familiar.
50-
51-
ROS 2 uses a forked rosdistro index located at https://github.com/ros2/rosdistro.
52-
You can configure bloom to use it by setting the ``ROSDISTRO_INDEX_URL`` environment variable.
46+
If you're using a version of bloom older than 0.6.8 you'll need to use the v3 index url for releasing.
5347

5448
.. code-block:: bash
5549
56-
export ROSDISTRO_INDEX_URL='https://raw.githubusercontent.com/ros2/rosdistro/ros2/index-v4.yaml'
57-
58-
If you're using a version of bloom older than 0.6.8 you'll need to use the v3 index url for releasing into Bouncy.
59-
60-
.. code-block:: bash
50+
export ROSDISTRO_INDEX_URL='https://raw.githubusercontent.com/ros/rosdistro/master/index.yaml'
6151
62-
export ROSDISTRO_INDEX_URL='https://raw.githubusercontent.com/ros2/rosdistro/ros2/index.yaml'
52+
No differences from ROS 1 Bloom
53+
-------------------------------
6354

55+
If you've bloomed packages before in ROS 1, the ROS 2 process is exactly the same.
6456

6557
Procedure
6658
---------

0 commit comments

Comments
 (0)