From f4170dd82e4e547df13fef6e4e1574bcc4b381be Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 9 May 2026 09:16:46 -0300 Subject: [PATCH] profiles: move llm-agent-common.inc to llm-agent-common.profile Move it together with the other profiles used for redirecting in `etc/profile*`. Commands used to search and replace: git mv etc/inc/llm-agent-common.inc etc/profile-a-l/llm-agent-common.profile git grep -IElz llm-agent-common.inc | xargs -0 perl -pi -e ' s/llm-agent-common.inc/llm-agent-common.profile/ ' This amends commit c81777164 ("profiles: add llm-agent-common.inc (#7158)", 2026-05-08). --- README | 2 +- RELNOTES | 2 +- etc/profile-a-l/gemini.profile | 2 +- .../llm-agent-common.profile} | 0 etc/profile-m-z/opencode.profile | 2 +- etc/profile-m-z/pi.profile | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename etc/{inc/llm-agent-common.inc => profile-a-l/llm-agent-common.profile} (100%) diff --git a/README b/README index ddbc6bd9a..41aa62f78 100644 --- a/README +++ b/README @@ -167,7 +167,7 @@ Amin Vakil (https://github.com/aminvakil) - new profile: gemini (#6936) - new profile: opencode (#7135) - new profile: pi (#7136) - - profiles: add llm-agent-common.inc (#7158) + - profiles: add llm-agent-common.profile (#7158) Ammon Smith (https://github.com/ammongit) - Add DBus filter rules specific to firefox-developer-edition Andreas Hunkeler (https://github.com/Karneades) diff --git a/RELNOTES b/RELNOTES index bf4be0d62..86d4c733c 100644 --- a/RELNOTES +++ b/RELNOTES @@ -24,7 +24,7 @@ firejail (0.9.81) baseline; urgency=low * profiles: firefox-common: allow auto light/dark theme switching (#7103) * profiles: steam: allow more 3d cache paths (#7149) * profiles: torbrowser-launcher: add no3d (#7143) - * profiles: add llm-agent-common.inc (#7158) + * profiles: add llm-agent-common.profile (#7158) * new profile: gemini (#6936) * new profile: opencode (#7135) * new profile: pi (#7136) diff --git a/etc/profile-a-l/gemini.profile b/etc/profile-a-l/gemini.profile index 5b85b296b..9a041a0c0 100644 --- a/etc/profile-a-l/gemini.profile +++ b/etc/profile-a-l/gemini.profile @@ -18,4 +18,4 @@ noblacklist ${HOME}/.gemini #include whitelist-common.inc # Redirect -include llm-agent-common.inc +include llm-agent-common.profile diff --git a/etc/inc/llm-agent-common.inc b/etc/profile-a-l/llm-agent-common.profile similarity index 100% rename from etc/inc/llm-agent-common.inc rename to etc/profile-a-l/llm-agent-common.profile diff --git a/etc/profile-m-z/opencode.profile b/etc/profile-m-z/opencode.profile index 9cdf02434..22fd28219 100644 --- a/etc/profile-m-z/opencode.profile +++ b/etc/profile-m-z/opencode.profile @@ -28,4 +28,4 @@ noblacklist ${HOME}/.local/state/opencode apparmor # Redirect -include llm-agent-common.inc +include llm-agent-common.profile diff --git a/etc/profile-m-z/pi.profile b/etc/profile-m-z/pi.profile index 69be8e526..001e2284b 100644 --- a/etc/profile-m-z/pi.profile +++ b/etc/profile-m-z/pi.profile @@ -20,4 +20,4 @@ noblacklist ${HOME}/.pi #include whitelist-common.inc # Redirect -include llm-agent-common.inc +include llm-agent-common.profile