Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Expose the invalid build-package on error #355
Conversation
|
Yeah, much better! |
kyrofa
reviewed
Mar 1, 2016
| - 'Could not find all the "build-packages" required in ' | ||
| - 'snapcraft.yaml\n') | ||
| + "Could not find a required package in 'build-packages': " | ||
| + '"The cache has\nno package named \'inexistent-package\'"\n') |
kyrofa
Mar 1, 2016
Member
The newline in here is throwing me. Why is it here and not in the other test below?
added a commit
that referenced
this pull request
Mar 1, 2016
sergiusens
merged commit f4b75f9
into
snapcore:master
Mar 1, 2016
sergiusens
deleted the
sergiusens:bugfix/1547672/mention-the-package
branch
Mar 1, 2016
pushed a commit
to kalikiana/snapcraft
that referenced
this pull request
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sergiusens commentedMar 1, 2016
The error that results from using an invalid build-package
is not very specific. This exposes the KeyError raised by apt.
LP: #1547672
Signed-off-by: Sergio Schvezov sergio.schvezov@ubuntu.com