Repos: Difference between revisions
From Yela Wiki
Created page with "Current repos: main: desktop: Planned: testing: testing-topic:" |
No edit summary |
||
| Line 1: | Line 1: | ||
__NOTOC__== main == | |||
Packages that can be installed headless for a server. | |||
desktop | As a rule, packages in <code>main</code> '''cannot''' depend on packages <code>desktop</code>. | ||
== desktop == | |||
Anything that would be used as a desktop environment / desktop application, or libraries for either. | |||
testing-topic: | == testing == | ||
General testing repo. | |||
== testing-topic == | |||
An example would be the ongoing <code>testing-openssl</code>, for [https://yelalinux.ca/packages/main/openssl OpenSSL-4.0]. | |||
This library bumped libcrypto.so.3 so libcrypto.so.4 and breaks dozens (hundreds?) of packages. Isolating the upgrade helps mitigate breakage. | |||
Revision as of 05:26, 14 August 2026
main
Packages that can be installed headless for a server.
As a rule, packages in main cannot depend on packages desktop.
desktop
Anything that would be used as a desktop environment / desktop application, or libraries for either.
testing
General testing repo.
testing-topic
An example would be the ongoing testing-openssl, for OpenSSL-4.0.
This library bumped libcrypto.so.3 so libcrypto.so.4 and breaks dozens (hundreds?) of packages. Isolating the upgrade helps mitigate breakage.