summaryrefslogtreecommitdiffstats
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
...
* udpate docPascal Rigaux2008-07-091-7/+5
|
* -h doesn't exist (it has been removed from manpage in 2006, cf r15529)Pascal Rigaux2008-07-091-1/+1
|
* - urpmiPascal Rigaux2008-07-081-0/+4
| | | | | o handle --debug-librpm
* allow "urpmi.addmedia --distrib --mirrorlist" to please blino (#40283)Pascal Rigaux2008-07-081-3/+3
|
* - urpmqPascal Rigaux2008-07-081-0/+4
| | | | | o add --obsoletes
* fix doc: -P is deprecated for same time, do not refer to itPascal Rigaux2008-07-081-1/+1
|
* - urpmq:Pascal Rigaux2008-07-081-0/+4
| | | | | | | | 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-074-0/+20
|
* - urpmq:Pascal Rigaux2008-04-032-0/+10
| | | | | | o --suggests is currently misleading, introduce --allow-suggests and explain the user that --suggests really means --allow-suggests (#39726)
* fix docPascal Rigaux2008-03-271-1/+1
|
* make it clear that proxy.cfg allows to override system global proxy settingsPascal Rigaux2008-03-271-0/+8
|
* - urpmi.addmedia, urpmi.update:Pascal Rigaux2008-03-181-0/+6
| | | | | | | 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.
* adapt docPascal Rigaux2008-03-071-1/+1
|
* - all tools:Pascal Rigaux2008-02-273-10/+4
| | | | | o cdrom:// replaces removable://
* - urpmq:Pascal Rigaux2008-02-251-0/+4
| | | | | o add --conflicts
* need for previous commit: document "urpmq --requires"Pascal Rigaux2008-02-251-0/+4
|
* - all tools:Pascal Rigaux2008-02-232-0/+35
| | | | | | o handle mirrorlist (need perl-Zone-TimeInfo patched for geolocalisation)
* adapt --virtual description: it can now handle remove distro Pascal Rigaux2008-02-211-4/+2
| | | | | (and in that case /var/lib/urpmi is used)
* add --debug in usage and man pagePascal Rigaux2008-02-151-0/+4
|
* - urpmi.update, urpmi.addmedia:Pascal Rigaux2008-02-051-5/+0
| | | | | | o do not parse synthesis o drop /var/lib/urpmi/names.<medium>
* update doc: list.<media_name> is dead for some time nowPascal Rigaux2008-02-051-7/+0
|
* - urpmq:Pascal Rigaux2008-01-251-0/+5
| | | | | o add --no-suggests
* fix indentation of xml-info optionsPascal Rigaux2008-01-211-0/+4
|
* - urpmi:Pascal Rigaux2008-01-181-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o --buildrequires deprecate --src, --src is kept for compatibility but its behaviour is changed a little (it doesn't download src.rpm anymore) ie implement what i suggested on cooker mailing list: Date: Thu, 15 Nov 2007 18:21:32 +0100 Subject: urpmi --src issues, suggesting replacing --src with --buildrequires current situation: % urpmi /xxx/foo.src.rpm #=> installs foo.src.rpm buildrequires % urpmi --install-src foo bar #=> downloads foo.src.rpm bar.src.rpm and "rpm -i" % urpmi --help | grep -- --src --src, -s - next package is a source package. % urpmi --src foo #=> urpmi says it will install foo buildrequires + foo.src.rpm #=> in fact, it only installs foo buildrequires weird cases in current urpmi: % urpmi --src foo bar #=> equiv to "urpmi --src foo ; urpmi bar" % urpmi foo --src bar #=> equiv to "urpmi --src foo bar" above :-( % urpmi --src foo --src bar #=> equiv to "urpmi --src foo bar" :-( suggestions: 1) we could make --src a global option: % urpmi --src foo bar #=> would install buildrequires of foo.src.rpm and bar.src.rpm cons: it breaks compatibility (though i'm quite sure noone uses the previous behaviour) 2) deprecate --src, introduce with --buildrequires: % urpmi --buildrequires foo bar #=> would install buildrequires of foo.src.rpm and bar.src.rpm 3) when doing "urpmi /xxx/foo.src.rpm", warn the user that it should use either "--install-src" or "--buildrequires", and that urpmi is defaulting to "--buildrequires" 2) and 3) are implemented now
* - urpmq:Pascal Rigaux2008-01-171-0/+4
| | | | | o add --provides
* - all tools:Pascal Rigaux2008-01-171-8/+3
| | | | | | o deprecate --curl and --wget in favor of --downloader curl and --downloader --wget
* fix documentation for "urpmq -d"Pascal Rigaux2008-01-141-1/+1
|
* - urpmq:Pascal Rigaux2008-01-141-0/+4
| | | | | o add --sourcerpm
* - 5.0Pascal Rigaux2008-01-112-0/+31
| | | | | | | | | | | | | | | | | | | - 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
* - urpmi.update, urpmi.addmedia, urpmi.removemedia:Pascal Rigaux2007-12-193-12/+0
| | | | | | | o drop option "-c" which used to clean /var/cache/urpmi/headers since we don't use that dir anymore :)
* - all tools:Pascal Rigaux2007-12-198-46/+8
| | | | | o drop hdlist support (will be replaced with xml media_info)
* - drop translated man pages (they are too old)Pascal Rigaux2007-12-041-482/+0
|
* - urpmq:Pascal Rigaux2007-11-281-1/+5
| | | | | o new option --requires-recursive (alias of option -d)
* fix manpage for limit-rate option: the default is bytes/second, not kb/secPascal Rigaux2007-11-161-1/+1
|
* at least document "urpmi.update -ff" until we understand why it's reallyPascal Rigaux2007-09-241-0/+4
| | | | | | | | | | | needed. for info, -ff was created 16 May 2003 with comment: - try to handle resume connection (do not always remove previous download, only works for hdlist or synthesis using rsync).
* - urpmiPascal Rigaux2007-09-051-1/+1
| | | | | | | o handle --searchmedia <media1>,...,<mediaN> (asked by tvignaud for rpmdrake)
* fix scrict-arch descriptionPascal Rigaux2007-09-031-2/+2
|
* - urpmiPascal Rigaux2007-08-231-0/+4
| | | | | o new option --justdb (new perl-URPM 1.76)
* - urpmiPascal Rigaux2007-08-113-0/+31
| | | | | | o handle preferred choices (through --prefer, /etc/urpmi/prefer.list and /etc/urpmi/prefer.vendor.list)
* - urpmiPascal Rigaux2007-08-111-0/+4
| | | | | o new option --replacepkgs (same as rpm --replacepkgs) (#16112)
* - all toolsPascal Rigaux2007-08-117-0/+28
| | | | | o new option --wait-lock (#13025)
* - urpmiPascal Rigaux2007-08-093-0/+13
| | | | | | | | | | | o explicit error when using "urpmi ---install-src" as user with remote media o add support for "suggests": a newly suggested package is installed as if required, but one can remove it afterwards, or use --no-suggests - urpmf o handle --suggests all the work is done in perl-URPM 1.69
* handle urpmf --licensePascal Rigaux2007-08-021-0/+4
|
* fix documentation regarding password in urlsPascal Rigaux2007-06-141-4/+1
| | | | | | | | cf 4.9.0 change: o do not use list.<media_name> to store passwords, use /etc/urpmi/netrc instead. Also do have the url in urpmi.cfg, only the password is removed
* - urpmfPascal Rigaux2007-06-141-0/+4
| | | | | o add option --use-distrib
* - urpmqPascal Rigaux2007-06-141-2/+1
| | | | | | | | o allow using --use-distrib as non-root nb: reverting commit r15208 2005-10-12 "Forbid urpmq --use-distrib when non root" since i can't see any valid reason for this
* re-sync after the big svn lossPascal Rigaux2007-04-241-0/+11
|
* kill dead emails of previous maintainersThierry Vignaud2007-03-2613-202/+283
|
* don't document "-f" which does nothing, directly document "-f -f"Pascal Rigaux2006-12-131-2/+7
|
* "hdlist:" is not mandatory nor useful any morePascal Rigaux2006-11-271-1/+0
|