summaryrefslogtreecommitdiffstats
path: root/urpmi
Commit message (Collapse)AuthorAgeFilesLines
* Copying release 1.5-2mdv2007.1 to pristine/ directory.Mandrake2006-12-081-94/+104
|
* display all found packages (when there is a choice, only the first was ↵Pascal Rigaux2006-12-041-11/+15
| | | | displayed)
* directly set $urpm->{root}, it's simplerPascal Rigaux2006-11-291-8/+7
| | | | | (also use it in urpm::get_pkgs::selected2list() even if callers didn't pass it)
* factorize --nolock and --root option handlingPascal Rigaux2006-11-291-14/+12
|
* further explain the fd leak hack commentThierry Vignaud2006-11-291-2/+3
|
* (ask_choice) add more comments for translatorsThierry Vignaud2006-11-291-3/+9
|
* (ask_choice) enable translator to control what is displayedThierry Vignaud2006-11-291-3/+4
|
* (ask_choice) simplifyThierry Vignaud2006-11-291-2/+1
|
* (ask_choice) there's no space before ":" in englishThierry Vignaud2006-11-291-1/+1
|
* add commented line allowing to have rpmlib debug messagesPascal Rigaux2006-11-271-0/+1
|
* add --auto-update to "urpmi --help", and move --no-md5sum and --force-key ↵Pascal Rigaux2006-11-271-2/+3
| | | | next to it
* use $options{usedistrib} for all progs (prepare for next commit)Pascal Rigaux2006-11-241-3/+2
|
* simplify (%urpm::args::options is exported)Pascal Rigaux2006-11-241-3/+6
|
* remove a "Use of uninitialized value ..."Pascal Rigaux2006-11-231-1/+1
|
* - move lock functions to a full blown modulePascal Rigaux2006-11-231-7/+5
| | | | | | | | | | | | - handle get_exclusive and release_exclusive on existing lock, *but* don't use it for now! (not useful) - remove urpmi_db locking from add_medium and update_media - move rpm_db locking into _read_cachedir_pubkey - update_media: restrict rpm_db exclusive locking to parse_pubkeys - urpmi: move locking rpm_db near its use - handle lock directly in urpmi.addmedia, urpmi.update, urpme, urpmf - log locking/unlocking
* don't have a global variable to hold locks, otherwise code can't lock twicePascal Rigaux2006-11-231-4/+5
| | | | | non-exclusive
* move many functions from urpm.pm to new module urpm/select.pmPascal Rigaux2006-11-211-8/+9
|
* - move download_packages_of_distant_media() from urpm.pm to urpm::get_pkgsPascal Rigaux2006-11-211-2/+3
| | | | | - move urpm::get_source_packages() -> urpm::get_pkgs::selected2list()
* create urpm::signature out of urpm.pmPascal Rigaux2006-11-211-1/+2
|
* create urpm::removable out of urpm.pmPascal Rigaux2006-11-211-2/+2
|
* move many functions from urpm.pm to urpm/media.pmPascal Rigaux2006-11-211-3/+4
|
* move create_transaction() and prepare_transaction() from urpm.pm into ↵Pascal Rigaux2006-11-211-2/+2
| | | | urpm/install.pm
* move urpm::install() into urpm::install::install() (new module)Pascal Rigaux2006-11-211-3/+4
|
* move lock functions to urpm::sysPascal Rigaux2006-11-211-4/+4
|
* drop urpm::parallel_install(), directly use {parallel_handler}->parallel_installPascal Rigaux2006-11-211-3/+5
|
* simplify copy_packages_of_removable_media() prototypePascal Rigaux2006-11-201-4/+2
|
* verbose is not a known option of download_packages_of_distant_media()Pascal Rigaux2006-11-201-1/+0
|
* make translate_message the default in install() since we always use itPascal Rigaux2006-11-201-1/+0
|
* make translate the default in check_sources_signatures() code since it isPascal Rigaux2006-11-201-1/+1
| | | | | always used with translate
* move some things to new module urpm::bug_reportPascal Rigaux2006-11-201-21/+7
|
* rename {skip} into {cmdline_skiplist} (neater)Pascal Rigaux2006-11-201-11/+2
|
* remove unused ($urpm->{options}{norebuild} is used in urpm.pm, not ↵Pascal Rigaux2006-11-171-5/+4
| | | | $options{norebuild})
* - adapt ->translate_why_unselected to do what each callers do: sort its args ↵Pascal Rigaux2006-11-101-1/+1
| | | | | | | and return a single string - create translate_why_unselected_one to make function smaller
* - adapt ->translate_why_removed to do what each callers do: sort its args ↵Pascal Rigaux2006-11-101-1/+1
| | | | | | | and return a single string - create translate_why_removed_one to make function smaller
* --WID=id was introduced looong ago (2001) by fpons, it should be dead by nowPascal Rigaux2006-11-091-1/+0
|
* ask user before installing a package that matching part of the namePascal Rigaux2006-11-071-8/+17
|
* LOSTSawyer2005-05-241-1/+1
|
* simplifyPascal Rigaux2006-11-031-1/+1
|
* use member()Pascal Rigaux2006-11-031-2/+2
|
* remove unused variablesPascal Rigaux2006-11-031-5/+0
|
* perl_checker compliancePascal Rigaux2006-11-031-20/+22
|
* Add --no-md5sum and --force-key options to urpmiRafael Garcia-Suarez2006-10-181-0/+6
|
* Add Prozilla supportRafael Garcia-Suarez2006-09-211-1/+3
|
* When printing a list of long packages urls, separate them by newlines for ↵Rafael Garcia-Suarez2006-09-211-1/+1
| | | | readability.
* When restarting urpmi, close leaked filehandles. Useful for the upgradeRafael Garcia-Suarez2006-09-191-1/+10
| | | | | 2006->2007, since the URPM version in 2006 used to leak filehandles.
* From urpm::configure(), we need to be able to distinguish media that areRafael Garcia-Suarez2006-09-121-1/+1
| | | | | | temporarily ignored and permanently ignored, so we can restore the previous situation easily (bug #22354)
* Use exit() instead of POSIX::_exit() to return an exit code from urpmi. ThisRafael Garcia-Suarez2006-08-141-2/+1
| | | | | | | allows END blocks and destructors to be run, and thus fixes bug #24301. (This used to be useful when gurpmi was a hack in urpmi instead of a standalone application.)
* Allow to install deps of an srpm via rurpmi (patch by Pascal Terjan, bug #23250)Rafael Garcia-Suarez2006-07-041-1/+1
|
* Remove old rpm db log files when restarting one selfRafael Garcia-Suarez2006-06-201-3/+8
|
* Don't ignore modified but unselected media on auto-update. (bug #22354)Rafael Garcia-Suarez2006-06-201-0/+3
|