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

Added support for devuan linux distribution #2553

Merged
merged 6 commits into from
May 18, 2022

Commits on Apr 20, 2022

  1. Added support for distro Devuan

    (Will only work with Devuan >= 4 (Chimaera) - reason is
    that in Devuan < 4, the platform.linux_distribution module is
    used to get distro details - and this module is unable to
    distinguish between Debian and Devuan. In Chimaera, python3 is 3.9,
    and in this, platform.linux_distribution has been removed, so that
    distro details are obtained using distro.linux_distribution - which
    is able to distinguish between Debian and Devuan)
    
    Details:
    
    - added azurelinuxagent/common/osutil/devuan.py
    - modified azurelinuxagent/common/osutil/factory.py to use devuan.py
    - added init and config files for devuan
    - modified setup.py for devuan support
    - modified tests/common/osutil/test_factory.py to test devuan support
    peter9370 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    d7b3d60 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    d287232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e30fab View commit details
    Browse the repository at this point in the history
  3. init/devuan/walinuxagent: removed all operations on and references to…

    … pidfile, and simplified status to reflect this
    peter9370 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    d4ac6f3 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

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