Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Swedish translation from Tx | Yuri Chornoivan | 2022-12-10 | 1 | -25/+2 |
| | |||||
* | 18.5218.52 | Martin Whitaker | 2022-12-03 | 3 | -1/+7 |
| | |||||
* | Update French translation from Tx | Yuri Chornoivan | 2022-11-30 | 1 | -9/+11 |
| | |||||
* | Update French translation from Tx | Yuri Chornoivan | 2022-11-30 | 1 | -27/+4 |
| | |||||
* | Update NEWS. | Martin Whitaker | 2022-11-30 | 2 | -1/+2 |
| | |||||
* | mirror: use https URL for fetching the mirror list. | Martin Whitaker | 2022-11-30 | 1 | -2/+1 |
| | |||||
* | installer: more fixes to support https media URLs. | Martin Whitaker | 2022-11-30 | 1 | -3/+3 |
| | |||||
* | installer: add additional files to allow https URLs to be authenticated. | Martin Whitaker | 2022-11-30 | 1 | -0/+2 |
| | |||||
* | Use urpm::mirrors::add_proximity_and_sort() in place of mirror::nearest(). | Martin Whitaker | 2022-11-30 | 1 | -3/+9 |
| | |||||
* | installer: write out the timezone for use by urpm::mirrors. | Martin Whitaker | 2022-11-30 | 1 | -0/+15 |
| | | | | | urpm::mirrors will use /etc/sysconfig/clock in the installer environment when choosing the nearest mirror. So make that file available. | ||||
* | Only allow available downloaders to be chosen when not in installer. | Martin Whitaker | 2022-11-28 | 1 | -3/+7 |
| | |||||
* | run_program: add helper routine to terminate/kill a process. | Martin Whitaker | 2022-11-26 | 2 | -0/+28 |
| | |||||
* | run_program: add optional callback when waiting for program to terminate | Martin Whitaker | 2022-11-26 | 2 | -2/+58 |
| | | | | This allows GUI applications to respond to check-alive pings (mga#31105) | ||||
* | Update German (Austria) translation from Tx | Yuri Chornoivan | 2022-11-26 | 1 | -0/+3438 |
| | |||||
* | Update German (Austria) translation from Tx | Yuri Chornoivan | 2022-11-26 | 1 | -0/+7189 |
| | |||||
* | Update German (Austria) translation from Tx | Yuri Chornoivan | 2022-11-26 | 1 | -0/+1706 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2022-11-26 | 1 | -4/+4 |
| | |||||
* | Update Greek translation from Tx | Yuri Chornoivan | 2022-11-25 | 1 | -3/+3 |
| | |||||
* | Update Spanish translation from Tx | Yuri Chornoivan | 2022-11-22 | 1 | -3/+7 |
| | |||||
* | Update Spanish translation from Tx | Yuri Chornoivan | 2022-11-22 | 1 | -23/+28 |
| | |||||
* | Update Spanish translation from Tx | Yuri Chornoivan | 2022-11-22 | 1 | -31/+10 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2022-11-22 | 1 | -345/+1225 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2022-11-22 | 1 | -27/+4 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2022-11-22 | 1 | -346/+1198 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2022-11-22 | 1 | -26/+2 |
| | |||||
* | Update Czech translation from Tx | Yuri Chornoivan | 2022-11-22 | 1 | -302/+988 |
| | |||||
* | Update Czech translation from Tx | Yuri Chornoivan | 2022-11-22 | 1 | -25/+4 |
| | |||||
* | Update translations | Yuri Chornoivan | 2022-11-22 | 3 | -3440/+1031 |
| | |||||
* | Update Ukrainian translation | Yuri Chornoivan | 2022-11-22 | 1 | -23/+35 |
| | |||||
* | Update Ukrainian translation | Yuri Chornoivan | 2022-11-21 | 1 | -9/+9 |
| | |||||
* | Update translation catalogues. | Martin Whitaker | 2022-11-21 | 158 | -15271/+18374 |
| | |||||
* | Update NEWS. | Martin Whitaker | 2022-11-20 | 2 | -0/+7 |
| | |||||
* | Don't reject https URLs when fetching a mirror list. | Martin Whitaker | 2022-11-20 | 1 | -1/+1 |
| | |||||
* | Allow https when user provides an explicit mirror URL. | Martin Whitaker | 2022-11-20 | 1 | -2/+2 |
| | |||||
* | Drop lookup table made redundant by mirror::nearest() rework. | Martin Whitaker | 2022-11-20 | 1 | -35/+0 |
| | |||||
* | any::ask_mirror() : handle case of mirror::nearest() returning nothing. | Martin Whitaker | 2022-11-20 | 1 | -1/+1 |
| | |||||
* | Rework mirror::nearest() to use the same algorithm as urpm::mirrors. | Martin Whitaker | 2022-11-20 | 2 | -10/+62 |
| | | | | | The old code never really worked. At best it would return a mirror at the same longitude, but usually it returned a random result. | ||||
* | installer: preconfigure timezone before asking for online supplementary ↵ | Martin Whitaker | 2022-11-20 | 1 | -0/+1 |
| | | | | | | media URL. The timezone is used to select the nearest mirror. | ||||
* | installer: allow user to specify downloader when adding supplementary media. | Martin Whitaker | 2022-11-20 | 1 | -0/+2 |
| | |||||
* | installer: allow user to specify mirror and downloader when installing updates. | Martin Whitaker | 2022-11-20 | 1 | -1/+19 |
| | |||||
* | Add subroutine to set urpmi downloader. | Martin Whitaker | 2022-11-20 | 1 | -0/+16 |
| | |||||
* | Add option to specify mirror URL to any::urpmi_add_all_media. | Martin Whitaker | 2022-11-20 | 1 | -2/+4 |
| | |||||
* | Add a dialogue for choosing options for mirror selection and urpmi downloader. | Martin Whitaker | 2022-11-20 | 1 | -0/+75 |
| | |||||
* | Move ask_mirror() from install::any to any. | Martin Whitaker | 2022-11-19 | 2 | -70/+70 |
| | | | | This makes it available for use by draklive-install. | ||||
* | finish-install: detect and adapt to systems using NetworkManager | Martin Whitaker | 2022-11-13 | 2 | -2/+14 |
| | |||||
* | finish-install: when renaming user, update name in any network config files | Martin Whitaker | 2022-11-13 | 2 | -0/+10 |
| | |||||
* | Refactor ready for next commit. | Martin Whitaker | 2022-11-12 | 1 | -2/+3 |
| | |||||
* | 2.872.87 | Martin Whitaker | 2022-10-31 | 2 | -1/+3 |
| | |||||
* | Update grub.config search label for Mageia 9 (mga#30932). | Martin Whitaker | 2022-10-31 | 2 | -1/+3 |
| | |||||
* | 18.5118.51 | Martin Whitaker | 2022-10-29 | 3 | -1/+5 |
| |