Non-existing recipe breaks app ls -S --chaos
#796
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a follow-up to #795 I tried with
--chaosbut now another wild thing happens:That recipe does not seem to exist and thus cannot be successfully cloned. The recipe dir only contains a non-functional
.git/dir.Curiously, adding
--offlinedoesn't change anything about this, it still tries cloning and claims success.I believe this is a result of passing
-Sand the work done in #737. If you want to query the real status of the deployment thenabrahas to investigate the recipe config to understand which services you are interested in.Where is the
snipe-itrecipe? If you have a local copy of it in$ABRA_DIR/recipesthen it will work ofc but I guessabrais assuming it is on the usual recipe listing. If you don't have it published then I would assume it's your responsibility to put it whereabraexpects it to be locally?Curious what further details you can provide and how you'd improve this situation!
I don't have the recipe at all, someone else on this server has been hacking on it. I don't have anything to do with that.
So what I would like is for the app to appear as an error state within the list so I can still see the rest. And print a warning or error message that this recipe was not found/does not exist.