summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - -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
|
* further simplify (allowed by making "moving file" fatal)Pascal Rigaux2008-02-241-2/+1
|
* fix typo in previous commitPascal Rigaux2008-02-241-1/+1
|
* - urpmi, urpmi.addmedia, urpmi.update:Pascal Rigaux2008-02-245-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 rpmsPascal Rigaux2008-02-241-2/+4
|
* - do not say "removing installed rpms" for rpms which are not in cachedirPascal Rigaux2008-02-241-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 handlingPascal Rigaux2008-02-232-2/+6
|
* at least display an error message on errorPascal Rigaux2008-02-231-1/+2
|
* drop obsolete code (remove_failed function already removed, and error handlingPascal Rigaux2008-02-231-5/+0
| | | | | is now much better in urpmi: it won't write urpmi.cfg until everything is ok)
* 5.5Pascal Rigaux2008-02-231-0/+2
|
* - all tools:Pascal Rigaux2008-02-2312-20/+369
| | | | | | o handle mirrorlist (need perl-Zone-TimeInfo patched for geolocalisation)
* - urpmi.addmediaPascal Rigaux2008-02-232-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 Rigaux2008-02-231-7/+7
|
* ash is no more static in mandriva, use dash.static instead (for our test ↵Pascal Rigaux2008-02-231-2/+2
| | | | purpose)
* fix typo calling _is_local_virtualPascal Rigaux2008-02-231-1/+1
|
* Fining some messages.Marek Laane2008-02-221-5/+5
|
* Updated Estonian translation.Marek Laane2008-02-221-77/+80
|
* get_content() as a wrapper around sync() to get file contentPascal Rigaux2008-02-221-0/+15
|
* - urpmfPascal Rigaux2008-02-222-2/+9
| | | | | o fallback on hdlist when xml-info not found (useful for old distribs)
* rename conf_file__rel_media into with-dirPascal Rigaux2008-02-213-5/+5
| | | | | (since it will be used in urpmi.cfg too, it needs a less verbose name)
* create _new_distribconf_and_download() and use itPascal Rigaux2008-02-211-6/+15
| | | | | (for future commit)
* - fix typo _is_local_virtual() and _is_remote_virtual()Pascal Rigaux2008-02-211-6/+11
| | | | | - introduce _local_file()
* update translation for PolishTomasz Bednarski2008-02-211-25/+25
|
* adapt --virtual usage description to its new featuresPascal Rigaux2008-02-211-2/+1
|