Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to debug #88

Open
noerw opened this issue Nov 23, 2019 · 1 comment
Open

Document how to debug #88

noerw opened this issue Nov 23, 2019 · 1 comment

Comments

@noerw
Copy link

noerw commented Nov 23, 2019

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?

@nordurljosahvida
Copy link
Collaborator

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants