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

Just don't bother checking the OS or distro. #52

Merged
merged 1 commit into from Oct 9, 2013
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Just don't bother checking the OS or distro.

  • Loading branch information
philip-loggly committed Oct 9, 2013
commit d3220171a227bd6d02fdbe2290cf41b220b0958c
@@ -470,12 +470,6 @@ def perform_sanity_check(current_environment):
Performing quick check of OS and Syslog
"""
printLog("Performing sanity check....")
if (current_environment['distro_id'] == OS_UNSUPPORTED\
or OS_FAIL in LOGGLY_QA):
printLog(STR_EXIT_MESSAGE % current_environment['operating_system'])
sys_exit(
reason = STR_EXIT_MESSAGE % current_environment['operating_system']
)

syslog_versions = {}
for (syslog_type, syslog_version)\
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.