Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2.46 | Thierry Vignaud | 2008-10-02 | 1 | -0/+2 |
| | |||||
* | (upgrade) fix removing media as user | Thierry Vignaud | 2008-10-02 | 1 | -0/+1 |
| | |||||
* | fix backuping urpmi.cfg | Thierry Vignaud | 2008-10-01 | 1 | -0/+3 |
| | |||||
* | 2.45 | Thierry Vignaud | 2008-10-01 | 1 | -0/+2 |
| | |||||
* | workarounding downloading distro list as user for 2008.1 where | Thierry Vignaud | 2008-10-01 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | sometimes urpmi reports it failed to download the list when it actually did with success "curl failed: exited with signal 127" however the requested file did got downloaded and did exist on local hard disk even if it was unlinked just before performing the sync() call what's more, it only failed in 50% of the case; even more strangely, when run with "strace" it works (but still failed if run with "strace -f") | ||||
* | 2.44 | Thierry Vignaud | 2008-09-30 | 1 | -0/+2 |
| | |||||
* | (is_there_a_new_distributions) better check in order to exclude cooker | Thierry Vignaud | 2008-09-30 | 1 | -0/+1 |
| | | | | | | | | from distro upgrade rationale: older/unsupported distro aren't in the list as well as cooker (2009.1 won't be in the list) | ||||
* | dd support for downloading distro list as user for 2008.1 | Thierry Vignaud | 2008-09-30 | 1 | -0/+3 |
| | |||||
* | add spacing | Thierry Vignaud | 2008-09-30 | 1 | -0/+1 |
| | |||||
* | mdkapplet: Don't show it when disconnected | Arnaud Patard | 2008-09-30 | 1 | -0/+4 |
| | |||||
* | 2.42 | Thierry Vignaud | 2008-09-04 | 1 | -0/+2 |
| | |||||
* | (is_there_a_new_distributions) fix dowloading distributions list by ↵ | Thierry Vignaud | 2008-09-04 | 1 | -0/+1 |
| | | | | downloading in a writeable directory | ||||
* | (setState) offer to add media directly from bubble (#39987) | Thierry Vignaud | 2008-09-04 | 1 | -0/+1 |
| | |||||
* | (harvester) prevent running media manager more than one at a time | Thierry Vignaud | 2008-09-04 | 1 | -0/+1 |
| | |||||
* | (add_media) check again after adding update mediap | Thierry Vignaud | 2008-09-04 | 1 | -0/+1 |
| | |||||
* | (add_media) run media manager with --no-splash' option and handle ↵ | Thierry Vignaud | 2008-09-04 | 1 | -0/+3 |
| | | | | "--urpmi-root=$root" | ||||
* | 2.41 | Thierry Vignaud | 2008-08-07 | 1 | -0/+2 |
| | |||||
* | (is_there_a_new_distributions,upgrade) check if a new distro is | Thierry Vignaud | 2008-08-07 | 1 | -0/+1 |
| | | | | | available and offer to upgrade the system (live upgrade mode) | ||||
* | add support for --rpm-root=foobar and --urpmi-root=foobar | Thierry Vignaud | 2008-08-07 | 1 | -0/+3 |
| | |||||
* | add missing spaces (consistency) | Thierry Vignaud | 2008-05-23 | 1 | -0/+6 |
| | |||||
* | add missing log entries (2.22 -> 2.27) | Thierry Vignaud | 2008-05-23 | 1 | -0/+40 |
| | |||||
* | 2.402.40 | Thierry Vignaud | 2008-05-08 | 1 | -0/+2 |
| | |||||
* | (installUpdates) run MandrivaUpdate with --no-splash option in order | Thierry Vignaud | 2008-05-08 | 1 | -0/+4 |
| | | | | | to skip splash screen (#40366) | ||||
* | (2.39) sortdistro/mdv2008.1 | Thierry Vignaud | 2008-03-21 | 1 | -2/+2 |
| | |||||
* | 2.39 | Thierry Vignaud | 2008-03-21 | 1 | -0/+2 |
| | |||||
* | (setState) do not show icon while checking if previously hidden | Thierry Vignaud | 2008-03-21 | 1 | -0/+1 |
| | |||||
* | kill dead code (bundles), thus loading quite a lot less useless modules thus | Thierry Vignaud | 2008-03-21 | 1 | -1/+2 |
| | | | | | | reducing resident size of mdkapplet by 9MB aka 30% (#31860) (along with previous (smaller) gains) | ||||
* | do not load useless interactive module (thus reducing resident size by 1.5MB ↵ | Thierry Vignaud | 2008-03-21 | 1 | -0/+1 |
| | | | | (5.4%) | ||||
* | (setState) do not show icon while waiting for initial check | Thierry Vignaud | 2008-03-21 | 1 | -0/+1 |
| | |||||
* | do not start network cyclic checks before first media test (#38991) ; also do | Thierry Vignaud | 2008-03-21 | 1 | -0/+1 |
| | | | | | 2nd check 3hrs after first one instead of 3hrs minus initial delay | ||||
* | check for network just before first check | Thierry Vignaud | 2008-03-21 | 1 | -0/+1 |
| | |||||
* | sort | Thierry Vignaud | 2008-03-21 | 1 | -1/+1 |
| | |||||
* | (checkNetwork) do not check for network while checking for updates | Thierry Vignaud | 2008-03-21 | 1 | -0/+1 |
| | |||||
* | (setup_cyclic_check) do not skip first RPM check (reverting r57280 | Thierry Vignaud | 2008-03-21 | 1 | -0/+3 |
| | | | | | | from 2007-03-23: "(setup_cyclic_check) skip the first check (aka wait 3hour)") | ||||
* | 2.38 | Thierry Vignaud | 2008-03-20 | 1 | -0/+2 |
| | |||||
* | fix log message | Thierry Vignaud | 2008-03-20 | 1 | -2/+2 |
| | |||||
* | (setState) do not display "install updates" button when notifying about | Thierry Vignaud | 2008-03-20 | 1 | -0/+5 |
| | | | | | | | | network being down (regression introduced in r54199 on 2006-09-18: "(setState) fix closing about dialog when "close" button is clicked (#25867)") | ||||
* | fix author | Olivier Blin | 2008-03-19 | 1 | -1/+1 |
| | |||||
* | 2.37 | Olivier Blin | 2008-03-19 | 1 | -0/+2 |
| | |||||
* | simplify network detection | Olivier Blin | 2008-03-19 | 1 | -0/+2 |
| | |||||
* | 2.36 | Thierry Vignaud | 2008-03-17 | 1 | -0/+2 |
| | |||||
* | do not check for network before first media test (#38991) | Thierry Vignaud | 2008-03-17 | 1 | -0/+1 |
| | |||||
* | make it clearer | Thierry Vignaud | 2008-03-17 | 1 | -1/+2 |
| | |||||
* | log something :-) | Thierry Vignaud | 2008-03-17 | 1 | -0/+2 |
| | |||||
* | 2.35 | Thierry Vignaud | 2008-03-14 | 1 | -0/+2 |
| | |||||
* | (setState) offer to install updates in notifications | Thierry Vignaud | 2008-03-14 | 1 | -0/+3 |
| | |||||
* | 2.34 | Thierry Vignaud | 2008-03-12 | 1 | -0/+2 |
| | |||||
* | (installUpdates) do not keep complaining if nightly update cron had | Thierry Vignaud | 2008-03-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | failled (#38531) ; the way to check them is to look at cron mails was introduced by daouda in r53060 on 2004-11-04 20:00:11: "merge changes from MNF, MDK-10-update" really introduced in revision 1.115.4.1 in MDK10_0_update CVS branch on Thu Oct 28 17:33:25 2004: "- don't process all the update list (too slow) - better handling of error" | ||||
* | 2.33 | Thierry Vignaud | 2008-03-10 | 1 | -0/+2 |
| | |||||
* | (silentCheck) adapt to urpmi-5.9 (#38724) | Thierry Vignaud | 2008-03-10 | 1 | -0/+3 |
| |