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

Adds the possibility to also use downloadonly in kwargs #55448

Merged
merged 6 commits into from
Dec 2, 2019
Merged

Adds the possibility to also use downloadonly in kwargs #55448

merged 6 commits into from
Dec 2, 2019

Commits on Nov 27, 2019

  1. Adds the possibility to also use downloadonly in kwargs

    The download_only parameter in the apt module is not in line with
    the yum and zypper modules. Both of them use downloadonly without
    the underline.
    
    With this change apt now additionally supports the downloadonly
    parameter.
    
    Fixes #54790
    brejoc committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    3cf381c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc62a18 View commit details
    Browse the repository at this point in the history
  3. Fixes linter error

    brejoc committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    4a4f02c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c22919e View commit details
    Browse the repository at this point in the history
  5. I need some debug output from the test suite

    This will be cleaned up later.
    brejoc committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    8cd6c23 View commit details
    Browse the repository at this point in the history
  6. Fix for aptpkg test with older mock modules

    … and removal of debug prints
    brejoc committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    a37c2e1 View commit details
    Browse the repository at this point in the history