-
Notifications
You must be signed in to change notification settings - Fork 303
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
fix numeric sorting #174
fix numeric sorting #174
Conversation
|
Looking good, +1 |
|
Solaris 11 is "modern" and supports this feature. |
|
Can we use the ruby script instead? |
|
The ruby script is only currently used on windows. We've been hesitant |
|
Can we get rid of spaces in the fragment names? Print0 is only needed to
|
|
As puppet depends on ruby we have ruby installed. Normally ruby is not available in Solaris 10. I tried the ruby script from the command line. Seems to work. |
Per discussion on puppetlabs#174, Solaris 10 does not support the find/xargs switches that were introduced in that PR (but Solaris 11 does).
Per discussion on puppetlabs#174, Solaris 10 does not support the find/xargs switches that were introduced in that PR (but Solaris 11 does).
Per discussion on puppetlabs#174, Solaris 10 does not support the find/xargs switches that were introduced in that PR (but Solaris 11 does). + fix linter warnings/errors
Per discussion on puppetlabs#174, Solaris 10 does not support the find/xargs switches that were introduced in that PR (but Solaris 11 does). + add a shebang to concatfragments.rb + fix linter warnings/errors
Per discussion on puppetlabs#174, Solaris 10 does not support the find/xargs switches that were introduced in that PR (but Solaris 11 does). + add a shebang to concatfragments.rb + fix linter warnings/errors
Reworked change to be in a separate branch as requested. This is a fix for numeric sorting supporting spaces in the fragment file names.