python-apt-mirror-updater icon indicating copy to clipboard operation
python-apt-mirror-updater copied to clipboard

Automated, robust apt-get mirror selection for Debian and Ubuntu

Results 5 python-apt-mirror-updater issues
Sort by recently updated
recently updated
newest added

its not support support ubuntu 22.04 ``` #0 0.544 ValueError: The string 'jammy' doesn't match a known Debian or Ubuntu release! ------ failed to solve: executor failed running [/bin/sh -c...

I'm using elementary OS 6 (Odin) based on Ubuntu 20.04 LTS and changed some of your code to support this distro: - Added a release entry in /backends/elementary.py - Added...

For Debian info about freshness is available on https://mirror-master.debian.org, though there is no info about TLS support, for info about TLS one has to probe each server. Though I see...

While researching https://github.com/xolox/python-executor/issues/10 I found that the following code fails: ```python program = AptMirrorUpdater( distributor_id='debian', distribution_codename='testing', ) program.create_chroot('/tmp/debian-testing') ```` Here are the relevant error messages: ``` 2018-10-07 15:42:55 peter-mbp apt_mirror_updater[3668]...