-
Notifications
You must be signed in to change notification settings - Fork 238
Python based installation #170
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
Conversation
…core into python-based-installation
…core into python-based-installation
Codecov Report
@@ Coverage Diff @@
## master #170 +/- ##
==========================================
- Coverage 95.75% 95.37% -0.39%
==========================================
Files 312 314 +2
Lines 15584 15704 +120
==========================================
+ Hits 14923 14977 +54
- Misses 661 727 +66
Continue to review full report at Codecov.
|
weidenba
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does not work :(
$ src/install.py -U -N
[2018-10-31 11:30:48][install][INFO]: FACT Installer 1.0
Traceback (most recent call last):
File "src/install.py", line 148, in <module>
os.chdir('install')
FileNotFoundError: [Errno 2] No such file or directory: 'install'
Please correct install.md
src/helperFunctions/install.py
Outdated
| return True | ||
|
|
||
|
|
||
| def check_if_executable_in_bin_folder(executable_name): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this function does nothing?
src/helperFunctions/install.py
Outdated
| logging.info('{} {}'.format(action, ' '.join(packages))) | ||
|
|
||
|
|
||
| def apt_update_sources(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merge all functions that use execute_shell_command check return_code
Request for feeback