[elbe-devel] [PATCH v1 1/2] elbepack: rfs.py: Enable build_sources

Viraj Shah viraj.shah at linutronix.de
Wed Aug 10 11:53:52 CEST 2022


build_sources needs to be enabled at this stage. So, later build_sources
would be enabled also during the stage of create_apt_sources_list.

Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
---
 elbepack/rfs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elbepack/rfs.py b/elbepack/rfs.py
index dd12e4f5a..727d3b8fa 100644
--- a/elbepack/rfs.py
+++ b/elbepack/rfs.py
@@ -93,7 +93,7 @@ class BuildEnv:
             self.fresh_debootstrap = False
             self.need_dumpdebootstrap = False
 
-        self.initialize_dirs(build_sources=build_sources)
+        self.initialize_dirs(build_sources=True)
         create_apt_prefs(self.xml, self.rfs)
 
     def cdrom_umount(self):
-- 
2.30.2



More information about the elbe-devel mailing list