summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (parse_command_line) fix --auto-select option that got broken inThierry Vignaud2008-03-031-1/+1
| | | | | r238215 ("fix --auto-select option" (was for main_loop))
* better styleThierry Vignaud2008-03-031-1/+1
|
* add a warning for gurpmiThierry Vignaud2008-03-031-0/+1
|
* sort & explainThierry Vignaud2008-03-031-2/+2
|
* handle --testThierry Vignaud2008-03-032-0/+2
|
* give the focus to buttons (Emmanuel Blindauer, #38047)Thierry Vignaud2008-03-032-0/+6
|
* handle --allow-medium-change (needed for do_pkgs)Thierry Vignaud2008-03-032-0/+3
|
* handle --expect-install (needed for do_pkgs)Thierry Vignaud2008-03-032-0/+2
|
* fix --expect-install (broken since 4.9.30!)Thierry Vignaud2008-03-032-1/+2
|
* lazy load Net::LDAPThierry Vignaud2008-03-031-1/+1
|
* fix --auto-select optionThierry Vignaud2008-03-033-2/+3
|
* (gurpmi::parse_command_line) reuse common shared code of urpm::args,Thierry Vignaud2008-03-033-14/+24
| | | | | thus fixing --root option
* (do_install_3) make completed() callback return instead of waitingThierry Vignaud2008-03-032-0/+3
| | | | | while displaying a success message in automatic mode
* - urpmf, urpmq:Pascal Rigaux2008-03-032-2/+3
| | | | | o never display raw downloader output, otherwise output is very messy (#38125)
* fix download progression using wget:Pascal Rigaux2008-03-032-7/+10
| | | | | | | | | | | - the first line displays the date, not simply the time - the "==> RETR" is only for ftp, also parse "200 OK" - detecting size using /^Length/ is much simpler when wget output is not translated, so use LC_ALL=C - "ETA" is now "eta" in my tests - "eta" is not displayed at the beginning, do call propagate_sync_callback with precent and speed
* "a" and "b" can be installed in any order, so sometimes "a" is first,Pascal Rigaux2008-03-031-3/+11
| | | | | sometimes "b" is first
* - urpmf:Pascal Rigaux2008-03-032-1/+3
| | | | | o fix searching for more than one pattern (#38286)
* update translation for hungarian languageGergely Lonyai2008-03-021-446/+454
|
* update translation for HebrewDotan Kamber2008-03-011-157/+30
|
* Updated Estonian translation.Marek Laane2008-03-011-25/+34
|
* urpm/cdrom.pm has been addedPascal Rigaux2008-03-011-1/+1
|
* don't disable tests for jbj rpmPer Øyvind Karlsen2008-03-011-24/+9
|
* skip buildroot checks for rpm5.orgPer Øyvind Karlsen2008-03-013-1/+9
|
* updateJosé Melo2008-02-291-129/+80
|
* Updated Slovenian translationJure Repinc2008-02-291-328/+187
|
* HAL can fail to umount the cdrom if it was not mounted by HAL.Pascal Rigaux2008-02-291-1/+6
| | | | | in that case, use "umount" command directly.
* require urpm::cdrom where neededPascal Rigaux2008-02-291-0/+1
|
* remove some functions that were moved to urpm::cdromPascal Rigaux2008-02-291-27/+0
|
* move is_iso to urpm::media and rename itPascal Rigaux2008-02-292-9/+6
|
* o use hal to wait-for/mount cdroms: Pascal Rigaux2008-02-294-172/+296
| | | | | | | | | | | | | | | | you can now use more than one cdrom drive big commit, no time to split it... some details: - split urpm::removable into urpm::removable and urpm::cdrom - fix setting $urpm->{removable_mounted} - in try_mounting_non_cdroms(), check for local url, simpler than checking is_cdrom_url and then checking file_from_local_medium - fix _try_mounting_medium() not mounting non-cdrom anymore (regression introduced during devel) - even if urpmi says it wants cdroms in a given order, if you make a mistake, it will use the one you give (as a side-effect, it simplifies the sort on "already mounted" cdrom (cf _sort_media disappearing))
* kill deprecated download_source_packagesPascal Rigaux2008-02-291-13/+0
|
* do not download on the fly xml-info unless we know if it is availablePascal Rigaux2008-02-291-3/+2
| | | | | | (useful for the cdrom case where there is no MD5SUM, but we take care of xml-info during urpmi.addmedia, never afterwards)
* blacklist Net::DBus (used by Hal::Cdroms)Pascal Rigaux2008-02-291-0/+1
|
* update translation for PolishTomasz Bednarski2008-02-291-32/+46
|
* do not pass the device around (we don't want to force a device anymore)Pascal Rigaux2008-02-292-2/+2
|
* if cdrom is not mounted, _check_notfound should fail, but nicelyPascal Rigaux2008-02-291-0/+2
|
* - rename _mount_it() into _mount_cdrom()Pascal Rigaux2008-02-291-8/+8
| | | | | | | - rename _mount_and_check_notfound() into _mount_cdrom_and_check_notfound() - in _mount_cdrom_and_check_notfound, use _try_mounting_medium since failure to mount is not fatal
* rename look_for_mounted_cdrom() into _look_for_mounted_cdrom_in_mtab()Pascal Rigaux2008-02-291-3/+3
|
* fix --mirrorlist broken by _migrate_removable_devicePascal Rigaux2008-02-291-1/+3
|
* use confess to get stacktrace (instead of croak)Pascal Rigaux2008-02-281-1/+1
|
* update translation for PolishTomasz Bednarski2008-02-281-112/+63
|
* - urpmf, urpmq:Pascal Rigaux2008-02-282-0/+7
| | | | | o do not try to download xml-info if it's not available (#38125)
* - urpmiPascal Rigaux2008-02-272-8/+7
| | | | | o do not copy rpms from cdrom if only one cdrom is used (#28083)
* strictify prototypePascal Rigaux2008-02-271-5/+5
|
* drop useless checkPascal Rigaux2008-02-271-19/+1
|
* _copy_from_cdrom() is a much better name than _examine_removable_medium()Pascal Rigaux2008-02-271-6/+6
|
* update Swedish translationThomas Backlund2008-02-271-931/+349
|
* fix typoPascal Rigaux2008-02-271-2/+2
|
* {removable} is no morePascal Rigaux2008-02-271-2/+2
|
* - create _migrate_removable_url out of _migrate_removable_devicePascal Rigaux2008-02-272-9/+25
| | | | | - do keep our url scheme for cdroms (#30613)