Bug#1031654: game-data-packager: the heuristic should prefer another tool than pkexec over an SSH connection

2023-02-20 Thread Simon McVittie
On Sun, 19 Feb 2023 at 21:21:22 +0100, Alexandre Detiste wrote: > Without a PTY: > > tchet@brix ~/git/game-data-packager $ ssh localhost game-data-packager soltys > --install --install-method apt > tchet@localhost's password: > INFO:game_data_packager.build:will not produce "soltys-es-data"

Bug#1031654: game-data-packager: the heuristic should prefer another tool than pkexec over an SSH connection

2023-02-19 Thread Alexandre Detiste
Package: game-data-packager Version: 72 Severity: minor The heuristic could user "'SSH_CONNECTION' is in os.environ" and/or sys.stdin.isatty() --- Without a PTY: tchet@brix ~/git/game-data-packager $ ssh localhost game-data-packager soltys --install --install-method apt tchet@localhost's