Fri, 29 Mar 2024 02:52:19 CST | login

Information for build mirrorlist-server-3.0.6-3.fc37

ID20153
Package Namemirrorlist-server
Version3.0.6
Release3.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/mirrorlist-server.git#16c53432c5f5ce91cfef811e4c63eda08c51cd3b
SummaryMirrorlist Server
DescriptionThe mirrorlist-server uses the data created by `MirrorManager2 <https://github.com/fedora-infra/mirrormanager2>`_ to answer client request for the "best" mirror. This implementation of the mirrorlist-server is written in Rust. The original version of the mirrorlist-server was part of the MirrorManager2 repository and it is implemented using Python. While moving from Python2 to Python3 one of the problems was that the data exchange format (Python Pickle) did not support running the MirrorManager2 backend with Python2 and the mirrorlist frontend with Python3. To have a Pickle independent data exchange format protobuf was introduced. The first try to use protobuf in the python mirrorlist implementation required a lot more memory than the Pickle based implementation (3.5GB instead of 1.1GB). That is one of the reasons a new mirrorlist-server implementation was needed. Another reason to rewrite the mirrorlist-server is its architecture. The Python based version requires the Apache HTTP server or something that can run the included wsgi. The wsgi talks over a socket to the actual mirrorlist-server. In Fedora's MirrorManager2 instance this runs in a container which runs behind HAProxy. This implementation in Rust directly uses a HTTP library to reduce the number of involved components. In addition to being simpler this implementation also requires less memory than the Python version.
Built bykojiadmin
State failed
Volume DEFAULT
StartedTue, 28 Feb 2023 15:48:23 CST
CompletedTue, 28 Feb 2023 16:07:19 CST
Taskbuild (f37-build-side-32-misc-devel, /rpms/mirrorlist-server.git:16c53432c5f5ce91cfef811e4c63eda08c51cd3b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/mirrorlist-server.git#16c53432c5f5ce91cfef811e4c63eda08c51cd3b'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jan 12 2022 Fabio Valentini <decathorpe@gmail.com> - 3.0.6-1 - Update to version 3.0.6. * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon May 31 2021 Fabio Valentini <decathorpe@gmail.com> - 3.0.3-1 - Update to version 3.0.3. * Mon Feb 08 2021 Pavel Raiskup <praiskup@redhat.com> - 3.0.1-5 - rebuild for libpq ABI fix rhbz#1908268 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 24 2020 Dusty Mabe <dusty@dustymabe.com> - 3.0.1-2 - Respin. We updated rust-ipnetwork to 0.17.0