summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* simplifyPascal Rigaux2008-02-261-2/+1
|
* add commentPascal Rigaux2008-02-261-0/+3
|
* cleanupPascal Rigaux2008-02-261-1/+1
|
* s/unless/if (!/Pascal Rigaux2008-02-261-2/+2
|
* create _get_removables_or_check_mounted() out of ↵Pascal Rigaux2008-02-261-8/+17
| | | | copy_packages_of_removable_media()
* move $examine_removable_medium sub out of copy_packages_of_removable_mediaPascal Rigaux2008-02-261-16/+17
|
* - move $check_notfound sub out of copy_packages_of_removable_mediaPascal Rigaux2008-02-261-18/+19
| | | | | - really fix _mounted_mntpoints()
* add some commentsPascal Rigaux2008-02-261-0/+3
|
* oops, fix previous "cleaning" commit, introduce _mounted_mntpoints()Pascal Rigaux2008-02-261-2/+7
|
* add some commentsPascal Rigaux2008-02-261-0/+4
|
* cleanupPascal Rigaux2008-02-261-11/+6
|
* supermount is dead!Pascal Rigaux2008-02-261-3/+3
|
* supermount is dead!Pascal Rigaux2008-02-261-20/+2
|
* updatesKeld Simonsen2008-02-261-108/+89
|
* Osatuta.Iñigo Salvador Azurmendi2008-02-261-113/+80
|
* updated translationPavel Maryanov2008-02-261-389/+427
|
* - urpmi:Pascal Rigaux2008-02-262-0/+4
| | | | | o fix using proxy with curl (#38143)
* Updated Malay translationSharuzzaman Ahmat Raslan2008-02-261-499/+454
|
* Japanese translation updated.Yukiko Bando2008-02-261-29/+39
|
* updateThierry Vignaud2008-02-261-5/+3
|
* 5.6Pascal Rigaux2008-02-252-1/+3
|
* - urpmi:Pascal Rigaux2008-02-252-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 filePascal Rigaux2008-02-251-1/+2
|
* - -c option is no more (only kept for compatibility in urpmi.update)Pascal Rigaux2008-02-256-8/+5
| | | | | - {cachedir}/headers is not used anymore
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-02-251-95/+70
|
* download mirrorlist silentlyPascal Rigaux2008-02-251-1/+1
|
* - urpmiPascal Rigaux2008-02-253-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 --envPascal Rigaux2008-02-251-0/+1
|
* - bash-completion:Pascal Rigaux2008-02-252-1/+6
| | | | | | o restore available-pkgs completion using "urpmq --list" (guillomovitch) (but only if COMP_URPMI_HDLISTS is set since it's slow)
* - urpmiPascal Rigaux2008-02-252-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 errorPascal Rigaux2008-02-252-0/+2
|
* more translationsWanderlei Antonio Cavassin2008-02-251-23/+32
|
* - urpmq:Pascal Rigaux2008-02-255-3/+10
| | | | | o add --conflicts
* need for previous commit: document "urpmq --requires"Pascal Rigaux2008-02-253-1/+6
|
* - urpmq:Pascal Rigaux2008-02-253-5/+9
| | | | | | o --requires now display the raw requires, use --requires-recursive to get the old behaviour (#29176)
* - urpmi, urpmi.addmedia, urpmi.update:Pascal Rigaux2008-02-252-2/+8
| | | | | o handle variables $ARCH/$RELEASE in mirrorlist
* typo fixThierry Vignaud2008-02-251-1/+1
|
* fixed in perl-URPM 3.09Pascal Rigaux2008-02-251-1/+1
|
* - urpmfPascal Rigaux2008-02-252-0/+2
| | | | | o fix fallback on hdlist when xml-info not found
* deffine 'message' callbackThierry Vignaud2008-02-251-0/+4
|
* (run) kill 'bad_rpms' & 'missing_files_summary' callbacks, reusingThierry Vignaud2008-02-252-8/+7
| | | | | existing unused 'message' callback
* updateThierry Vignaud2008-02-251-63/+68
|
* updateThierry Vignaud2008-02-251-15/+17
|
* sync with codeThierry Vignaud2008-02-2568-32952/+37416
|
* blacklist Time::ZoneInfoThierry Vignaud2008-02-251-0/+1
|
* add a simple test case for mirrorlistPascal Rigaux2008-02-251-0/+17
|
* add a test case for "sort choices on virtual package by provided version ↵Pascal Rigaux2008-02-259-0/+151
| | | | (#12645)"
* why is ExtUtils::Manifest now including default rules in users's MANIFEST.SKIP?Pascal Rigaux2008-02-251-1/+38
|
* display a "bad rpms" message instead of "files are missing" when the ↵Pascal Rigaux2008-02-243-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 Rigaux2008-02-241-2/+7
|