summaryrefslogtreecommitdiffstats
path: root/urpmq
Commit message (Collapse)AuthorAgeFilesLines
* Fix urpmq -i with local RPMsChristophe Fergeau2009-01-051-5/+8
|
* simplify using urpm::blist_to_urls()Pascal Rigaux2008-07-081-3/+1
|
* migrate to use $blist->{pkgs} instead of $blist->{list}Pascal Rigaux2008-07-081-3/+4
|
* migrate to urpm::get_pkgs::selected2local_and_blists()Pascal Rigaux2008-07-081-6/+5
|
* simplifyPascal Rigaux2008-07-081-1/+1
|
* simplifyPascal Rigaux2008-07-081-3/+1
|
* cleanupPascal Rigaux2008-07-081-1/+1
|
* - urpmqPascal Rigaux2008-07-081-1/+2
| | | | | o add --obsoletes
* - urpmq:Pascal Rigaux2008-07-081-2/+2
| | | | | | | | o --suggests now displays the suggested packages, see --allow-suggests for previous behaviour (#39726) - fixing duplicated setting of options in args.pm
* o handle "unrequested orphans" (similar to "deborphan")Pascal Rigaux2008-07-071-8/+23
|
* - urpmq:Pascal Rigaux2008-03-281-2/+2
| | | | | o do not use rpms on removable cdrom media (#39396)
* - urpmq:Pascal Rigaux2008-03-251-1/+1
| | | | | o fix --list -r (#39287) (regression introduced in 5.7)
* - urpmi.addmedia, urpmi.update:Pascal Rigaux2008-03-181-1/+1
| | | | | | | o urpmi.addmedia --mirrorlist handles a list of mirrors/mirrorlist: you can specify a mirror to use inside a local network, but it will default to standard mirrors when the local mirror is not available.
* - urpmq:Pascal Rigaux2008-03-031-2/+21
| | | | | | | | o --list: speed it up (2.5x faster, and 6x faster with names.<medium>) - all tools: o restore generation of /var/lib/urpmi/names.<medium>, but it is now done in urpmq/urpmi/urpmf (and so only if used as root)
* - create file_from_local_medium(), and use it where possible instead ofPascal Rigaux2008-02-271-2/+2
| | | | | | | | | file_from_local_url() - in urpm::removable, this implies passing $blist around nb: for now file_from_local_medium() doesn't use the first parameter if url is given, but future commit will use both (needed for {url} cdrom://)
* - -c option is no more (only kept for compatibility in urpmi.update)Pascal Rigaux2008-02-251-1/+1
| | | | | - {cachedir}/headers is not used anymore
* make "urpmq --list xxx" display "use -l to list files" and exit on errorPascal Rigaux2008-02-251-0/+1
|
* - urpmq:Pascal Rigaux2008-02-251-2/+3
| | | | | o add --conflicts
* need for previous commit: document "urpmq --requires"Pascal Rigaux2008-02-251-0/+1
|
* - urpmq:Pascal Rigaux2008-02-251-3/+4
| | | | | | o --requires now display the raw requires, use --requires-recursive to get the old behaviour (#29176)
* - all tools:Pascal Rigaux2008-02-231-1/+3
| | | | | | o handle mirrorlist (need perl-Zone-TimeInfo patched for geolocalisation)
* nocheck_access is quite wrong nowadays afaikPascal Rigaux2008-02-051-1/+0
|
* - urpmq:Pascal Rigaux2008-01-251-1/+5
| | | | | o add --no-suggests
* - urpmq:Pascal Rigaux2008-01-171-0/+11
| | | | | o add --provides
* fix commit adding --sourcerpmPascal Rigaux2008-01-151-1/+1
|
* - urpmqPascal Rigaux2008-01-151-0/+3
| | | | | | | o fix --list (regression introduced in 5.0) (those lines were wrongly dropped in r232614 2007-12-19)
* - urpmq:Pascal Rigaux2008-01-141-5/+11
| | | | | o add --sourcerpm
* - 5.0Pascal Rigaux2008-01-111-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 Rigaux2008-01-111-6/+3
| | | | | o use URPM::Package->changelogs (need perl-URPM 3.06)
* use a var name $id instead of $_Pascal Rigaux2008-01-101-3/+3
|
* normalize to fit xml_info namesPascal Rigaux2008-01-101-3/+3
|
* - all tools:Pascal Rigaux2007-12-191-6/+2
| | | | | 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)
* factorize codePascal Rigaux2007-11-281-16/+12
|
* - urpmq:Pascal Rigaux2007-11-281-1/+2
| | | | | o new option --requires-recursive (alias of option -d)
* - 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)
* (get_updates_description) index by medium then by package ; weThierry Vignaud2007-09-141-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)
* - urpmiPascal Rigaux2007-08-111-0/+2
| | | | | | o handle preferred choices (through --prefer, /etc/urpmi/prefer.list and /etc/urpmi/prefer.vendor.list)
* - all toolsPascal Rigaux2007-08-111-2/+2
| | | | | o new option --wait-lock (#13025)
* factorize handling of -q|--quiet and -v|--verbose for all toolsPascal Rigaux2007-08-011-1/+1
| | | | | this fixes -q option not handled by urpmi.update (#31890)
* simplify code by using directly $options{...} (exported from urpm::args)Pascal Rigaux2007-08-011-68/+68
| | | | | instead of using $urpm::args::options{...}
* remove dead code:Pascal Rigaux2007-08-011-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.
* - urpmqPascal Rigaux2007-07-061-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/urpmfPascal Rigaux2007-06-191-2/+3
| | | | | (esp. for "adding medium ..." when using --use-distrib)
* re-sync after the big svn lossPascal Rigaux2007-04-241-3/+1
|
* cleanupPascal Rigaux2007-03-071-8/+9
|
* fixed ngettext usePablo Saratxaga2007-02-211-4/+6
|
* add option "-m" in usage (was already documented in manpage)Pascal Rigaux2007-02-141-5/+3
|
* explain --whatrequires-recursive when {debug}Pascal Rigaux2007-01-261-8/+19
|
* from_utf8 no more needed with: new perl-URPM + new perl-Locale-gettext + ↵Pascal Rigaux2007-01-191-37/+41
| | | | "use open ':locale'"