pyinfra-dev / pyinfra

pyinfra turns Python code into shell commands and runs them on your servers. Execute ad-hoc commands and write declarative operations. Target SSH servers, local machine and Docker containers. Fast and scales from one server to thousands.
https://pyinfra.com
MIT License
3.91k stars 382 forks source link

Upgrade to distro 1.6 #641

Closed Fizzadar closed 3 weeks ago

Fizzadar commented 3 years ago

Includes the root_dir argument so can remove the hack around it in https://github.com/Fizzadar/pyinfra/blob/current/pyinfra/facts/util/distro.py.

link2xt commented 1 year ago

Is this stale issue already done? setup.py requires distro 1.6: https://github.com/Fizzadar/pyinfra/blob/6eca1a52d955a0497cd33c02cb9a94176f93583d/setup.py#L31

Not sure what root_dir is.