Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (add_distrib_media) associate media_cfg data to media when adding them | Thierry Vignaud | 2012-12-13 | 2 | -0/+9 | |
| | | | | | | | | needed for drakx installer complement commit r259200 by cfergeau on Aug 13 2009: "Save media.cfg files locally to map urpmi.cfg media to media.cfg" which only associate media_cfg data to media loaded from config, not those just added | |||||
* | simplify using cat_() | Thierry Vignaud | 2012-12-13 | 3 | -27/+12 | |
| | ||||||
* | (bug_log) simplify using append_to_file() | Thierry Vignaud | 2012-12-13 | 1 | -6/+2 | |
| | ||||||
* | (write_ldap_cache) simplify using output_safe() | Thierry Vignaud | 2012-12-13 | 1 | -8/+6 | |
| | ||||||
* | typo fixes | Thierry Vignaud | 2012-12-11 | 1 | -3/+3 | |
| | ||||||
* | revert my previous commits, this was a bad anyway | Guillaume Rousse | 2012-12-10 | 5 | -79/+11 | |
| | ||||||
* | drop executable bit, as for other tests | Guillaume Rousse | 2012-12-08 | 3 | -0/+0 | |
| | ||||||
* | obsoleted by pod-syntax.t | Guillaume Rousse | 2012-12-06 | 1 | -5/+0 | |
| | ||||||
* | oops, forgotten during previous commit | Guillaume Rousse | 2012-12-06 | 1 | -0/+0 | |
| | ||||||
* | rename pod-related tests | Guillaume Rousse | 2012-12-06 | 2 | -0/+0 | |
| | ||||||
* | initial import | Guillaume Rousse | 2012-12-05 | 1 | -0/+27 | |
| | ||||||
* | fix some spelling errors | Guillaume Rousse | 2012-12-05 | 2 | -2/+2 | |
| | ||||||
* | initial import | Guillaume Rousse | 2012-12-05 | 1 | -0/+24 | |
| | ||||||
* | use Test::Compile for more automation | Guillaume Rousse | 2012-12-05 | 1 | -6/+10 | |
| | ||||||
* | initial import | Guillaume Rousse | 2012-12-05 | 1 | -0/+18 | |
| | ||||||
* | there was actually a bug report for this one | Thierry Vignaud | 2012-12-05 | 1 | -1/+1 | |
| | ||||||
* | 7.137.13 | Thierry Vignaud | 2012-12-04 | 2 | -1/+3 | |
| | ||||||
* | (_search_packages) do not attempt fuzzy matching if not using --fuzzy | Thierry Vignaud | 2012-12-04 | 2 | -3/+6 | |
| | | | | | | it's also a huge speedup (saves 28% of time spent in testsuite) this fixes urpmq defaulting to fuzzy mode (mga#2953) | |||||
* | 7.12.17.12.1 | Thierry Vignaud | 2012-12-04 | 2 | -1/+3 | |
| | ||||||
* | fix missing logs | Thierry Vignaud | 2012-12-04 | 2 | -1/+4 | |
| | | | | | we were not calling the log callback since commit r4883 on Jun 8 2012: (trans_log) simplify" | |||||
* | 7.127.12 | Thierry Vignaud | 2012-12-02 | 2 | -1/+3 | |
| | ||||||
* | (_download_all) fix --download-all (mga#8272) | Thierry Vignaud | 2012-12-02 | 2 | -1/+3 | |
| | | | | | | regression introduced by init_cache_dir() -> init_dir() renaming in commit r6192 on October 11 2012 : ("(init_cache_dir) rename as init_dir() which is more meaningful") | |||||
* | log previous commit | Thierry Vignaud | 2012-12-02 | 1 | -0/+3 | |
| | ||||||
* | fix missing parameters | Thierry Vignaud | 2012-11-21 | 1 | -1/+1 | |
| | ||||||
* | use "find" instead of "grep" in scalar context | Thierry Vignaud | 2012-11-21 | 1 | -2/+2 | |
| | ||||||
* | use "any" instead of "grep" in scalar context | Thierry Vignaud | 2012-11-21 | 2 | -4/+4 | |
| | ||||||
* | 7.11.17.11.1 | Thierry Vignaud | 2012-11-17 | 2 | -1/+3 | |
| | ||||||
* | (_schedule_packages) fix installing delta rpms | Thierry Vignaud | 2012-11-17 | 2 | -1/+3 | |
| | | | | | got broken in commit r6466 on 2012-11-16: "(_apply_delta_rpm) split it out of _schedule_packages()" | |||||
* | 7.117.11 | Thierry Vignaud | 2012-11-16 | 2 | -1/+3 | |
| | ||||||
* | fix computing kernel orphans when running kernel is not the latest (2/2) | Thierry Vignaud | 2012-11-16 | 1 | -0/+1 | |
| | | | | | | | | prevent trying to remove the currently running (not latest) kernel reintroducing a line drop in commit r6238 from Oct 15 2012: "(_all_unrequested_orphans) prevent offering to remove DKMS modules for current kernel (mga#5092)" | |||||
* | fix computing kernel orphans when running kernel is not the latest (1/2) | Thierry Vignaud | 2012-11-16 | 2 | -3/+4 | |
| | | | | | | | | prevent trying to remove dkms packages for the latest (not currently running) kernel basically reverting commit r6236 from0 Oct 15 2012: "(_kernel_callback) keep track of DKMS packages too" | |||||
* | bump required URPM :-) | Thierry Vignaud | 2012-11-16 | 1 | -1/+1 | |
| | ||||||
* | (search_packages,_search_packages) further comment | Thierry Vignaud | 2012-11-16 | 1 | -0/+4 | |
| | ||||||
* | (find_packages_to_remove) make it clearer | Thierry Vignaud | 2012-11-16 | 1 | -2/+5 | |
| | ||||||
* | (install) simplify | Thierry Vignaud | 2012-11-16 | 1 | -2/+3 | |
| | ||||||
* | (_get_callbacks) split it out of install() | Thierry Vignaud | 2012-11-16 | 1 | -47/+54 | |
| | ||||||
* | (_apply_delta_rpm) split it out of _schedule_packages() | Thierry Vignaud | 2012-11-16 | 1 | -13/+20 | |
| | ||||||
* | (_schedule_packages) fix installing delta rpms | Thierry Vignaud | 2012-11-16 | 2 | -1/+11 | |
| | | | | broken for years (actually it _NEVER_ worked...) | |||||
* | (get_README_files) comment | Thierry Vignaud | 2012-11-16 | 1 | -0/+2 | |
| | ||||||
* | (_schedule_packages_for_erasing) split it out of install() | Thierry Vignaud | 2012-11-16 | 1 | -35/+45 | |
| | ||||||
* | minor indent cleaning | Thierry Vignaud | 2012-11-16 | 1 | -2/+1 | |
| | ||||||
* | (install) add spacing | Thierry Vignaud | 2012-11-16 | 1 | -0/+6 | |
| | ||||||
* | (install_logger) drop last remaining bit of repackaging support | Thierry Vignaud | 2012-11-16 | 1 | -1/+0 | |
| | ||||||
* | Updated Indonesian translation | Kiki Syahadat | 2012-11-06 | 1 | -1422/+644 | |
| | ||||||
* | update | Thierry Vignaud | 2012-10-21 | 1 | -9/+9 | |
| | ||||||
* | Updated Estonian translation. | Marek Laane | 2012-10-19 | 1 | -33/+33 | |
| | ||||||
* | update | Thierry Vignaud | 2012-10-19 | 1 | -11/+11 | |
| | ||||||
* | update | Thierry Vignaud | 2012-10-19 | 1 | -3/+3 | |
| | ||||||
* | use progressive form | Thierry Vignaud | 2012-10-19 | 1 | -2/+2 | |
| | ||||||
* | 7.107.10 | Thierry Vignaud | 2012-10-17 | 2 | -1/+3 | |
| |