Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - urpmq: | Pascal Rigaux | 2008-01-25 | 1 | -1/+5 |
| | | | | | o add --no-suggests | ||||
* | - urpmq: | Pascal Rigaux | 2008-01-17 | 1 | -0/+11 |
| | | | | | o add --provides | ||||
* | fix commit adding --sourcerpm | Pascal Rigaux | 2008-01-15 | 1 | -1/+1 |
| | |||||
* | - urpmq | Pascal Rigaux | 2008-01-15 | 1 | -0/+3 |
| | | | | | | | o fix --list (regression introduced in 5.0) (those lines were wrongly dropped in r232614 2007-12-19) | ||||
* | - urpmq: | Pascal Rigaux | 2008-01-14 | 1 | -5/+11 |
| | | | | | o add --sourcerpm | ||||
* | - 5.0 | Pascal Rigaux | 2008-01-11 | 1 | -28/+27 |
| | | | | | | | | | | | | | | | | | | | - urpmf, urpmq: o use xml info instead of hdlist when possible o "urpmq -l" is faster (3x) o "urpmf -l" is slower (1.5x) o "urpmf --sourcerpm" is much faster o see "xml-info" option in urpmi.cfg(5) to see when those files are downloaded o new require: perl module XML::LibXML - urpmq: o use rpm file instead of hdlist/xml-info when file is local o use URPM::Package->changelogs (need perl-URPM 3.06) - urpmi.update, urpmi.addmedia, urpmi.removemedia: o drop hdlist support replaced with xml media_info (this imply file-deps are correctly handled, see genhdlist2(1)) - urpmi.addmedia o new --xml-info option | ||||
* | - urpmq: | Pascal Rigaux | 2008-01-11 | 1 | -6/+3 |
| | | | | | o use URPM::Package->changelogs (need perl-URPM 3.06) | ||||
* | use a var name $id instead of $_ | Pascal Rigaux | 2008-01-10 | 1 | -3/+3 |
| | |||||
* | normalize to fit xml_info names | Pascal Rigaux | 2008-01-10 | 1 | -3/+3 |
| | |||||
* | - all tools: | Pascal Rigaux | 2007-12-19 | 1 | -6/+2 |
| | | | | | o drop hdlist support (will be replaced with xml media_info) | ||||
* | create urpm->new_parse_cmdline and use it | Pascal Rigaux | 2007-12-12 | 1 | -2/+1 |
| | | | | | (it may be a little stricter for urpmi since we exit(1) on parse_cmdline error) | ||||
* | factorize code | Pascal Rigaux | 2007-11-28 | 1 | -16/+12 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2007-11-28 | 1 | -1/+2 |
| | | | | | o new option --requires-recursive (alias of option -d) | ||||
* | - all tools: | Pascal Rigaux | 2007-11-22 | 1 | -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) | ||||
* | (get_updates_description) index by medium then by package ; we | Thierry Vignaud | 2007-09-14 | 1 | -1/+1 |
| | | | | | | | previously only index by raw package name (w/o version and w/o arch) which resulted in packages being overwritten (ie on a biarch, we would only saw one of both ia32 & x86_64 packages) | ||||
* | - urpmi | Pascal Rigaux | 2007-08-11 | 1 | -0/+2 |
| | | | | | | o handle preferred choices (through --prefer, /etc/urpmi/prefer.list and /etc/urpmi/prefer.vendor.list) | ||||
* | - all tools | Pascal Rigaux | 2007-08-11 | 1 | -2/+2 |
| | | | | | o new option --wait-lock (#13025) | ||||
* | factorize handling of -q|--quiet and -v|--verbose for all tools | Pascal Rigaux | 2007-08-01 | 1 | -1/+1 |
| | | | | | this fixes -q option not handled by urpmi.update (#31890) | ||||
* | simplify code by using directly $options{...} (exported from urpm::args) | Pascal Rigaux | 2007-08-01 | 1 | -68/+68 |
| | | | | | instead of using $urpm::args::options{...} | ||||
* | remove dead code: | Pascal Rigaux | 2007-08-01 | 1 | -3/+0 |
| | | | | | | | urpmq is not using use_provides by default since 13 May 2004 when rgs refactorization somewhat failed. since then the documentation has been adapted to show -p is not the default anymore, so not reverting to previous behaviour. | ||||
* | - urpmq | Pascal Rigaux | 2007-07-06 | 1 | -5/+3 |
| | | | | | | o --whatrequires: fix skipping packages through provides provided by other packages, when the other package is the same pkg name (#31773) | ||||
* | we really don't want logs on stdout for urpmq/urpmf | Pascal Rigaux | 2007-06-19 | 1 | -2/+3 |
| | | | | | (esp. for "adding medium ..." when using --use-distrib) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-24 | 1 | -3/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2007-03-07 | 1 | -8/+9 |
| | |||||
* | fixed ngettext use | Pablo Saratxaga | 2007-02-21 | 1 | -4/+6 |
| | |||||
* | add option "-m" in usage (was already documented in manpage) | Pascal Rigaux | 2007-02-14 | 1 | -5/+3 |
| | |||||
* | explain --whatrequires-recursive when {debug} | Pascal Rigaux | 2007-01-26 | 1 | -8/+19 |
| | |||||
* | from_utf8 no more needed with: new perl-URPM + new perl-Locale-gettext + ↵ | Pascal Rigaux | 2007-01-19 | 1 | -37/+41 |
| | | | | "use open ':locale'" | ||||
* | use uniq() and factorize | Pascal Rigaux | 2007-01-11 | 1 | -1/+2 |
| | |||||
* | cleanup: @headers is independent of the "foreach my $medium", moving it out ↵ | Pascal Rigaux | 2007-01-11 | 1 | -10/+14 |
| | | | | of the loop | ||||
* | directly set $urpm->{root}, it's simpler | Pascal Rigaux | 2006-11-29 | 1 | -4/+4 |
| | | | | | (also use it in urpm::get_pkgs::selected2list() even if callers didn't pass it) | ||||
* | - move lock functions to a full blown module | Pascal Rigaux | 2006-11-23 | 1 | -4/+4 |
| | | | | | | | | | | | | - 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 twice | Pascal Rigaux | 2006-11-23 | 1 | -6/+6 |
| | | | | | non-exclusive | ||||
* | move many functions from urpm.pm to new module urpm/select.pm | Pascal Rigaux | 2006-11-21 | 1 | -3/+4 |
| | |||||
* | - move download_packages_of_distant_media() from urpm.pm to urpm::get_pkgs | Pascal Rigaux | 2006-11-21 | 1 | -2/+3 |
| | | | | | - move urpm::get_source_packages() -> urpm::get_pkgs::selected2list() | ||||
* | move many functions from urpm.pm to urpm/media.pm | Pascal Rigaux | 2006-11-21 | 1 | -3/+4 |
| | |||||
* | move lock functions to urpm::sys | Pascal Rigaux | 2006-11-21 | 1 | -4/+4 |
| | |||||
* | don't use obsolete method download_source_packages anymore. | Pascal Rigaux | 2006-11-20 | 1 | -1/+2 |
| | | | | | nb: not handling anymore urpmq on removable media with no hdlist (does it exist?) | ||||
* | cleanup | Pascal Rigaux | 2006-11-20 | 1 | -1/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2006-11-20 | 1 | -9/+8 |
| | |||||
* | rename {skip} into {cmdline_skiplist} (neater) | Pascal Rigaux | 2006-11-20 | 1 | -1/+1 |
| | |||||
* | - {nodepslist} now implies {no_skiplist} | Pascal Rigaux | 2006-11-20 | 1 | -8/+6 |
| | | | | | | - drop {noinstalling}, use {nodepslist} instead (since {noinstalling} is only used when {nodepslist} is set) | ||||
* | perl_checker compliance | Pascal Rigaux | 2006-11-09 | 1 | -14/+14 |
| | |||||
* | Add Prozilla support | Rafael Garcia-Suarez | 2006-09-21 | 1 | -0/+1 |
| | |||||
* | Die if unknown command-line options are given. | Rafael Garcia-Suarez | 2006-02-13 | 1 | -1/+1 |
| | |||||
* | Make --ignorearch really work by overriding a package subroutine (not very | Rafael Garcia-Suarez | 2006-02-13 | 1 | -1/+3 |
| | | | | | clean, but fast) | ||||
* | Add ignorearch option to urpmq | Rafael Garcia-Suarez | 2006-02-13 | 1 | -0/+2 |
| | |||||
* | Use stdout for informational messages, not stderr | Rafael Garcia-Suarez | 2006-02-08 | 1 | -2/+2 |
| | |||||
* | Escape media names in the output of urpmq --dump-config (based on a patch by | Rafael Garcia-Suarez | 2006-01-24 | 1 | -7/+16 |
| | | | | | Michael Scherer) | ||||
* | Remove force_local download option (which was always on) | Rafael Garcia-Suarez | 2006-01-13 | 1 | -1/+1 |
| |