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

[ros] noetic ros-comm 1.15.13 -> 1.15.14 #11727

Merged

Conversation

mikaelarguedas
Copy link
Contributor

No description provided.

Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
@github-actions
Copy link

Diff for d303e64:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 5a2b425..eef09bf 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -63,12 +63,12 @@ Directory: ros/rolling/ubuntu/focal/ros-base
 
 Tags: foxy-ros1-bridge, foxy-ros1-bridge-focal
 Architectures: amd64, arm64v8
-GitCommit: d1e081089b3f7d8c118561b0f39998e7163a5f0a
+GitCommit: 8c7ec280db9c754aa163e84bf70f4cbb902e69fb
 Directory: ros/foxy/ubuntu/focal/ros1-bridge
 
 Tags: galactic-ros1-bridge, galactic-ros1-bridge-focal
 Architectures: amd64, arm64v8
-GitCommit: d1e081089b3f7d8c118561b0f39998e7163a5f0a
+GitCommit: 8c7ec280db9c754aa163e84bf70f4cbb902e69fb
 Directory: ros/galactic/ubuntu/focal/ros1-bridge
 
 Tags: melodic-perception, melodic-perception-bionic
@@ -103,5 +103,5 @@ Directory: ros/noetic/debian/buster/robot
 
 Tags: rolling-ros1-bridge, rolling-ros1-bridge-focal
 Architectures: amd64, arm64v8
-GitCommit: 99de493c86284df5c4c1a2a2692311a53a63a08b
+GitCommit: 8c7ec280db9c754aa163e84bf70f4cbb902e69fb
 Directory: ros/rolling/ubuntu/focal/ros1-bridge
diff --git a/ros_foxy-ros1-bridge-focal/Dockerfile b/ros_foxy-ros1-bridge-focal/Dockerfile
index 3eec6c4..c1da337 100644
--- a/ros_foxy-ros1-bridge-focal/Dockerfile
+++ b/ros_foxy-ros1-bridge-focal/Dockerfile
@@ -13,7 +13,7 @@ ENV ROS2_DISTRO foxy
 
 # install ros packages
 RUN apt-get update && apt-get install -y --no-install-recommends \
-    ros-noetic-ros-comm=1.15.13-1* \
+    ros-noetic-ros-comm=1.15.14-1* \
     ros-noetic-roscpp-tutorials=0.10.2-1* \
     ros-noetic-rospy-tutorials=0.10.2-1* \
     && rm -rf /var/lib/apt/lists/*
diff --git a/ros_galactic-ros1-bridge-focal/Dockerfile b/ros_galactic-ros1-bridge-focal/Dockerfile
index 9649d99..2ba2b1e 100644
--- a/ros_galactic-ros1-bridge-focal/Dockerfile
+++ b/ros_galactic-ros1-bridge-focal/Dockerfile
@@ -13,7 +13,7 @@ ENV ROS2_DISTRO galactic
 
 # install ros packages
 RUN apt-get update && apt-get install -y --no-install-recommends \
-    ros-noetic-ros-comm=1.15.13-1* \
+    ros-noetic-ros-comm=1.15.14-1* \
     ros-noetic-roscpp-tutorials=0.10.2-1* \
     ros-noetic-rospy-tutorials=0.10.2-1* \
     && rm -rf /var/lib/apt/lists/*
diff --git a/ros_rolling-ros1-bridge-focal/Dockerfile b/ros_rolling-ros1-bridge-focal/Dockerfile
index 478e304..641a49e 100644
--- a/ros_rolling-ros1-bridge-focal/Dockerfile
+++ b/ros_rolling-ros1-bridge-focal/Dockerfile
@@ -13,7 +13,7 @@ ENV ROS2_DISTRO rolling
 
 # install ros packages
 RUN apt-get update && apt-get install -y --no-install-recommends \
-    ros-noetic-ros-comm=1.15.13-1* \
+    ros-noetic-ros-comm=1.15.14-1* \
     ros-noetic-roscpp-tutorials=0.10.2-1* \
     ros-noetic-rospy-tutorials=0.10.2-1* \
     && rm -rf /var/lib/apt/lists/*

Relevant Maintainers:

@mikaelarguedas
Copy link
Contributor Author

I cannot reproduce the gpg key issue.
What is surprising to me is that the same key is used to sign the apt repo for all ros distributions but in your CI only some of them fail: In #11692 (comment) it was noetic and galactic. And on this PR it is rolling and melodic but noetic and galactic pass.

@yosifkit
Copy link
Member

🤔 It must be related to our proxy to get more reliable keyserver responses (https://github.com/tianon/pgp-happy-eyeballs) and so some of the servers we attempt have the expired key still and are sometimes faster than the others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants