Skip to content

Commit

Permalink
Merge pull request #748 from osrf/jazzy_main
Browse files Browse the repository at this point in the history
[ROS] Jazzy use main apt repo
  • Loading branch information
mikaelarguedas committed May 23, 2024
2 parents 0cbd0ef + 96528fa commit 7d9aad0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ros_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- '.ci/**'
- '.github/workflows/ros_ci.yaml'
# - 'ros/rolling/**'
- 'ros/jazzy/**'
- 'ros/iron/**'
- 'ros/humble/**'
- 'ros/noetic/**'
Expand All @@ -15,6 +16,7 @@ on:
- '.ci/**'
- '.github/workflows/ros_ci.yaml'
# - 'ros/rolling/**'
- 'ros/jazzy/**'
- 'ros/iron/**'
- 'ros/humble/**'
- 'ros/noetic/**'
Expand All @@ -28,6 +30,7 @@ jobs:
matrix:
env:
# - {HUB_REPO: ros, HUB_RELEASE: rolling, HUB_OS_NAME: ubuntu, HUB_OS_CODE_NAME: jammy}
- {HUB_REPO: ros, HUB_RELEASE: jazzy, HUB_OS_NAME: ubuntu, HUB_OS_CODE_NAME: noble}
- {HUB_REPO: ros, HUB_RELEASE: iron, HUB_OS_NAME: ubuntu, HUB_OS_CODE_NAME: jammy}
- {HUB_REPO: ros, HUB_RELEASE: humble, HUB_OS_NAME: ubuntu, HUB_OS_CODE_NAME: jammy}
- {HUB_REPO: ros, HUB_RELEASE: noetic, HUB_OS_NAME: ubuntu, HUB_OS_CODE_NAME: focal}
Expand Down
6 changes: 3 additions & 3 deletions ros/jazzy/ubuntu/noble/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ build:
@docker build --tag=ros:jazzy-ros-core-noble ros-core/.
@docker build --tag=ros:jazzy-ros-base-noble ros-base/.
@docker build --tag=ros:jazzy-perception-noble perception/.
@docker build --tag=osrf/ros:jazzy-simulation-noble simulation/.
@docker build --tag=osrf/ros:jazzy-desktop-noble desktop/.
@docker build --tag=osrf/ros:jazzy-desktop-full-noble desktop-full/.
# @docker build --tag=osrf/ros:jazzy-simulation-noble simulation/.
# @docker build --tag=osrf/ros:jazzy-desktop-noble desktop/.
# @docker build --tag=osrf/ros:jazzy-desktop-full-noble desktop-full/.

pull:
@docker pull ros:jazzy-ros-core-noble
Expand Down
4 changes: 2 additions & 2 deletions ros/jazzy/ubuntu/noble/ros-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ RUN set -eux; \
export GNUPGHOME="$(mktemp -d)"; \
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; \
mkdir -p /usr/share/keyrings; \
gpg --batch --export "$key" > /usr/share/keyrings/ros2-testing-archive-keyring.gpg; \
gpg --batch --export "$key" > /usr/share/keyrings/ros2-latest-archive-keyring.gpg; \
gpgconf --kill all; \
rm -rf "$GNUPGHOME"

# setup sources.list
RUN echo "deb [ signed-by=/usr/share/keyrings/ros2-testing-archive-keyring.gpg ] http://packages.ros.org/ros2-testing/ubuntu noble main" > /etc/apt/sources.list.d/ros2-testing.list
RUN echo "deb [ signed-by=/usr/share/keyrings/ros2-latest-archive-keyring.gpg ] http://packages.ros.org/ros2/ubuntu noble main" > /etc/apt/sources.list.d/ros2-latest.list

# setup environment
ENV LANG C.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion ros/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@ release_names:
- "$release_name-ros-base"
- "$release_name-ros-base-$os_code_name"
- "$release_name"
- latest
perception:
aliases:
- "$release_name-perception"
Expand Down Expand Up @@ -618,6 +617,7 @@ release_names:
- "$release_name-ros-base"
- "$release_name-ros-base-$os_code_name"
- "$release_name"
- latest
perception:
aliases:
- "$release_name-perception"
Expand Down
6 changes: 3 additions & 3 deletions ros/ros
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Architectures: amd64, arm64v8
GitCommit: 27cc0b68263bbbb10bb58dd814efc0a6b0a01ec7
Directory: ros/humble/ubuntu/jammy/ros-core

Tags: humble-ros-base, humble-ros-base-jammy, humble, latest
Tags: humble-ros-base, humble-ros-base-jammy, humble
Architectures: amd64, arm64v8
GitCommit: 20e3ba685bb353a3c00be9ba01c1b7a6823c9472
Directory: ros/humble/ubuntu/jammy/ros-base
Expand Down Expand Up @@ -80,10 +80,10 @@ Directory: ros/iron/ubuntu/jammy/perception

Tags: jazzy-ros-core, jazzy-ros-core-noble
Architectures: amd64, arm64v8
GitCommit: 0038f1c3a11aa0fc573d698b39ab5c204aad5a40
GitCommit: 74e321bc1837c29f223a6d54895aa3c8eb184119
Directory: ros/jazzy/ubuntu/noble/ros-core

Tags: jazzy-ros-base, jazzy-ros-base-noble, jazzy
Tags: jazzy-ros-base, jazzy-ros-base-noble, jazzy, latest
Architectures: amd64, arm64v8
GitCommit: 0038f1c3a11aa0fc573d698b39ab5c204aad5a40
Directory: ros/jazzy/ubuntu/noble/ros-base
Expand Down

0 comments on commit 7d9aad0

Please sign in to comment.