-
Notifications
You must be signed in to change notification settings - Fork 21
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
Use pbuilder in CI #61
Comments
|
Why not consider to use it instead of |
AFAIR, my initial goal was to check that built source packages can be built on the launchpad without submitting builds to it, and |
But it also actually builds the binary |
|
Is it possible to build a source package (aka |
AFAIU, no, only binary |
As for building binary packages, I think it's a good idea to update |
Clarification and motivation
After #60 we'll have proper package generation for ubuntu.
We want to be sure that source packages generated inside docker container are sane. One way to do that
is to build them using
pbuilder
.Acceptance criteria
CI runs
pbuilder
for at least one source package to test the building.The text was updated successfully, but these errors were encountered: