Releases: martin68/apt-smart
Releases · martin68/apt-smart
7.1.3
- Support 'mirror://' scheme: #3
- Update releases.py bundled Releases by running 'make releases', related #4
- In python2 decode() default encoding is ascii, causing #5 , specify utf-8
- Fix current_mirror in linuxmint's ubuntu mode, causing -U -c 'mirror_url' changed linuxmint's mirror_url instead of ubuntu's
7.1.2
- Support Python 3.8
- Add
-C --codename
flag to create chroot with a distribution codename. - Blacklist BASE_URL mirror if matches blacklist pattern, this helps when BASE_URL (official) mirror is the only up-to-date one and you find it so slow that you'd like to blacklist it.
7.1.1
7.1.0
7.0.7
7.0.6
- Readme & help about proxy setting
- Deal with the [options] in sources.list by stripping it from sources.list, and then get it back when generating new sources.list , fix jblakeman/apt-select#54
- Add a warning: custom mirror file's path and filename must NOT contain whitespace
- Add -R, --create-chroot=local_dir_absolute_path to create chroot with the best mirror in a local directory with absolute_path
- More test cases
7.0.5
- Add -F, --file-to-read=local_file_absolute_path to read a local absolute path file (path and filename must NOT contain whitespace) containing custom mirror URLs (one URL per line) to add custom mirrors to rank. So now you can use e.g.
-l -F ~/mirrors.txt
options to add some custom mirrors to rank with mirrors in official mirror list. - Updated BUNDLED_RELEASES in releases.py
7.0.4
7.0.3
Fix --url-char-len
option to specify the length of chars in mirrors' URL to display when using --list-mirrors
, so that now you can use e.g. -l -L 29
options to narrow down the table of ranked mirrors when you want to paste it to somewhere the table displayed badly.
7.0.2
Add :attr:url_char_len
to specify the length of chars in mirrors' URL to display when using --list-mirrors
, so that now you can use e.g. -l -L 29
options to narrow down the table of ranked mirrors when you want to paste it to somewhere the table displayed badly.