-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update version number in config files to match the installed version #3
Changes from 6 commits
8583a77
8b69e64
4249a77
8cffb90
f5dbe08
f2f2f3a
f858082
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
{ | ||
|
||
$version = $lumenvox::options['media_server']['version'] | ||
$sem_ver = regsubst($version, '^(\d+\.\d+\.\d+)(.*)$','\1') | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are we sure this is sem_ver? Perhaps this is better called There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The $version variable get's used for installing the package and has extra characters in it that I strip out. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Cool, then how about There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That is much better. :) |
||
$mrcp_server_ip = $lumenvox::options['media_server']['mrcp_server_ip'] | ||
$enable_sre_logging = $lumenvox::options['media_server']['enable_sre_logging'] | ||
$sre_ip = $lumenvox::options['media_server']['sre_ip'] | ||
|
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.
Why are we locking to specific version here?
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.
json and json_pure 2.x don't work with ruby 1.9.3
1.8.3 is the last release before 2.0