Ravenports / ravenadm

Administration tool for Ravenports
http://www.ravenports.com
ISC License
17 stars 3 forks source link

EXRUN insufficient when variants used #70

Closed jrmarino closed 1 year ago

jrmarino commented 1 year ago

example port split into subpackages:

If there are multiple variants (standard and dos) and EXRUN[tools]= example:primary:standard, then example:tools:dos will try to pull in example:primary:standard instead of example:primary:dos subpackage.

ravenadm has to figure this out and link to the proper one.

jrmarino commented 1 year ago

so probably it should be designed that if the value of the exruns has no colons in it, and it matches a subpackage, it should be constructed.

in this example:

EXRUN[tools]= primary. for the standard variant, this goes to example.tools.standard pulls in example.primary.standard and example.tools.dos pulls in example.primary.dos

jrmarino commented 1 year ago

Release 2.07 is out with this fix.