summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* modify _download_media_info_file() prototypePascal Rigaux2008-09-231-10/+11
|
* test srpms mediaPascal Rigaux2008-09-231-0/+7
|
* adapt to change:Pascal Rigaux2008-09-231-23/+16
| | | | | r246037 | pixel | 2008-09-19 : do not skip "debug_for=" media
* _retrieve_media_info_file_and_check_MD5SUM() is called fromPascal Rigaux2008-09-231-2/+0
| | | | | | _retrieve_xml_media_info_or_remove() which is called from _update_medium_(), so we are sure {parsed_md5sum} is already computed
* use _download_media_info_file() in get_synthesis__remote()Pascal Rigaux2008-09-231-4/+3
|
* - normalize synthesis downloading: rename it in cachedir asap just like any ↵Pascal Rigaux2008-09-232-6/+22
| | | | | | | other media_info files - create urpm::download::sync_rel_to()
* prepare next commits: introduce $medium->{parsed_md5sum}Pascal Rigaux2008-09-222-5/+7
|
* move check_synthesis_md5sum() inside get_synthesis__remote()Pascal Rigaux2008-09-221-2/+3
|