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

Remove packages with known issues on debian/ubuntu #93

Merged
merged 3 commits into from
Nov 20, 2015

Commits on Nov 20, 2015

  1. Remove packages with known issues on debian/ubuntu

    This was complicated by the existence of virtual packages in the debian
    distro family. A library with helper functions for this was addded.
    
    HardeningFramework-DCO-1.1-Signed-off-by: Mike Moate <github@mikemoate.co.uk> (github: mikemoate)
    mikemoate committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    8cdb6a4 View commit details
    Browse the repository at this point in the history
  2. Disable rubocop rule for SpecialGlobalVars

    My regex skills are not strong enough to rewrite this line yet. Disable
    rubocop warning for now to get a CI build to complete.
    
    HardeningFramework-DCO-1.1-Signed-off-by: Mike Moate <github@mikemoate.co.uk> (github: mikemoate)
    mikemoate committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    2d0e1d9 View commit details
    Browse the repository at this point in the history
  3. Include copyright for portions based on apt package provider

    Add the Opscode copyright from
    https://github.com/chef/chef/blob/master/lib/chef/provider/package/apt.rb
    since portions are based on this code.
    mikemoate committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    d50400e View commit details
    Browse the repository at this point in the history