summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - urpmi.update, urpmi.addmedia:Pascal Rigaux2008-02-054-99/+13
| | | | | | 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
|
* 5.4Pascal Rigaux2008-02-052-1/+4
|
* - urpmi, urpme, urpmq, urpmf:Pascal Rigaux2008-02-053-1/+10
| | | | | | | o fix --use-distrib (and add test to ensure it never breaks again)
* simplifyPascal Rigaux2008-02-051-2/+1
|
* 5.3Pascal Rigaux2008-02-042-1/+3
|
* adapt to "media_info_dir: media_info" being the defaultPascal Rigaux2008-02-041-10/+10
|
* have urpmi quiet option "-q" for urpm_cmd()Pascal Rigaux2008-02-041-5/+10
|
* do set _tmppathPascal Rigaux2008-02-041-1/+3
|
* - library:Pascal Rigaux2008-02-042-9/+12
| | | | | o since any_xml_info can be slow, add a "callback" option (#37264)
* - urpmi.cfg:Pascal Rigaux2008-02-044-7/+45
| | | | | | | | | | | o "media_info_dir: media_info" is the default o "no-media-info" is used for media for which media_info must be built from rpms the goal of this change is to allow upcoming /etc/urpmi/media.d/*.cfg (or whatever they will be called) to skip mentionning media_info_dir, but also to cleanup urpmi.cfg
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-02-021-141/+114
|
* simplify: _update_medium() and _update_medium_() are always called withPascal Rigaux2008-02-011-5/+0
| | | | | $medium->{modified} set
* Japanese translation updated.Yukiko Bando2008-01-311-73/+88
|
* changing the way --synthesis is done in urpm::media::configure.Pascal Rigaux2008-01-302-7/+14
| | | | | | | | This is used by urpmi/urpmq/urpmf. --synthesis will now be more similar to using a virtual medium (a la --use-distrib), compared to really only using the given synthesis.
* - urpmf:Pascal Rigaux2008-01-302-2/+3
| | | | | o fix --synthesis
* updated translationPavel Maryanov2008-01-281-357/+345
|
* Update fr translationChristophe Berthelé2008-01-271-41/+38
|
* - urpmq:Pascal Rigaux2008-01-255-3/+14
| | | | | o add --no-suggests
* add --no-suggests to urpmi usagePascal Rigaux2008-01-251-0/+1
|
* updateJosé Melo2008-01-241-283/+125
|
* Update fr translationChristophe Berthelé2008-01-241-163/+51
|
* sync with codeThierry Vignaud2008-01-2368-38438/+41506
|
* add a test case: conflicting manpagesPascal Rigaux2008-01-233-0/+61
|
* add bug numberPascal Rigaux2008-01-231-1/+1
|
* add bug numberPascal Rigaux2008-01-231-1/+1
|
* - urpme:Pascal Rigaux2008-01-232-2/+6
| | | | | | o enhance pkg list formatting for "The following packages contain %s: %s" error message (#29178)
* - urpme, urpmi:Pascal Rigaux2008-01-222-1/+5
| | | | | o add basesystem-minimal to prohibit-remove
* updated translationPavel Maryanov2008-01-221-323/+336
|
* fix indentation of xml-info optionsPascal Rigaux2008-01-211-0/+4
|
* add --aria2-options to --help outputPer Øyvind Karlsen2008-01-191-0/+1
|
* 5.2Pascal Rigaux2008-01-182-1/+3
|
* sortPascal Rigaux2008-01-181-4/+4
|
* adapt to rpm patch change:Pascal Rigaux2008-01-181-11/+8
| | | | | | | - allow conflicting ghost file types as sometimes the same ghost file is a file in one package and a symlink in another package (modifies rpm-4.4.2.2-allow-conflicting-ghost-files.patch)
* fix typoPascal Rigaux2008-01-181-1/+1
|
* - urpmi:Pascal Rigaux2008-01-185-29/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - urpmiPascal Rigaux2008-01-183-0/+13
| | | | | | | | | o --install-src will succesfully installed src.rpm from /var/cache/urpmi/rpms/* (unless post-clean is 0) we could not do that by default because "urpmi --install-src" as user could not download the file
* add begins_with()Pascal Rigaux2008-01-181-0/+6
|
* even if we don't want $urpm->{cachedir} to be userdir() by defaultPascal Rigaux2008-01-181-0/+2
| | | | | | (so that it doesn't always get created but only when needed), when we create it, we can really set $urpm->{cachedir}
* - urpmi:Pascal Rigaux2008-01-182-3/+13
| | | | | o --install-src as user now works for remote medium
* use var (for future commit)Pascal Rigaux2008-01-181-6/+8
|
* - urpmf:Pascal Rigaux2008-01-182-0/+3
| | | | | | o display a warning when searching "xxx(yyy)" since it is handled as a regexp and so the parentheses are useless. suggest using --literal
* factorize duplicated codePascal Rigaux2008-01-181-15/+15
|
* add some tests (including a failing one)Pascal Rigaux2008-01-185-0/+75
|
* - urpmq:Pascal Rigaux2008-01-182-2/+7
| | | | | | | | | | | | o fix option -a : display packages of all compatible archs (#36942) this fixes another issue introduced in commit r231535 (urpmi 4.10.15, 2007-11-15), partially fixed in r231782 (2007-11-28) the commit has 2 parts: - ensure all compatible archs are kept when {all} option is used - display one pkg per line in urpmq
* it's not an ERROR, urpmi really must do +a-2,+c-2,-b-1 in the same transactionPascal Rigaux2008-01-181-1/+1
|
* add a failing test casePascal Rigaux2008-01-185-0/+73
|
* cleanup using run_urpm_cmdPascal Rigaux2008-01-183-8/+4
|
* cleanup using run_urpm_cmdPascal Rigaux2008-01-183-8/+3
|
* cleanup using run_urpm_cmdPascal Rigaux2008-01-181-9/+3
|