-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Rebasing by selecting date
brings images from the latest
stream
#126
Comments
This looks normal to me. When you rebase to a date image it will lock you to that specific date. It will take you "off" from the stable-daily stream and pin you to image from that date. You will not receive updates unless you rebase back to stable/daily/latest Difference between stable and latest is the kernel, which in stable is gated from coreOS and in latest has the rolling from normal fedora updates. |
This is fully clear, and I don't see any issue with this. My point is that I think it matters which stream do we take that pinned image from, when we "rebase to Somewhat independently from the above, it is misleading that the image with name and tag Shouldn't this image's name and tag be |
I talked to the ublue guys who have created the helper and currently (on Aurora) as we don't have gts-stream the date selection will pick image from the latest branch. The helper was created before bluefin produced the stable/stable-daily streams and hasn't (atleast yet) been updated to the new image streams. If you want to rebase to stable image with a lower kernel, best way to do it is with the instructions from the Releases page which has rebase commands for the stable releases. I'll leave this open if we at some point rewrite the helper script |
Thanks, that's understandable! In addition to the instructions on the linked Releases page, which describes how to manually switch to those Example output below:
Notice the only (It would be nice if in the future this functionality could be included in the |
Describe the bug
My suspicion is that when rebasing on a particular
date
, I get the images from thelatest
stream and not thestable-daily
stream.This is also confirmed by receiving the latest kernel and some other packages removed/added. Additionally, there is a much higher number of missing layers (41) compared to the usual 3-5 layers.
Steps to reproduce:
ujust rebase-helper
->rebase
->date
-> select a date (version) and confirm the rebase.See output below:
Note: Before the rebase I was on the version
41.20250113.6
fromaurora-dx:stable-daily
, and it is still booted, as seen below:The "problem" here is that the version of the new deployment is
latest-41.20250113.7
.What did you expect to happen?
My expectation was that when rebasing on a particular
date
(version), I would get thestable-daily
images, which are supposed to be more stable (at least because of the more conservative kernel) than thelatest
images.To be honest, at this point I'm not even sure what is the difference between
latest
andstable-daily
, except the kernel. Is thelatest
stream reserved for future potential experiments, like adding the newest unstable versions of KDE or such? In this case I find the naming a bit confusing. For me, instead oflatest
->beta-daily
describes much better the intent and periodicity.Please excuse me if I'm mistaken or I misunderstand something, I am relatively new to the
ublue
ecosystem.The text was updated successfully, but these errors were encountered: