You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@noerw correct. -dl -pl sources local versions of files even if modified by the user, but in the cloned dir ~/aenigma and not in the actual installation dir ~/openspace42/aenigma, and upon installation completion the cloned dir gets removed. Everything has to be documented, but it would be well worth it because this is all part of the underlying frameworks we're developing which would directly benefit other projects as well!
As the installer always fetches
dna
andaenigma
on each run ofsetup
, it's hard to develop quick fixes. The workaround is to runsetup
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?The text was updated successfully, but these errors were encountered: