packages.yaml aktualisiert
This commit is contained in:
+16
-1
@@ -1,11 +1,26 @@
|
|||||||
sources:
|
sources:
|
||||||
|
# metadata_only: dotnet ships in AlmaLinux 10's OWN AppStream repo (not a
|
||||||
|
# separate Microsoft repo) - clients already have it enabled by default.
|
||||||
|
# No RPMs are mirrored here; this source only curates which of those
|
||||||
|
# already-installable packages show up in Discover/GNOME Software.
|
||||||
- name: dotnet
|
- name: dotnet
|
||||||
baseurl: https://repo.almalinux.org/almalinux/10/AppStream/x86_64/os/
|
baseurl: https://repo.almalinux.org/almalinux/10/AppStream/x86_64/os/
|
||||||
gpgkey: https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux-10
|
gpgkey: https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux-10
|
||||||
|
metadata_only: true
|
||||||
packages:
|
packages:
|
||||||
- dotnet-sdk-8.0
|
- dotnet-sdk-8.0
|
||||||
- dotnet-runtime-8.0
|
- dotnet-runtime-8.0
|
||||||
- dotnet-sdk-9.0
|
- dotnet-sdk-9.0
|
||||||
- dotnet-runtime-9.0
|
- dotnet-runtime-9.0
|
||||||
- dotnet-sdk-10.0
|
- dotnet-sdk-10.0
|
||||||
- dotnet-runtime-10.0
|
- dotnet-runtime-10.0
|
||||||
|
|
||||||
|
# A genuine third-party repo: RPMs ARE downloaded, filtered, verified,
|
||||||
|
# re-signed with the mirror key and published (metadata_only omitted /
|
||||||
|
# false is the default).
|
||||||
|
# - name: some-vendor
|
||||||
|
# baseurl: https://repo.example.com/el10/x86_64/
|
||||||
|
# gpgkey: https://repo.example.com/RPM-GPG-KEY-example
|
||||||
|
# packages:
|
||||||
|
# - some-vendor-cli
|
||||||
|
# - some-vendor-agent
|
||||||
Reference in New Issue
Block a user