You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use '.asc' extension for ASCII-armored keys (#1116)
Evidently older Ubuntu versions will accept '.key', but newer ones will
reject it.
Follow-up to ca42b12
Signed-off-by: Scott K Logan <logans@cottsay.net>
@[for i, url inenumerate(distribution_repository_urls)]@
18
-
RUNechodeb [@[if distribution_repository_keys[i]]signed-by=/etc/apt/keyrings/ros-buildfarm-@(i).key@[else]trusted=yes@[end if]] @url@os_code_name main | tee -a /etc/apt/sources.list.d/buildfarm.list
18
+
RUNechodeb [@[if distribution_repository_keys[i]]signed-by=/etc/apt/keyrings/ros-buildfarm-@(i).asc@[else]trusted=yes@[end if]] @url@os_code_name main | tee -a /etc/apt/sources.list.d/buildfarm.list
19
19
@[if add_source and url == target_repository]@
20
-
RUNecho deb-src [@[if distribution_repository_keys[i]]signed-by=/etc/apt/keyrings/ros-buildfarm-@(i).key@[else]trusted=yes@[end if]] @url@os_code_name main | tee -a /etc/apt/sources.list.d/buildfarm.list
20
+
RUNecho deb-src [@[if distribution_repository_keys[i]]signed-by=/etc/apt/keyrings/ros-buildfarm-@(i).asc@[else]trusted=yes@[end if]] @url@os_code_name main | tee -a /etc/apt/sources.list.d/buildfarm.list
21
21
@[end if]@
22
22
@[end for]@
23
23
@# On Ubuntu Trusty a newer version of dpkg is required to install Debian packages created by stdeb on newer distros
0 commit comments