Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unneeded code | Pascal Rigaux | 2007-11-15 | 1 | -9/+0 |
| | | | | | (this fixes pubkey checks when a src.rpm is available in more than one media) | ||||
* | test "urpmi --src" and "urpmi --install-src" | Pascal Rigaux | 2007-11-15 | 1 | -2/+26 |
| | |||||
* | fix resolve_dependencies for install_src | Pascal Rigaux | 2007-11-15 | 1 | -1/+1 |
| | | | | | | | (broken since search_packages can return more than one src.rpm) anyway, this code is not needed and will be dropped | ||||
* | factorize some code by creating search_packages | Pascal Rigaux | 2007-11-15 | 1 | -16/+26 |
| | |||||
* | add bug number | Pascal Rigaux | 2007-11-15 | 1 | -1/+1 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2007-11-15 | 2 | -1/+10 |
| | | | | | | | | o fix "urpmi --install-src" (regression introduced in 4.10.9) nb: packages_by_name can't be used here since $urpm->{provides} doesn't have src.rpm so a full search is needed | ||||
* | a somewhat better error message | Pascal Rigaux | 2007-11-15 | 1 | -1/+1 |
| | | | | | (occurs when using --install-src and a buildrequire is missing) | ||||
* | nicer error message | Pascal Rigaux | 2007-11-15 | 1 | -1/+1 |
| | |||||
* | there is no reason search_packages should return multiple pkgs with same | Pascal Rigaux | 2007-11-15 | 1 | -3/+6 |
| | | | | | | | fullname when using {provides}, and should not otherwise (will cleanup duplication in next commit) | ||||
* | add undocumented & unstable --tune-rpm option | Pascal Rigaux | 2007-11-14 | 3 | -2/+39 |
| | | | | | (allow to test nofsync and private db) | ||||
* | allow to run tests on 4.4.2.2 which gives a few different results | Pascal Rigaux | 2007-11-14 | 5 | -15/+41 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2007-11-14 | 2 | -1/+5 |
| | | | | | | o with rsync, use --copy-links (to have the same behaviour as http/ftp, and so allow symlinks on the server) | ||||
* | updates | Keld Simonsen | 2007-11-02 | 1 | -335/+95 |
| | |||||
* | update Finnish translation | Anssi Hannula | 2007-10-27 | 1 | -6/+4 |
| | |||||
* | run complex test later | Pascal Rigaux | 2007-10-19 | 1 | -1/+1 |
| | |||||
* | remove debug code | Pascal Rigaux | 2007-10-19 | 1 | -1/+0 |
| | |||||
* | use system_() from helper.pm | Pascal Rigaux | 2007-10-16 | 1 | -7/+2 |
| | |||||
* | - rename $_ into $v | Pascal Rigaux | 2007-10-15 | 1 | -8/+11 |
| | | | | | - add some debug (it may help dvalin) | ||||
* | Update fr translation | Christophe Berthelé | 2007-10-12 | 1 | -4/+4 |
| | |||||
* | fix typo | Per Øyvind Karlsen | 2007-10-09 | 1 | -1/+1 |
| | |||||
* | pt_BR translations | Wanderlei Antonio Cavassin | 2007-10-08 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2007-10-06 | 1 | -2/+2 |
| | |||||
* | fix another typo | Per Øyvind Karlsen | 2007-10-04 | 1 | -1/+1 |
| | |||||
* | fix typo | Per Øyvind Karlsen | 2007-10-04 | 1 | -1/+1 |
| | |||||
* | fix typo | Per Øyvind Karlsen | 2007-10-04 | 1 | -1/+1 |
| | |||||
* | 4.10.14 | Pascal Rigaux | 2007-10-04 | 2 | -1/+3 |
| | |||||
* | - library: | Pascal Rigaux | 2007-10-04 | 2 | -0/+7 |
| | | | | | o urpm::media::add_distrib_media: add option "only_updates" for rpmdrake | ||||
* | 4.10.13 | Pascal Rigaux | 2007-10-03 | 2 | -1/+3 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-10-02 | 2 | -0/+8 |
| | | | | | o remove prefix/var/lib/rpm/__db* after installing pkgs rooted | ||||
* | create urpm::sys::clean_rpmdb_shared_regions() and use it | Pascal Rigaux | 2007-10-02 | 2 | -1/+6 |
| | |||||
* | fixed in rpm-4.4.8-22mdv2008 :) | Pascal Rigaux | 2007-10-02 | 1 | -1/+1 |
| | |||||
* | $rpm_lock is undefined when we create the rpmdb from scratch | Pascal Rigaux | 2007-10-02 | 1 | -1/+1 |
| | |||||
* | add a test showing rpm failure (for #34342) | Pascal Rigaux | 2007-10-02 | 2 | -0/+35 |
| | |||||
* | better doc | Pascal Rigaux | 2007-10-02 | 1 | -0/+2 |
| | |||||
* | add doc | Pascal Rigaux | 2007-10-02 | 1 | -0/+9 |
| | |||||
* | add missing space | Olivier Blin | 2007-09-30 | 1 | -2/+2 |
| | |||||
* | update Finnish translation | Anssi Hannula | 2007-09-28 | 1 | -2/+2 |
| | |||||
* | update Finnish translation | Anssi Hannula | 2007-09-28 | 1 | -2/+2 |
| | |||||
* | update Finnish translation | Anssi Hannula | 2007-09-28 | 1 | -389/+405 |
| | |||||
* | add a test which currently triggers a big transaction | Pascal Rigaux | 2007-09-28 | 6 | -0/+110 |
| | |||||
* | fix typo | Per Øyvind Karlsen | 2007-09-28 | 1 | -1/+1 |
| | |||||
* | Really fix rpm-find-leaves --help instead of breaking it another way | Pascal Terjan | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | 4.10.12 | Pascal Rigaux | 2007-09-27 | 2 | -1/+3 |
| | |||||
* | with perl-URPM 2.04, promote on obsoletes are properly handled | Pascal Rigaux | 2007-09-27 | 2 | -2/+3 |
| | |||||
* | - urpm::media::update_media: | Pascal Rigaux | 2007-09-27 | 2 | -9/+17 |
| | | | | | | | | | o ensure a second pass is done even if media has not been modified (useful for the %trigger trick done in urpmi to rebuild synthesis with suggests) without it, file provides are not computed properly | ||||
* | debug__do_not_install: better do it everywhere | Pascal Rigaux | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | update Finnish translation | Anssi Hannula | 2007-09-27 | 1 | -641/+185 |
| | |||||
* | --env is used for debugging, so don't clobber urpmi.log from bug report | Pascal Rigaux | 2007-09-27 | 1 | -2/+0 |
| | | | | | (it also fixes fork mess when debugging) | ||||
* | fix using debug__do_not_install | Pascal Rigaux | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | use existing function (thanks titi) | Pascal Rigaux | 2007-09-27 | 1 | -2/+2 |
| |