Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Osatuta. | Iñigo Salvador Azurmendi | 2008-02-26 | 1 | -113/+80 |
| | |||||
* | updated translation | Pavel Maryanov | 2008-02-26 | 1 | -389/+427 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-02-26 | 2 | -0/+4 |
| | | | | | o fix using proxy with curl (#38143) | ||||
* | Updated Malay translation | Sharuzzaman Ahmat Raslan | 2008-02-26 | 1 | -499/+454 |
| | |||||
* | Japanese translation updated. | Yukiko Bando | 2008-02-26 | 1 | -29/+39 |
| | |||||
* | update | Thierry Vignaud | 2008-02-26 | 1 | -5/+3 |
| | |||||
* | 5.6 | Pascal Rigaux | 2008-02-25 | 2 | -1/+3 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-02-25 | 2 | -2/+5 |
| | | | | | | o display "%s of packages will be retrieved." (need perl-URPM 3.10 and synthesis built with @filesize@) | ||||
* | do not die on bad ini file | Pascal Rigaux | 2008-02-25 | 1 | -1/+2 |
| | |||||
* | - -c option is no more (only kept for compatibility in urpmi.update) | Pascal Rigaux | 2008-02-25 | 6 | -8/+5 |
| | | | | | - {cachedir}/headers is not used anymore | ||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2008-02-25 | 1 | -95/+70 |
| | |||||
* | download mirrorlist silently | Pascal Rigaux | 2008-02-25 | 1 | -1/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-02-25 | 3 | -1/+4 |
| | | | | | | o fix "using one big transaction" that occurs when using --keep (#30198) (part of the fix is in perl-URPM 3.09) | ||||
* | don't use global configs_dir when using --env | Pascal Rigaux | 2008-02-25 | 1 | -0/+1 |
| | |||||
* | - bash-completion: | Pascal Rigaux | 2008-02-25 | 2 | -1/+6 |
| | | | | | | o restore available-pkgs completion using "urpmq --list" (guillomovitch) (but only if COMP_URPMI_HDLISTS is set since it's slow) | ||||
* | - urpmi | Pascal Rigaux | 2008-02-25 | 2 | -4/+5 |
| | | | | | o --test: only display "Installation is possible" when it is the case (#29837) | ||||
* | make "urpmq --list xxx" display "use -l to list files" and exit on error | Pascal Rigaux | 2008-02-25 | 2 | -0/+2 |
| | |||||
* | more translations | Wanderlei Antonio Cavassin | 2008-02-25 | 1 | -23/+32 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2008-02-25 | 5 | -3/+10 |
| | | | | | o add --conflicts | ||||
* | need for previous commit: document "urpmq --requires" | Pascal Rigaux | 2008-02-25 | 3 | -1/+6 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2008-02-25 | 3 | -5/+9 |
| | | | | | | o --requires now display the raw requires, use --requires-recursive to get the old behaviour (#29176) | ||||
* | - urpmi, urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-02-25 | 2 | -2/+8 |
| | | | | | o handle variables $ARCH/$RELEASE in mirrorlist | ||||
* | typo fix | Thierry Vignaud | 2008-02-25 | 1 | -1/+1 |
| | |||||
* | fixed in perl-URPM 3.09 | Pascal Rigaux | 2008-02-25 | 1 | -1/+1 |
| | |||||
* | - urpmf | Pascal Rigaux | 2008-02-25 | 2 | -0/+2 |
| | | | | | o fix fallback on hdlist when xml-info not found | ||||
* | deffine 'message' callback | Thierry Vignaud | 2008-02-25 | 1 | -0/+4 |
| | |||||
* | (run) kill 'bad_rpms' & 'missing_files_summary' callbacks, reusing | Thierry Vignaud | 2008-02-25 | 2 | -8/+7 |
| | | | | | existing unused 'message' callback | ||||
* | update | Thierry Vignaud | 2008-02-25 | 1 | -63/+68 |
| | |||||
* | update | Thierry Vignaud | 2008-02-25 | 1 | -15/+17 |
| | |||||
* | sync with code | Thierry Vignaud | 2008-02-25 | 68 | -32952/+37416 |
| | |||||
* | blacklist Time::ZoneInfo | Thierry Vignaud | 2008-02-25 | 1 | -0/+1 |
| | |||||
* | add a simple test case for mirrorlist | Pascal Rigaux | 2008-02-25 | 1 | -0/+17 |
| | |||||
* | add a test case for "sort choices on virtual package by provided version ↵ | Pascal Rigaux | 2008-02-25 | 9 | -0/+151 |
| | | | | (#12645)" | ||||
* | why is ExtUtils::Manifest now including default rules in users's MANIFEST.SKIP? | Pascal Rigaux | 2008-02-25 | 1 | -1/+38 |
| | |||||
* | display a "bad rpms" message instead of "files are missing" when the ↵ | Pascal Rigaux | 2008-02-24 | 3 | -13/+29 |
| | | | | | | | | | | downloaded rpm is bad. this adds a new callback for rpmdrake: "bad_rpms" this modifies the API of urpm::get_pkgs::download_packages_of_distant_media ($error_sources is now { url => reason } instead of { id => url }) | ||||
* | create hide_password() (to be used in urpm::main_loop to remove duplication) | Pascal Rigaux | 2008-02-24 | 1 | -2/+7 |
| | |||||
* | further simplify (allowed by making "moving file" fatal) | Pascal Rigaux | 2008-02-24 | 1 | -2/+1 |
| | |||||
* | fix typo in previous commit | Pascal Rigaux | 2008-02-24 | 1 | -1/+1 |
| | |||||
* | - urpmi, urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-02-24 | 5 | -9/+17 |
| | | | | | | o have fatal errors on some errors that must not happen (eg: moving rpm from download dir to cachedir) | ||||
* | make it fatal to fail to remove cachedir rpms | Pascal Rigaux | 2008-02-24 | 1 | -2/+4 |
| | |||||
* | - do not say "removing installed rpms" for rpms which are not in cachedir | Pascal Rigaux | 2008-02-24 | 1 | -4/+13 |
| | | | | | | | - do not say "removing installed rpms" for rpms which were not scheduled to be installed, instead remove those rpms from cachedir with a special error message | ||||
* | urpmf: fix mirrolist handling | Pascal Rigaux | 2008-02-23 | 2 | -2/+6 |
| | |||||
* | at least display an error message on error | Pascal Rigaux | 2008-02-23 | 1 | -1/+2 |
| | |||||
* | drop obsolete code (remove_failed function already removed, and error handling | Pascal Rigaux | 2008-02-23 | 1 | -5/+0 |
| | | | | | is now much better in urpmi: it won't write urpmi.cfg until everything is ok) | ||||
* | 5.5 | Pascal Rigaux | 2008-02-23 | 1 | -0/+2 |
| | |||||
* | - all tools: | Pascal Rigaux | 2008-02-23 | 12 | -20/+369 |
| | | | | | | o handle mirrorlist (need perl-Zone-TimeInfo patched for geolocalisation) | ||||
* | - urpmi.addmedia | Pascal Rigaux | 2008-02-23 | 2 | -4/+16 |
| | | | | | | o don't fail on remaining statedir files (#36267) (especially useful when using media.d/*.cfg) | ||||
* | simplify ("list" is not used anymore) | Pascal Rigaux | 2008-02-23 | 1 | -7/+7 |
| | |||||
* | ash is no more static in mandriva, use dash.static instead (for our test ↵ | Pascal Rigaux | 2008-02-23 | 1 | -2/+2 |
| | | | | purpose) | ||||
* | fix typo calling _is_local_virtual | Pascal Rigaux | 2008-02-23 | 1 | -1/+1 |
| |