issues
search
mu-editor
/
pup
Pluggable Micro Packager
MIT License
14
stars
5
forks
source link
Stop on failures, set proper exit code.
#212
Open
tmontes
opened
2 years ago
tmontes
commented
2 years ago
FACTS:
pup
spawns sub-processes to run packaging tools across different platforms.
THINGS WE WANT:
If any of those sub-processes fails
pup
should stop straight away and return a non-zero exit code.
CANDIDATE TARGETS:
Running
pip
.
Running WiX on Windows.
Running AppImageTool on Linux.
More?... Most probably.
tmontes
commented
2 years ago
NOTE:
166 is related to this!
FACTS:
pup
spawns sub-processes to run packaging tools across different platforms.THINGS WE WANT:
pup
should stop straight away and return a non-zero exit code.CANDIDATE TARGETS:
pip
.