Could we have fedoraproject-updates-archive.fedoraproject.org for Rawhide? #12366
Labels
No labels
after freeze
automation
backlog
blocked
change-ack
change-nak
change-noreleng
changes
Closed As
Can't Fix
Closed As
Duplicate
Closed As
Fixed
Closed As
Fixed with Explanation
Closed As
Get back later
Closed As
Grooming
Closed As
Insufficient data
Closed As
Invalid
Closed As
It's all good
Closed As
taiga
Closed As
upstream
day-to-day
dev
docs
easyfix
epel
f26
f27
f28
f29
f30
f31
f32
f33
f34
f35
f36
f37
f38
f39
f40
f41
f42
f43
f44
f45
fedora
groomed
high-gain
high-trouble
in-progress
in-review
investigation
legal
low-gain
low-trouble
mass rebuild
medium-gain
medium-trouble
meeting
mini-initiative
new_artifact
ops
pdc_retirement
rawhide
RCA
review
script
sidetarget
sprint-0
sprint-1
sprint-2
sprint-3
sprint-4
sprint-5
unfrozen
waiting on external
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
release-process
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
releng/tickets#12366
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be nice to have a repository with all the RPMs that want to Rawhide,
with the ability to
dnf downgrade.I assume that we don't want to keep the history indefinitely, but could we for
example keep history across say max two %dist versions? Another alternative
is to use
/bin/prunerepo(= keep the latest NEVRAs + anything that is notolder than XY months). Or reset the history at branching time. Or.. ideas?
The motivation is to be able to downgrade to previous package versions
of packages that previously landed my systems, without going more
inconvenient way like
koji-tool(I have to know the NVRs).Sometimes I'm interested to see
dnf diff(change in configuration),which requires the ability to download the previous NEVRA of the package
that's no longer in the Everything repo.
Another use-case would be to have ability to generate rpm lockfiles, see e.g. this issue:
https://github.com/rpm-software-management/libpkgmanifest/issues/7
It's hard to estimate how much time or effort this could save me, but this
functionality seems essential for regular Rawhide users. Whenever I want to
experiment with older versions, it's often cumbersome and non-trivial. Recently,
I noticed that Fedora’s stable versions include this feature in
fedora-repos-archive.rpm, which is a huge relief.Metadata Update from @phsmoura:
Currently development is ~1.4TB
So assuming we only do this for the binary package repos, and don't do any depsolving, that would be:
development/rawhide/Everything/aarch64/os/Packages = ~100GB
development/rawhide/Everything/x86_64/os/Packages = ~120GB
...so for each older version of a package we'd be adding roughly 220GB, or about a 14% increase.
...adding source/debuginfo makes this bigger, obviously.
You can upgrade the package and then run diff.
Also dnf history should contain the nvrs, making downloading the packages directly significantly easier.
So, this repo was setup by @dustymabe for coreos to handle a corner case for them (where people layer packages, but then then a dep of that layered package is no longer available or something).
It's going to a single s3 bucket. It has no caching.
It was not intended for regular fedora users, but as I feared people started using it for this. ;(
rawhide is going to be a LOT more resources. Because there's not just occasional updates, but rather constant updates of big things, mass rebuilds where 100% of packages are rebuilt, etc.
This 'allow multiple versions of packages' thing has been discussed for years and years, and I don't think we should abuse this use case for this.
We discussed this during a releng refinement meeting and decided that this is something that's currently out of scope so I'm going to close this.