summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix previous commitPascal Rigaux2007-12-101-1/+1
|
* - urpmi:Pascal Rigaux2007-12-103-1/+14
| | | | | o handle --suggests (to override urpmi.cfg global option "no-suggests") (#36007)
* fix writing no-suggests global optionPascal Rigaux2007-12-101-2/+4
|
* Renamed Uzbek translations to follow the libc standard. Aproved by Pixel. ↵Mashrab Kuvatov2007-12-092-660/+660
| | | | For details, see bug #35090.
* (find_packages_to_remove) fix commentThierry Vignaud2007-12-061-1/+1
|
* make a message clearerThierry Vignaud2007-12-061-2/+2
|
* not being able to access the medium directory (for a local medium) is an error!Pascal Rigaux2007-12-051-1/+1
|
* - urpmi.addmedia:Pascal Rigaux2007-12-053-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 commitPascal Rigaux2007-12-051-1/+1
|
* - urpmi.update:Pascal Rigaux2007-12-053-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 Rigaux2007-12-052-1/+4
| | | | | | o enhance parsing of urls with login:password for logins with "@" so that password doesn't end up in urpmi.cfg
* fix typosPer Øyvind Karlsen2007-12-051-3/+3
|
* - drop translated man pages (they are too old)Pascal Rigaux2007-12-0463-7554/+2
|
* 4.10.17Pascal Rigaux2007-11-302-1/+3
|
* - urpmi:Pascal Rigaux2007-11-305-7/+27
| | | | | | | o fix regression introduced in 4.10.15: "urpmi --force valid invalid" should warn about "invalid" but still install "valid"
* 2008 updatesPjetur Hjaltason2007-11-291-187/+99
|
* 4.10.16Pascal Rigaux2007-11-282-1/+3
|
* factorize default options, and have them by default in $urpm->{options}Pascal Rigaux2007-11-284-16/+14
|
* adapt to "--split-length 8" being the defaultPascal Rigaux2007-11-281-1/+1
|
* - urpmi:Pascal Rigaux2007-11-283-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 Rigaux2007-11-281-0/+12
|
* ensure "urpmq --fuzzy" displays each packages alone on its line.Pascal Rigaux2007-11-281-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 codePascal Rigaux2007-11-281-16/+12
|
* - urpmq:Pascal Rigaux2007-11-282-4/+4
| | | | | o bugfix previous release: "urpmq --fuzzy foo" should display all "*foo*" matches
* oops, fix previous commitPascal Rigaux2007-11-281-1/+1
|
* - urpmq:Pascal Rigaux2007-11-284-3/+11
| | | | | o new option --requires-recursive (alias of option -d)
* 4.10.15Pascal Rigaux2007-11-262-1/+3
|
* - all tools:Pascal Rigaux2007-11-2210-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 typoPer Øyvind Karlsen2007-11-211-1/+1
|
* grf, typo fixed againPer Øyvind Karlsen2007-11-201-1/+1
|
* fix yet another typoPer Øyvind Karlsen2007-11-201-1/+1
|
* fix another typoPer Øyvind Karlsen2007-11-201-1/+1
|
* fix typoPer Øyvind Karlsen2007-11-201-1/+1
|
* - urpmiPascal Rigaux2007-11-193-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...
* - urpmiPascal Rigaux2007-11-162-7/+8
| | | | | o fix --limit-rate (regression introduced in 4.9.12)
* fix manpage for limit-rate option: the default is bytes/second, not kb/secPascal Rigaux2007-11-161-1/+1
|
* remove unneeded codePascal Rigaux2007-11-151-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 Rigaux2007-11-151-2/+26
|
* fix resolve_dependencies for install_src Pascal Rigaux2007-11-151-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_packagesPascal Rigaux2007-11-151-16/+26
|
* add bug numberPascal Rigaux2007-11-151-1/+1
|
* - urpmi:Pascal Rigaux2007-11-152-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 Rigaux2007-11-151-1/+1
| | | | | (occurs when using --install-src and a buildrequire is missing)
* nicer error messagePascal Rigaux2007-11-151-1/+1
|
* there is no reason search_packages should return multiple pkgs with samePascal Rigaux2007-11-151-3/+6
| | | | | | | fullname when using {provides}, and should not otherwise (will cleanup duplication in next commit)
* add undocumented & unstable --tune-rpm optionPascal Rigaux2007-11-143-2/+39
| | | | | (allow to test nofsync and private db)
* allow to run tests on 4.4.2.2 which gives a few different resultsPascal Rigaux2007-11-145-15/+41
|
* - urpmi:Pascal Rigaux2007-11-142-1/+5
| | | | | | o with rsync, use --copy-links (to have the same behaviour as http/ftp, and so allow symlinks on the server)
* updatesKeld Simonsen2007-11-021-335/+95
|
* update Finnish translationAnssi Hannula2007-10-271-6/+4
|