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.
This is a rebase on top of debian's 2022.1-3 package. Here's a list of our patches on top of our previous 2020.8-2 base:
Ensures that our
grub.cfg
won't be updated if the deploy code gets to that point. In #186 I left some notes about reliably ensuring that thebootloader=none
case is always taken. For now I think we should keep this.Re-enabled in by debian 2021.3-1.
Reverted later since eos-updater no longer relies on it.
Not much to say here. Updated the packaging changes to remove the
gjs
delta and mention the FUSE 2 v 3 delta (see below).Old changelog entry.
See above.
Upstream backports.
The only other change has to do with FUSE and flatpak-builder. flatpak-builder uses ostree's
rofiles-fuse
filesystem. Recentlyrofiles-fuse
was changed to build using either FUSE 2 or FUSE 3 and debian changed their build to use FUSE 3. We're still using bullseye's flatpak-builder 1.0.12, which tries to use FUSE 2 only options withrofiles-fuse
. So, for now I reverted the commits to build against FUSE 3 and declareBreaks: flatpak-builder (<< 1.2.1-2~)
.I think when I go to update flatpak to 1.12 I'll likely pull in flatpak-builder from testing so they stay in sync. But I can't do it the other way around since flatpak-builder 1.2 depends on flatpak 1.12.
The post-rebase queue can be seen in Version_2022.1_debian...T32964-rebase-2022.1-debian. The master PR is in #186.
https://phabricator.endlessm.com/T32964