]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39580: add check for CLI installation on macOS (GH-20271)
authorRick Heil <rickheil@partnersandsimons.com>
Thu, 25 Jun 2020 10:37:40 +0000 (06:37 -0400)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2020 10:37:40 +0000 (06:37 -0400)
commit5f190d2cc60cd82a604cbffb58b6ca8f40350a7a
tree1a4907f0dbcca77c7d4ec4132b932ff8391e368e
parent1931e64de127db766031c442a083905cd74e2485
bpo-39580: add check for CLI installation on macOS (GH-20271)

Adds a simple check for whether or not the package is being installed in the GUI or using installer on the command line. This addresses an issue where CLI-based software management tools (such as Munki) unexpectedly open Finder windows into a GUI session during installation runs.
Mac/BuildScript/scripts/postflight.documentation
Misc/NEWS.d/next/macOS/2020-06-25-06-09-00.bpo-39580.N_vJ9h.rst [new file with mode: 0644]