summaryrefslogtreecommitdiffstats
path: root/urpme
Commit message (Collapse)AuthorAgeFilesLines
* tag as executableThierry Vignaud2009-07-291-0/+0
|
* - implement urpme --envPascal Rigaux2008-10-271-4/+8
| | | | | - handle urpme --auto-orphans --env
* add back the warning "the following message is parsed in urpm::parallel_*" ↵Pascal Rigaux2008-08-181-0/+1
| | | | (thanks to tvignaud)
* o sort the list of orphansPascal Rigaux2008-07-111-1/+1
|
* - urpmePascal Rigaux2008-07-111-0/+2
| | | | | o add --justdb
* make it more clear what message is parsedPascal Rigaux2008-07-101-1/+1
|
* - urpme:Pascal Rigaux2008-07-081-1/+3
| | | | | | | o --test: display "Removal is possible" if no pb (#40584) (though i wonder what kind of issues could arise when testing transaction?)
* make it more explicit we are actually testing removal, not really removingPascal Rigaux2008-07-081-1/+3
|
* o handle "unrequested orphans" (similar to "deborphan")Pascal Rigaux2008-07-071-3/+33
|
* fix "urpme -a" (bug introduced in r243154 2008-07-02)Pascal Rigaux2008-07-071-1/+1
|
* o enhance error message "Removing the following package will break your ↵Pascal Rigaux2008-07-031-5/+4
| | | | system"
* factorize options handlingPascal Rigaux2008-07-031-2/+1
|
* fix typo in r243151Pascal Rigaux2008-07-031-1/+1
|
* factorize codePascal Rigaux2008-07-031-14/+9
|
* - urpme:Pascal Rigaux2008-07-021-1/+7
| | | | | o indent the list of packages to be removed
* simplify: use same message in --test modePascal Rigaux2008-07-021-10/+10
|
* re-indent (for future commit)Pascal Rigaux2008-07-021-28/+29
|
* cleanupPascal Rigaux2008-07-021-3/+8
|
* there must still be args after parsing optionsPascal Rigaux2008-07-021-1/+1
|
* normalize options passing: through %options or $urpm->{options}Pascal Rigaux2008-07-021-10/+10
|
* cleanup var namePascal Rigaux2008-07-021-7/+9
|
* bump copyright yearThierry Vignaud2008-03-131-1/+1
|
* - urpme:Pascal Rigaux2008-01-231-2/+3
| | | | | | o enhance pkg list formatting for "The following packages contain %s: %s" error message (#29178)
* - all tools:Pascal Rigaux2007-12-191-2/+0
| | | | | o drop hdlist support (will be replaced with xml media_info)
* create urpm->new_parse_cmdline and use itPascal Rigaux2007-12-121-2/+1
| | | | | (it may be a little stricter for urpmi since we exit(1) on parse_cmdline error)
* - all tools:Pascal Rigaux2007-11-221-1/+1
| | | | | | | o exit with code 1 after displaying usage (instead of exit code 0) (urpmi exit code "1" is correctly documented in urpmi's manpage)
* reverting commit (13 March 2006): Pascal Rigaux2007-09-131-2/+1
| | | | | | | "Passing bundle option, even if that does nothing for now" since it does nothing. will revert if/when support is really implemented
* - urpmi, urpmePascal Rigaux2007-09-101-1/+1
| | | | | | | | | o do not prompt questions if not waiting for user answer (for urpmi --force or urpme --force) create message_input_() which deprecated message_input(), $o_default_input is dumb IMO
* revert debug codePascal Rigaux2007-09-071-1/+1
|
* - urpmiPascal Rigaux2007-09-061-6/+2
| | | | | | | | | | o display size that will be installed - removed - urpmi, urpme o use best unit (KB, MB...) to display size will be installed - removed for this, use ->selected_size from perl-URPM and import formatXiB from drakx common.pm
* - all toolsPascal Rigaux2007-08-111-1/+1
| | | | | o new option --wait-lock (#13025)
* factorize handling of -q|--quiet and -v|--verbose for all toolsPascal Rigaux2007-08-011-3/+0
| | | | | this fixes -q option not handled by urpmi.update (#31890)
* - normalize verbose option handling over $options{verbose}Pascal Rigaux2007-08-011-2/+2
| | | | | - handle $rpm_opt where it is used
* ensure comments end in poThierry Vignaud2007-03-271-2/+3
|
* more ngettextPablo Saratxaga2007-02-231-1/+4
|
* fixed some ngettext usePablo Saratxaga2007-02-211-16/+21
|
* Copying release 1.5-2mdv2007.1 to pristine/ directory.Mandrake2006-12-081-19/+14
|
* fix handling --root and --debugPascal Rigaux2006-11-301-2/+2
|
* simplifyPascal Rigaux2006-11-301-1/+1
|
* directly set $urpm->{root}, it's simplerPascal Rigaux2006-11-291-3/+2
| | | | | (also use it in urpm::get_pkgs::selected2list() even if callers didn't pass it)
* factorize --nolock and --root option handlingPascal Rigaux2006-11-291-4/+4
|
* use $options{usedistrib} for all progs (prepare for next commit)Pascal Rigaux2006-11-241-3/+3
|
* simplify (%urpm::args::options is exported)Pascal Rigaux2006-11-241-0/+3
|
* - move lock functions to a full blown modulePascal Rigaux2006-11-231-0/+1
| | | | | | | | | | | | - 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
* move many functions from urpm.pm to new module urpm/select.pmPascal Rigaux2006-11-211-2/+4
|
* move many functions from urpm.pm to urpm/media.pmPascal Rigaux2006-11-211-1/+2
|
* move urpm::install() into urpm::install::install() (new module)Pascal Rigaux2006-11-211-1/+2
|
* move urpm::parallel_remove to urpm::parallel::removePascal Rigaux2006-11-211-1/+1
| | | | | (but keep urpm::parallel_remove for backward compatibility since rpmdrake uses it)
* make translate_message the default in install() since we always use itPascal Rigaux2006-11-201-2/+0
|
* - 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