[elbe-devel] devel folder issue

Torben Hohn torben.hohn at linutronix.de
Wed Dec 9 12:25:18 CET 2020


On Tue, Nov 24, 2020 at 04:47:00PM +0100, Köry Maincent wrote:
> Hello,
> 
> I used to work on ELBE source from the directory /var/cache/elbe/devel but it
> seems to no work anymore?
> The initvm takes the source from /usr/lib/python3/dist-packages/elbepack
> I think it is an issue because the --devel parameter is useless if we can
> not use the devel folder to work on ELBE source. Do I have missed something?

Hi Köry,

i think i can not reproduce this behaviour.

diff --git a/elbepack/directories.py b/elbepack/directories.py
index 3909dbaa4..afa7287a7 100644
--- a/elbepack/directories.py
+++ b/elbepack/directories.py
@@ -41,6 +41,7 @@ def init_directories(elbe_relpath):
 
 
 def get_cmdlist():
+    print(elbepack.commands.__path__)
     return [x for _, x, _ in iter_modules(elbepack.commands.__path__)]
 
 
i have added this print, and it outputs:

['/var/cache/elbe/devel/elbepack/commands']

as expected.

Can you narrow this down please ?


> 
> Regards,
> 
> -- 
> Köry Maincent, Bootlin
> Embedded Linux and kernel engineering
> https://bootlin.com
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel

-- 
Torben Hohn
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99

Hinweise zum Datenschutz finden Sie hier (Informations on data privacy 
can be found here): https://linutronix.de/kontakt/Datenschutz.php

Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen | 
Registergericht (Registration Court): Amtsgericht Freiburg i.Br., HRB700 
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas Gleixner


More information about the elbe-devel mailing list