openflighthpc / flight-desktop

Manage interactive GUI desktop sessions
Eclipse Public License 2.0
0 stars 2 forks source link

Better Error Handling for Prepare #7

Closed ColonelPanics closed 4 years ago

ColonelPanics commented 4 years ago

It seems like the desktop prepare command will successfully complete and verify a desktop no matter what actually happens with the preparation itself (e.g. packages missing from repo or a repofile preventing yum from working [this is the case with chrome prepare on arm]).

Perhaps some sort of exit code based yay/nay for whether the preparation has actually worked?