Add obsoletion notice

This commit is contained in:
Joshua M. Boniface 2024-11-18 09:40:04 -05:00
parent 32d9d43ed4
commit ab79aec9a0

View File

@ -1,3 +1,17 @@
# Obsoletion Notice
**This repository has been deprecated.**
Most functionality of this repository has been moved elsewhere and/or automated within individual repositories.
For building the server, please see [the packaging repository](https://github.com/jellyfin/jellyfin-packaging).
For building individual clients, please see the repositories of those clients.
For building individual plugins, please see the repositories of those plugins.
The functionality to clone and managed the "complete Jellyfin project" on a local system originally provided by `build.py` in this repository will be moved to [the Jellyfin Meta repository](https://github.com/jellyfin/jellyfin-meta) at a future time, [should there be any interest in doing so](https://github.com/jellyfin/jellyfin-meta/issues/82).
# Jellyfin Build Infrastructure
This repository contains a unified build infrastructure, written in Python 3, for the Jellyfin project. It can be used to clone down, build, and release (to the server of your choosing) the various packages and components of Jellyfin.