devops-csmake / csmake-providers

Providerrs (inputs/outputs) for csmake
GNU General Public License v3.0
0 stars 1 forks source link

PypiFacade: an exit handler needs to be created to bring the service down on keyboard interrupt #7

Open autumnpat opened 7 years ago

autumnpat commented 7 years ago

The PypiFacade code merrily continues to work away despite a ^c being issued leaving any chroots unable to umount, for example.

The onExit handler calls disposeService...this should clean up and end the service...

There may be a deeper flaw here

autumnpat commented 7 years ago

https://github.com/csmake-hpe/csmake/issues/4