Open
Conversation
7d50661 to
4278b94
Compare
DaniilKl
commented
Apr 10, 2026
DaniilKl
commented
Apr 10, 2026
DaniilKl
commented
Apr 10, 2026
94dd17d to
a2fbc4e
Compare
a2fbc4e to
5325440
Compare
DaniilKl
added a commit
to TrenchBoot/.github
that referenced
this pull request
Apr 15, 2026
This is because it is being used in other TrenchBoot repos as well but on other branches because of: TrenchBoot/grub#32 TrenchBoot/qubes-antievilmaid#15 TrenchBoot/xen#26 IMHO there is no reason to mention every use of this workflow. Signed-off-by: Danil Klimuk <daniil.klimuk@3mdeb.com>
5325440 to
53c0f27
Compare
DaniilKl
added a commit
to TrenchBoot/.github
that referenced
this pull request
Apr 15, 2026
This is because it is being used in other TrenchBoot repos as well but on other branches because of: TrenchBoot/grub#32 TrenchBoot/qubes-antievilmaid#15 TrenchBoot/xen#26 IMHO there is no reason to mention every use of this workflow. Signed-off-by: Danil Klimuk <daniil.klimuk@3mdeb.com>
DaniilKl
added a commit
to TrenchBoot/.github
that referenced
this pull request
Apr 15, 2026
This is because it is being used in other TrenchBoot repos as well but on other branches because of: TrenchBoot/grub#32 TrenchBoot/qubes-antievilmaid#15 TrenchBoot/xen#26 IMHO there is no reason to mention every use of this workflow. Signed-off-by: Danil Klimuk <daniil.klimuk@3mdeb.com>
DaniilKl
added a commit
to TrenchBoot/.github
that referenced
this pull request
Apr 15, 2026
This is because it is being used in other TrenchBoot repos as well but on other branches because of: TrenchBoot/grub#32 TrenchBoot/qubes-antievilmaid#15 TrenchBoot/xen#26 IMHO there is no reason to mention every use of this workflow. Signed-off-by: Danil Klimuk <daniil.klimuk@3mdeb.com>
DaniilKl
commented
Apr 15, 2026
DaniilKl
commented
Apr 15, 2026
53c0f27 to
35aed1c
Compare
Regarding the "rebase.yml". We cannot simply rebase commits from TrenchBoot/grub on top of the commits in the QubesOS/qubes-grub2, because: 1. The actual history for grub component is held in patches in the QubesOS/qubes-grub2 repository, so we need to do a convertion from patches to commits every time we want to try to rebase. 2. We want to track the changes to the other files from the QubesOS/qubes-grub2 except the patches for the grub component, as versions of these files might be closesly related to the changes in the patches for the grub component. Other changes that should be done due to history format difference between the QubesOS/qubes-grub2 and TrenchBoot/grub should will be resolved by TrenchBoot the follwoing commit when the actual rebase happen: 2f477ee Signed-off-by: Danil Klimuk <daniil.klimuk@3mdeb.com>
35aed1c to
d5c69f9
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.
Related to: TrenchBoot/.github#16 .