summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge in "Preparing packages installation..." translation from rpmdrakeThierry Vignaud2008-10-0759-144/+143
|
* merge in "Distribution Upgrade" translation from mdkonlineThierry Vignaud2008-10-0715-30/+30
|
* sync with codeThierry Vignaud2008-10-0768-21509/+23077
|
* - gurpmi:Pascal Rigaux2008-10-073-22/+64
| | | | | | | o overall progress-bar, display the download speed, nicer looking - urpm::download::progress_text() is created out of urpm::download::sync_logger
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-10-071-179/+148
|
* - gurpmi:Pascal Rigaux2008-10-072-0/+3
| | | | | o [bugfix for 6.15] re-allow to continue on bad signature
* add --split-level and --split-length to gurpmiPascal Rigaux2008-10-071-1/+2
| | | | | (but only works as "--split-length=xx", not "--split-length xx")
* - urpmi:Pascal Rigaux2008-10-073-3/+22
| | | | | o fix displaying "bad signature" in non-utf8 (#44587)
* updatePascal Rigaux2008-10-071-102/+107
|
* fix tr.poPascal Rigaux2008-10-071-7/+7
|
* 6.156.15Thierry Vignaud2008-10-072-1/+3
|
* ukrainian translation updateSergey Ribalchenko2008-10-071-101/+48
|
* exit code 15 is already used for --expect-install, use exit code 16 for bad ↵Pascal Rigaux2008-10-072-1/+5
| | | | signature
* fix typoPascal Rigaux2008-10-061-1/+1
|
* what mdkonline really want, is that gurpmi/gurpmi2 handles --replacefilesPascal Rigaux2008-10-062-3/+3
|
* (do_install) typo fixThierry Vignaud2008-10-061-1/+1
|
* - urpmi, library:Pascal Rigaux2008-10-065-0/+11
| | | | | | o handle --replacefiles, will be used by mdkonline (require perl-URPM 3.19)
* - urpmi, rpmdrake:Pascal Rigaux2008-10-064-3/+10
| | | | | | o nice exit code for "bad signature" fatal error. Fixes rpmdrake continuing on bad signature (#44575)
* update docPascal Rigaux2008-10-061-3/+3
|
* (do_install) just do not ask for confirmation before removing packages in ↵Thierry Vignaud2008-10-062-1/+3
| | | | --auto mode
* (configure_urpm) fix using --rpm-root & --urpmi-root by revertingThierry Vignaud2008-10-062-1/+1
| | | | | | | | | r19519 from 2006-10-25 ("add support of --root for gurpmi") which is useless since r243842 from 2008-08-07: "(configure_urpm) parse command line when initializing urpmi, thus fixing --urpmi-root"
* better logThierry Vignaud2008-10-061-1/+2
|
* (do_install_3) do not exit in --auto mode at end of installation which preventsThierry Vignaud2008-10-062-1/+4
| | | | | restarting after priority upgrade
* sync with .potSergey Ribalchenko2008-10-051-406/+512
|
* ukrainian translation updateSergey Ribalchenko2008-10-051-11/+12
|
* Osatuta.Iñigo Salvador Azurmendi2008-10-041-156/+91
|
* update zh_CN translationFunda Wang2008-10-031-524/+519
|
* update translation for turkish languageAtilla Öntaş2008-10-031-39/+39
|
* update (Rhoslyn Prys)Thierry Vignaud2008-09-291-3/+3
|
* update (Rhoslyn Prys)Thierry Vignaud2008-09-281-538/+537
|
* update translation for turkish languageAtilla Öntaş2008-09-281-137/+98
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-09-271-109/+107
|
* export new_unrequested() (for future use in drakx (?))Pascal Rigaux2008-09-251-3/+3
|
* updatePascal Rigaux2008-09-231-106/+95
|
* updatePascal Rigaux2008-09-231-0/+1
|
* 6.146.14Pascal Rigaux2008-09-232-1/+3
|
* - aria2:Pascal Rigaux2008-09-232-0/+2
| | | | | o use --ftp-pasv (as suggested by aria2 developer)
* - aria2:Pascal Rigaux2008-09-231-0/+2
| | | | | | | o use --connect-timeout 6 seconds (instead of 3) (cf commit in urpm/download.pm)
* - urpmi.addmedia, urpmi.update:Pascal Rigaux2008-09-232-10/+20
| | | | | | o for remote media, instead of first checking reconfig.urpmi, try MD5SUM. If it fails try reconfig.urpmi
* increase connect-timeout for aria2Pascal Rigaux2008-09-231-2/+2
|
* - urpmi.addmedia, urpmi.update:Pascal Rigaux2008-09-232-1/+6
| | | | | | o do not get "descriptions" on non "update" media since it's useless and potentially slow
* - urpmi.addmedia, urpmi.update:Pascal Rigaux2008-09-232-3/+3
| | | | | o only look for "descriptions" in media_info/
* - use "versioned" media_info filesPascal Rigaux2008-09-234-1/+43
| | | | | | | | | | (needed for aria2 to handle mirrors not having some media_info/*) it fixes: - downloading parts of media_info file from different mirrors and failing to obtain a valid result - checking md5sum of media_info files
* test reconfig.urpmiPascal Rigaux2008-09-233-0/+14
|
* help debugging aria2Pascal Rigaux2008-09-231-6/+6
|
* {allow_metalink} was used unitialised, so now always using use_metalink() andPascal Rigaux2008-09-232-6/+8
| | | | | doing the memoizing inside use_metalink()
* cleanup using new sync_rel_one() and new option "preclean"Pascal Rigaux2008-09-231-23/+16
|
* create sync_rel_one() and use itPascal Rigaux2008-09-231-3/+8
|
* - sync_*(): return the downloaded filePascal Rigaux2008-09-231-20/+18
| | | | | | - sync_rel: handle "preclean", and do cleanup things after failed download - simplify some mess using the returned value
* simplify: "$urpm->{cachedir}/partial" is the default "dir" where files are ↵Pascal Rigaux2008-09-231-4/+3
| | | | downloaded