Use sbuild for building Ubuntu packages in isolation#5
Draft
Use sbuild for building Ubuntu packages in isolation#5
Conversation
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
This module will be used during the building of packages for Ubuntu and RHEL and for helping with the CI. It provide utilities functions to call shell comands while respecting the exit status of child processs and reading stdout and stderr in memory efficient way (This is important because build processes can generate a lot of output). Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
It shoudl abort the build process as soon as some package fails to build, and exit with error state Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
- Add a summary to the end of the output - Use pod for documentation - Check exit status AND if files were generated in the disk - Add --keep-going and fix target creation directory bug - Add apt-cache-ng to save network bandwith during the builds Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
This fix the reprepro repository generation Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
The repositories will be used during the tests Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
af42617 to
4116d47
Compare
4116d47 to
8d4a1ba
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use sbuild for building Ubuntu packages in isolation