Create debian packages for grub-trenchboot_support#2
Open
Cezarus27 wants to merge 1 commit intoTrenchBoot:trenchboot_support_2.04from
Open
Create debian packages for grub-trenchboot_support#2Cezarus27 wants to merge 1 commit intoTrenchBoot:trenchboot_support_2.04from
Cezarus27 wants to merge 1 commit intoTrenchBoot:trenchboot_support_2.04from
Conversation
.gitlab-ci/: add scripts: - install-debian-build-deps.sh: this script provides build dependencies - show-package-content.sh: show content deploy in the artifacts directory .gitlab-ci.yml add build_debian_pkg and git_pull jobs Makefile.util.def: remove ext234 and fat tests: It is caused by fail for building debian packages. FAIL: ext234_test ================= losetup: cannot find an unused loop device FAIL ext234_test (exit status: 1) FAIL: fat_test ============== losetup: cannot find an unused loop device FAIL fat_test (exit status: 1) Signed-off-by: Cezary Sobczak <cezary.sobczak@3mdeb.com>
Member
|
@macpijan @Cezarus27 is it really good way of doing things 200k SLOC? Can't we rely on external source code to be fetched for building packages? |
rossphilipson
pushed a commit
to rossphilipson/grub
that referenced
this pull request
Mar 21, 2024
Currently bootstrap complains in the following way when patching gnulib files: patching file argp-help.c Hunk TrenchBoot#1 succeeded at 52 (offset 1 line). Hunk TrenchBoot#2 succeeded at 1548 (offset 115 lines). patching file mbswidth.c patching file mbswidth.h Hunk TrenchBoot#1 succeeded at 40 (offset -5 lines). Let's fix it by amending line numbers in the patch. Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com> Reviewed-by: Alec Brown <alec.r.brown@oracle.com>
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.
These changes provide files that are necessary to build Debian packages for GRUB with trenchboot support.
It is a modification of files from Debian GRUB maintainers from https://salsa.debian.org/grub-team/grub .
For now, it works on a separate branch called "debian-upstream". This branch is synchronizing when new commits appear at the main
trenchboot-support-2.04branch. If this condition is true, thendebian-upstreambranch fetch changes fromtrenchboot-support-2.04, and then the CI pipeline starts up.