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 #54793

Closed
wants to merge 9 commits into from
Closed

Adds the possibility to also use downloadonly in kwargs #54793

wants to merge 9 commits into from

Commits on Sep 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 Sep 27, 2019
    Configuration menu
    Copy the full SHA
    af00af8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e84865 View commit details
    Browse the repository at this point in the history
  3. Fixes linter error

    brejoc committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    8eb3272 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9fe301 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    6e8a490 View commit details
    Browse the repository at this point in the history
  2. Merge branch '2019.2.1_downloadonly-fix' of github.com:brejoc/salt in…

    …to 2019.2.1_downloadonly-fix
    brejoc committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    1d5e28b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. I need some debug output from the test suite

    This will be cleaned up later.
    brejoc committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    d29e8a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Configuration menu
    Copy the full SHA
    e4d6fc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Fix for aptpkg test with older mock modules

    … and removal of debug prints
    brejoc committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    31cd398 View commit details
    Browse the repository at this point in the history