public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] dpkg-source: Export proxy settings
@ 2025-10-28  1:35 Kazunori Kobayashi
  2025-10-28 11:59 ` 'Florian Bezdeka' via isar-users
  0 siblings, 1 reply; 9+ messages in thread
From: Kazunori Kobayashi @ 2025-10-28  1:35 UTC (permalink / raw)
  To: isar-users; +Cc: hiraku.toyooka, masami.ichikawa, Kazunori Kobayashi

This sets proxy environment variables to be passed to schroot.

Signed-off-by: Kazunori Kobayashi <kazunori.kobayashi@miraclelinux.com>
---
 meta/classes/dpkg-source.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/dpkg-source.bbclass b/meta/classes/dpkg-source.bbclass
index 4877abd6..a16e5812 100644
--- a/meta/classes/dpkg-source.bbclass
+++ b/meta/classes/dpkg-source.bbclass
@@ -65,6 +65,8 @@ do_fetch_common_source() {
     trap 'exit 1' INT HUP QUIT TERM ALRM USR1
     trap 'schroot_cleanup' EXIT
 
+    E="${@ isar_export_proxies(d)}"
+
     schroot -r -c ${session_id} -d / -u root -- \
         apt-get update -o Dir::Etc::SourceList="sources.list.d/isar-apt.list" -o Dir::Etc::SourceParts="-" -o APT::Get::List-Cleanup="0"
     schroot -r -c ${session_id} -d / -- \
-- 
2.39.5

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20251028013532.1388325-1-kazunori.kobayashi%40miraclelinux.com.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-10-30 12:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-28  1:35 [PATCH] dpkg-source: Export proxy settings Kazunori Kobayashi
2025-10-28 11:59 ` 'Florian Bezdeka' via isar-users
2025-10-29  1:43   ` Kazunori Kobayashi
2025-10-29 13:53     ` 'Florian Bezdeka' via isar-users
2025-10-30  2:36       ` Kazunori Kobayashi
2025-10-30  9:37         ` [PATCH v2] " Kazunori Kobayashi
2025-10-30  9:48         ` [PATCH] " Kazunori Kobayashi
2025-10-30 10:13         ` 'Florian Bezdeka' via isar-users
2025-10-30 12:30           ` Kazunori Kobayashi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox