-
-
Notifications
You must be signed in to change notification settings - Fork 894
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
setuptools support #13
Comments
Yeah of course but I have some other features on TODO list for now. |
thank you! ^_^ also it would be great if this project could support XDG Base Directory Specification P.S. [+] Make new directory: /tmp/linxon-tmp-files/workspaces/linxon.ru
* Serving Flask app "app" (lazy loading)
* Environment: production
WARNING: Do not use the development server in a production environment.
Use a production WSGI server instead.
* Debug mode: on
/usr/lib64/python3.6/site-packages/osmedeus/core/rest
[+] Writing /usr/lib64/python3.6/site-packages/osmedeus/core/rest/storages/options.json
[-] Writing fail: /usr/lib64/python3.6/site-packages/osmedeus/core/rest/storages/options.json
[*] Cleasning activities log
[+] Writing /usr/lib64/python3.6/site-packages/osmedeus/core/rest/storages/activities.json
[-] Writing fail: /usr/lib64/python3.6/site-packages/osmedeus/core/rest/storages/activities.json
---<---<--@ Target: linxon.ru @-->--->---
|
That's will help reduce verbose log but the purpose of that is the plugin tool or workspace can be located from anywhere in the machine. |
just to make it clear, it is NOT enough just to create a single setup.py file. You need to rewrite the code so it won't be changing a system-installed software (these json files, may be others) and redirect all output to a local (userdir ./~xxx) folder. |
Look like you guys built it for me so I'm gonna close this issue. |
No, it is not fixed |
ping?.. Can you point it out how it was fixed? There is no setup.py and it were no relevant commitments. |
so we installed it as a module eventually using workarounds. |
laramies/theHarvester#52 if you want to know more or look at examples.. There is a pull request over where we changed the structure and came up with a proper setup.py |
The issue is no longer exist due to the repo having been upgraded to Osmedeus Next Generation v4.0 |
What you have done with Please fix THIS issue, we will continue packaging it as it should be. |
I have added osmedeus to our hall of shame for now, |
Hi!
do you can add the
setuptools
support?The text was updated successfully, but these errors were encountered: