db-dump script used to list (installable + installed) AGL SDKs is currently wrriten in nodejs.
In order to remove this dependency with nodejs, because it is the only script in xds-server that requires nodejs, this script must be rewritten into python.
This change is part of XDS-Server repository and there is no Eel branch in this repo. XDS tool has no dependency with AGL versions for now. So I think that there is no need to create an Eel branch and consequently no cherry pick.
Walt Miner
January 23, 2018 at 10:12 PM
I see the fix is posted to master. Should it be cherry picked to eel? You listed Eel 5.0.1 as a fix version.
db-dump script used to list (installable + installed) AGL SDKs is currently wrriten in nodejs.
In order to remove this dependency with nodejs, because it is the only script in xds-server that requires nodejs, this script must be rewritten into python.
https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/xds/xds-server.git;a=blob;f=scripts/sdks/agl/db-dump;h=aa8b30df5b72055302aa2c90643d9ce73b634179;hb=HEAD
Refer to README.md (https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/xds/xds-server.git;a=blob;f=scripts/sdks/README.md;h=97bae2111988178e5fb2d1cad68cd657f91eaae7;hb=HEAD) for more details about script usage.