Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add some tests for %buildroot, %defaultbuildroot, BuildRoot | Pascal Rigaux | 2007-12-17 | 3 | -0/+99 |
| | |||||
* | updates | Keld Simonsen | 2007-12-16 | 1 | -134/+139 |
| | |||||
* | updates | Keld Simonsen | 2007-12-15 | 1 | -7/+7 |
| | |||||
* | - check "old suggests" are still handled. | Pascal Rigaux | 2007-12-14 | 3 | -0/+8 |
| | | | | | | ie RPMTAG_REQUIRENAME + RPMSENSE_MISSINGOK, instead of RPMTAG_SUGGESTSNAME (as done in SuSE and in Mandriva > 2008.0) | ||||
* | enhance | Pascal Rigaux | 2007-12-12 | 1 | -1/+1 |
| | |||||
* | 4.10.19 | Pascal Rigaux | 2007-12-12 | 2 | -1/+3 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2007-12-12 | 4 | -15/+28 |
| | | | | | | | | | o fix handling "post-clean: 0" in urpmi.cfg (#36082, regression introduced 2007-11-28) - library: o urpm::media::read_config() doesn't read urpmi.cfg global options anymore, use urpm->get_global_options or urpm->new_parse_cmdline | ||||
* | create urpm->new_parse_cmdline and use it | Pascal Rigaux | 2007-12-12 | 8 | -17/+14 |
| | | | | | (it may be a little stricter for urpmi since we exit(1) on parse_cmdline error) | ||||
* | add support for aria2 (and thus support for metalink handling as well:) | Per Øyvind Karlsen | 2007-12-11 | 2 | -8/+84 |
| | |||||
* | perl-URPM 2.11 is in fact 3.00 | Pascal Rigaux | 2007-12-11 | 1 | -1/+1 |
| | |||||
* | adapt to uz*.po renaming | Pascal Rigaux | 2007-12-11 | 1 | -1/+1 |
| | |||||
* | 4.10.18 | Pascal Rigaux | 2007-12-11 | 2 | -1/+3 |
| | |||||
* | get rid of a "Use of uninitialized value" | Pascal Rigaux | 2007-12-11 | 1 | -2/+2 |
| | |||||
* | fix typo in previous commit | Pascal Rigaux | 2007-12-10 | 1 | -1/+1 |
| | |||||
* | - urpmi.addmedia: | Pascal Rigaux | 2007-12-10 | 2 | -11/+8 |
| | | | | | | o adapt to perl-URPM 2.11 API to parse pubkey files (nb: $urpm->{keys} is not used anymore) | ||||
* | fix previous commit | Pascal Rigaux | 2007-12-10 | 1 | -1/+1 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2007-12-10 | 3 | -1/+14 |
| | | | | | o handle --suggests (to override urpmi.cfg global option "no-suggests") (#36007) | ||||
* | fix writing no-suggests global option | Pascal Rigaux | 2007-12-10 | 1 | -2/+4 |
| | |||||
* | Renamed Uzbek translations to follow the libc standard. Aproved by Pixel. ↵ | Mashrab Kuvatov | 2007-12-09 | 2 | -660/+660 |
| | | | | For details, see bug #35090. | ||||
* | (find_packages_to_remove) fix comment | Thierry Vignaud | 2007-12-06 | 1 | -1/+1 |
| | |||||
* | make a message clearer | Thierry Vignaud | 2007-12-06 | 1 | -2/+2 |
| | |||||
* | not being able to access the medium directory (for a local medium) is an error! | Pascal Rigaux | 2007-12-05 | 1 | -1/+1 |
| | |||||
* | - urpmi.addmedia: | Pascal Rigaux | 2007-12-05 | 3 | -23/+9 |
| | | | | | | | | o exit code 1 when a medium can't be added and simplifies a mess in urpmi.addmedia: this mess is not needed anymore since update_media() will exit on error | ||||
* | fix typo in previous commit | Pascal Rigaux | 2007-12-05 | 1 | -1/+1 |
| | |||||
* | - urpmi.update: | Pascal Rigaux | 2007-12-05 | 3 | -4/+17 |
| | | | | | | | | o exit code 1 when a (selected) medium can't be updated (#35952) o leave early with error if no medium were successfull updated nb: also fix returning "unmodified" instead of "1" when a medium is not updated | ||||
* | - urpmi.addmedia: | Pascal Rigaux | 2007-12-05 | 2 | -1/+4 |
| | | | | | | o enhance parsing of urls with login:password for logins with "@" so that password doesn't end up in urpmi.cfg | ||||
* | fix typos | Per Øyvind Karlsen | 2007-12-05 | 1 | -3/+3 |
| | |||||
* | - drop translated man pages (they are too old) | Pascal Rigaux | 2007-12-04 | 63 | -7554/+2 |
| | |||||
* | 4.10.17 | Pascal Rigaux | 2007-11-30 | 2 | -1/+3 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2007-11-30 | 5 | -7/+27 |
| | | | | | | | o fix regression introduced in 4.10.15: "urpmi --force valid invalid" should warn about "invalid" but still install "valid" | ||||
* | 2008 updates | Pjetur Hjaltason | 2007-11-29 | 1 | -187/+99 |
| | |||||
* | 4.10.16 | Pascal Rigaux | 2007-11-28 | 2 | -1/+3 |
| | |||||
* | factorize default options, and have them by default in $urpm->{options} | Pascal Rigaux | 2007-11-28 | 4 | -16/+14 |
| | |||||
* | adapt to "--split-length 8" being the default | Pascal Rigaux | 2007-11-28 | 1 | -1/+1 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2007-11-28 | 3 | -3/+8 |
| | | | | | | | | o small transactions should have at least 8 packages (ie --split-length is now 8 by default) o do not do a big transaction if installing less than 20 packages (ie --split-level is now 1 by default) | ||||
* | add a test for "urpmq --fuzzy" | Pascal Rigaux | 2007-11-28 | 1 | -0/+12 |
| | |||||
* | ensure "urpmq --fuzzy" displays each packages alone on its line. | Pascal Rigaux | 2007-11-28 | 1 | -2/+6 |
| | | | | | | | | | | | | | | this regression was introduced in commit r231535: there is no reason search_packages should return multiple pkgs with same fullname when using {provides}, and should not otherwise a "better" fix could be done in urpmq. nb: "urpmq -d basesystem" still use "|" for choices, but "urpmq --sources -d basesystem" doesn't, so it's quite broken... | ||||
* | factorize code | Pascal Rigaux | 2007-11-28 | 1 | -16/+12 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2007-11-28 | 2 | -4/+4 |
| | | | | | o bugfix previous release: "urpmq --fuzzy foo" should display all "*foo*" matches | ||||
* | oops, fix previous commit | Pascal Rigaux | 2007-11-28 | 1 | -1/+1 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2007-11-28 | 4 | -3/+11 |
| | | | | | o new option --requires-recursive (alias of option -d) | ||||
* | 4.10.15 | Pascal Rigaux | 2007-11-26 | 2 | -1/+3 |
| | |||||
* | - all tools: | Pascal Rigaux | 2007-11-22 | 10 | -9/+11 |
| | | | | | | | o exit with code 1 after displaying usage (instead of exit code 0) (urpmi exit code "1" is correctly documented in urpmi's manpage) | ||||
* | fix typo | Per Øyvind Karlsen | 2007-11-21 | 1 | -1/+1 |
| | |||||
* | grf, typo fixed again | Per Øyvind Karlsen | 2007-11-20 | 1 | -1/+1 |
| | |||||
* | fix yet another typo | Per Øyvind Karlsen | 2007-11-20 | 1 | -1/+1 |
| | |||||
* | fix another typo | Per Øyvind Karlsen | 2007-11-20 | 1 | -1/+1 |
| | |||||
* | fix typo | Per Øyvind Karlsen | 2007-11-20 | 1 | -1/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-11-19 | 3 | -4/+7 |
| | | | | | | | | | o --auto-update is quite unsafe, but at least now it should be cleaner (ensure $urpm doesn't have media twice) bug triggered by --auto-update --update. still --auto-update --update should not update non-update media... | ||||
* | - urpmi | Pascal Rigaux | 2007-11-16 | 2 | -7/+8 |
| | | | | | o fix --limit-rate (regression introduced in 4.9.12) |