Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | factorize Copyright string | Thierry Vignaud | 2012-08-31 | 1 | -3/+5 |
| | | | | | | rationale: - easier to maintain in the long term - help syncing translations | ||||
* | update distro credit for mageia | Funda Wang | 2012-06-18 | 1 | -0/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-27 | 1 | -4/+4 |
| | |||||
* | (urpmq --not-available) do not reinvent (slower) ->fullname | Thierry Vignaud | 2012-03-27 | 1 | -6/+2 |
| | | | | | | | | introduced by cfergeau in 262492 on Oct 21 2009: add --not-available option to urpmq Patch from Pascal Terjan, fixes bug #51418 | ||||
* | enforce GC' style | Thierry Vignaud | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | urpmq: fix non-zero exit code if .rpm file was not found (POK, mdv#64969) | Thierry Vignaud | 2012-02-27 | 1 | -7/+8 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------ | ||||
* | update copyright notices | Per Øyvind Karlsen | 2010-11-21 | 1 | -2/+2 |
| | |||||
* | Properly list groups when listing packages (#59321) | Eugeni Dodonov | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | urpmq: allow to use -g with --list | Christophe Fergeau | 2010-05-17 | 1 | -1/+1 |
| | |||||
* | fix documentation of urpmq --sources | Christophe Fergeau | 2009-12-07 | 1 | -1/+1 |
| | |||||
* | Exclude gpg-pubkey from missing packages, not available ones | Pascal Terjan | 2009-11-18 | 1 | -3/+3 |
| | |||||
* | ignore gpg_pubkey packages in urpmq --not-available | Pascal Terjan | 2009-11-18 | 1 | -1/+2 |
| | |||||
* | add --not-available option to urpmq | Christophe Fergeau | 2009-10-21 | 1 | -1/+19 |
| | | | | | | | | Patch from Pascal Terjan, fixes bug #51418 urpmq --not-available shows the packages that are installed but no longer available in the configured media. This can be helpful to figure out which packages are obsolete after a few distro upgrades. | ||||
* | urpmq: add support for -a option combined with --src | Christophe Fergeau | 2009-08-11 | 1 | -1/+2 |
| | | | | Fixes bug #52672 | ||||
* | Fix urpmq -i with local RPMs | Christophe Fergeau | 2009-01-05 | 1 | -5/+8 |
| | |||||
* | simplify using urpm::blist_to_urls() | Pascal Rigaux | 2008-07-08 | 1 | -3/+1 |
| | |||||
* | migrate to use $blist->{pkgs} instead of $blist->{list} | Pascal Rigaux | 2008-07-08 | 1 | -3/+4 |
| | |||||
* | migrate to urpm::get_pkgs::selected2local_and_blists() | Pascal Rigaux | 2008-07-08 | 1 | -6/+5 |
| | |||||
* | simplify | Pascal Rigaux | 2008-07-08 | 1 | -1/+1 |
| | |||||
* | simplify | Pascal Rigaux | 2008-07-08 | 1 | -3/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-07-08 | 1 | -1/+1 |
| | |||||
* | - urpmq | Pascal Rigaux | 2008-07-08 | 1 | -1/+2 |
| | | | | | o add --obsoletes | ||||
* | - urpmq: | Pascal Rigaux | 2008-07-08 | 1 | -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 Rigaux | 2008-07-07 | 1 | -8/+23 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2008-03-28 | 1 | -2/+2 |
| | | | | | o do not use rpms on removable cdrom media (#39396) | ||||
* | - urpmq: | Pascal Rigaux | 2008-03-25 | 1 | -1/+1 |
| | | | | | o fix --list -r (#39287) (regression introduced in 5.7) | ||||
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-03-18 | 1 | -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 Rigaux | 2008-03-03 | 1 | -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 of | Pascal Rigaux | 2008-02-27 | 1 | -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 Rigaux | 2008-02-25 | 1 | -1/+1 |
| | | | | | - {cachedir}/headers is not used anymore | ||||
* | make "urpmq --list xxx" display "use -l to list files" and exit on error | Pascal Rigaux | 2008-02-25 | 1 | -0/+1 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2008-02-25 | 1 | -2/+3 |
| | | | | | o add --conflicts | ||||
* | need for previous commit: document "urpmq --requires" | Pascal Rigaux | 2008-02-25 | 1 | -0/+1 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2008-02-25 | 1 | -3/+4 |
| | | | | | | o --requires now display the raw requires, use --requires-recursive to get the old behaviour (#29176) | ||||
* | - all tools: | Pascal Rigaux | 2008-02-23 | 1 | -1/+3 |
| | | | | | | o handle mirrorlist (need perl-Zone-TimeInfo patched for geolocalisation) | ||||
* | nocheck_access is quite wrong nowadays afaik | Pascal Rigaux | 2008-02-05 | 1 | -1/+0 |
| | |||||
* | - 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) |