mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[Issue]: 404 on previous .deb file #5496
Reference in New Issue
Block a user
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?
Originally created by @Billos on GitHub (Mar 2, 2024).
Please describe your bug
Using Yunohost, we have automated restoring scripts that use the Jellyfin Repository to retrieve the .deb file
Unfortunately there is only the last version on the repository and no previous versions, so https://repo.jellyfin.org/releases/server/debian/versions/stable/web/10.8.11/ returns a 404.
Is it on purpose that there is only the latest version available ?
Reproduction Steps
Going on the page https://repo.jellyfin.org/releases/server/debian/versions/stable/web/10.8.11/ returns 404
Jellyfin Version
10.8.13
if other:
No response
Environment
Jellyfin logs
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@JPVenson commented on GitHub (Mar 2, 2024):
You are linking the path to the /stable version of jellyfin which is 10.8.13 and not 10.8.11 anymore. Not a bug.
@joshuaboniface commented on GitHub (Mar 2, 2024):
Yes, this is on purpose.
To save space on our mirrors, we move previous versions to our archive which is not distributed. In the past, we'd leave old point releases as is until the next major version, but as we prepare for a new repository we've moved all the 10.8.z releases except the latest there, and that will be our process going forward (i.e. as soon as a point release drops, all old versions move to archive). You can find said old versions under https://repo.jellyfin.org/archive/server/debian/stable/ e.g. https://repo.jellyfin.org/archive/server/debian/stable/10.8.11
@joshuaboniface commented on GitHub (Mar 8, 2024):
Also, worth noting for you @Billos that we'll be activating a new repository layout soon (next couple of days).
Debian releases for the latest version will now be found at paths like
https://repo.jellyfin.org/files/server/debian/latest-stable/<arch>/, or at paths likehttps://repo.jellyfin.org/files/server/debian/stable/<version>/<arch>/(for at least a couple recent versions going forward, depends on how our release cadences change with our new CI).