As the installer always fetches dna and aenigma on each run of setup, it's hard to develop quick fixes. The workaround is to run setup with -dl -pl, which uses the already fetched versions of the components, thus respects local changes.
I found this after studying the scripts, would be nice to see this documented somewhere.
edit: Also document -ov for debug output?
As the installer always fetches
dnaandaenigmaon each run ofsetup, it's hard to develop quick fixes. The workaround is to runsetupwith-dl -pl, which uses the already fetched versions of the components, thus respects local changes.I found this after studying the scripts, would be nice to see this documented somewhere.
edit: Also document
-ovfor debug output?