Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subuser repair returns success to the shell despite failure #344

Open
DEVoytas opened this issue Mar 19, 2018 · 0 comments
Open

subuser repair returns success to the shell despite failure #344

DEVoytas opened this issue Mar 19, 2018 · 0 comments

Comments

@DEVoytas
Copy link
Contributor

After adding own image iceweasel-vlc and failure to repair:

Observed:

$ subuser repair
Verifying subuser configuration.
Checking if images need to be updated or installed...
[...]
New images for the following subusers need to be installed:
iceweasel-vlc
Installing iceweasel-vlc ...
[...]
Building image failed.
status: 500
Reason: Internal Server Error
Images for the following subusers failed to build:
iceweasel-vlc
Verify complete.
$ echo $?
0 # indicates success

Expected:

$ echo $?
1 # or other non-zero value indicates failure
Version used:

$ subuser version | head -1
Subuser version: 0.6.2-dev-c04a1bad771e65f2f27f9fc216c49753fa554258

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant