Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - move lock functions to a full blown module | Pascal Rigaux | 2006-11-23 | 1 | -5/+4 |
| | | | | | | | | | | | | - handle get_exclusive and release_exclusive on existing lock, *but* don't use it for now! (not useful) - remove urpmi_db locking from add_medium and update_media - move rpm_db locking into _read_cachedir_pubkey - update_media: restrict rpm_db exclusive locking to parse_pubkeys - urpmi: move locking rpm_db near its use - handle lock directly in urpmi.addmedia, urpmi.update, urpme, urpmf - log locking/unlocking | ||||
* | don't have a global variable to hold locks, otherwise code can't lock twice | Pascal Rigaux | 2006-11-23 | 1 | -4/+6 |
| | | | | | non-exclusive | ||||
* | move many functions from urpm.pm to new module urpm/select.pm | Pascal Rigaux | 2006-11-21 | 1 | -6/+7 |
| | |||||
* | - move download_packages_of_distant_media() from urpm.pm to urpm::get_pkgs | Pascal Rigaux | 2006-11-21 | 1 | -2/+3 |
| | | | | | - move urpm::get_source_packages() -> urpm::get_pkgs::selected2list() | ||||
* | create urpm::signature out of urpm.pm | Pascal Rigaux | 2006-11-21 | 1 | -1/+2 |
| | |||||
* | create urpm::removable out of urpm.pm | Pascal Rigaux | 2006-11-21 | 1 | -2/+2 |
| | |||||
* | move many functions from urpm.pm to urpm/media.pm | Pascal Rigaux | 2006-11-21 | 1 | -1/+2 |
| | |||||
* | move create_transaction() and prepare_transaction() from urpm.pm into ↵ | Pascal Rigaux | 2006-11-21 | 1 | -2/+2 |
| | | | | urpm/install.pm | ||||
* | move urpm::install() into urpm::install::install() (new module) | Pascal Rigaux | 2006-11-21 | 1 | -1/+2 |
| | |||||
* | move lock functions to urpm::sys | Pascal Rigaux | 2006-11-21 | 1 | -4/+4 |
| | |||||
* | simplify copy_packages_of_removable_media() prototype | Pascal Rigaux | 2006-11-20 | 1 | -4/+2 |
| | |||||
* | make translate_message the default in install() since we always use it | Pascal Rigaux | 2006-11-20 | 1 | -1/+0 |
| | |||||
* | make translate the default in check_sources_signatures() code since it is | Pascal Rigaux | 2006-11-20 | 1 | -1/+1 |
| | | | | | always used with translate | ||||
* | factorize code through create_scrolled_window() | Thierry Vignaud | 2006-11-17 | 1 | -16/+5 |
| | |||||
* | - adapt ->translate_why_unselected to do what each callers do: sort its args ↵ | Pascal Rigaux | 2006-11-10 | 1 | -1/+1 |
| | | | | | | | and return a single string - create translate_why_unselected_one to make function smaller | ||||
* | - adapt ->translate_why_removed to do what each callers do: sort its args ↵ | Pascal Rigaux | 2006-11-10 | 1 | -1/+1 |
| | | | | | | | and return a single string - create translate_why_removed_one to make function smaller | ||||
* | remove unused variable | Pascal Rigaux | 2006-11-09 | 1 | -1/+0 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2006-11-09 | 1 | -6/+7 |
| | |||||
* | prevent a dialog to have a height of several scores of thousands pixels | Thierry Vignaud | 2006-10-25 | 1 | -1/+6 |
| | |||||
* | add support of --root for gurpmi | Thierry Vignaud | 2006-10-25 | 1 | -0/+1 |
| | |||||
* | Don't ask for choices when --auto is provided | Rafael Garcia-Suarez | 2006-05-15 | 1 | -0/+1 |
| | |||||
* | Minor style nits. | Rafael Garcia-Suarez | 2006-04-06 | 1 | -23/+20 |
| | |||||
* | (configure_urpm) if the text is very big (eg: more than 160 lines with | Thierry Vignaud | 2006-04-06 | 1 | -1/+22 |
| | | | | | "gurpmi apache"), just use a scrolled text | ||||
* | Guard against undefined depslist id when showing progress bar | Rafael Garcia-Suarez | 2006-04-06 | 1 | -2/+5 |
| | |||||
* | gurpmi wasn't cleaning the urpmi cache after installation | Rafael Garcia-Suarez | 2006-03-30 | 1 | -0/+1 |
| | |||||
* | do not fork (even if there're multiple transaction) because else | Thierry Vignaud | 2006-03-13 | 1 | -1/+1 |
| | | | | | gurpmi crashes due to X11 | ||||
* | Patch by Titi for gurpmi, to avoid asking confirmation when the new option | Rafael Garcia-Suarez | 2006-03-06 | 1 | -1/+1 |
| | | | | | --auto is given | ||||
* | Patch by Titi to fix display of numbers when multiple transactions are ↵ | Rafael Garcia-Suarez | 2006-03-06 | 1 | -1/+1 |
| | | | | involved in gurpmi | ||||
* | Add --media and --searchmedia options to gurpmi | Rafael Garcia-Suarez | 2006-03-03 | 1 | -1/+4 |
| | |||||
* | Pass the new gurpmi auto-select option to the resolver | Rafael Garcia-Suarez | 2006-03-03 | 1 | -0/+1 |
| | |||||
* | Add --ignorearch flag to urpmi | Rafael Garcia-Suarez | 2006-02-13 | 1 | -0/+1 |
| | |||||
* | gurpmi should install global options when installing | Rafael Garcia-Suarez | 2006-02-09 | 1 | -0/+6 |
| | |||||
* | Stupid typo, --no-verify-rpm wasn't working correctly with gurpmi | Rafael Garcia-Suarez | 2006-02-03 | 1 | -1/+1 |
| | |||||
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-24 | 1 | -1/+1 |
| | |||||
* | Remove force_local download option (which was always on) | Rafael Garcia-Suarez | 2006-01-13 | 1 | -2/+0 |
| | |||||
* | Fix a regression (introduced in urpm.pm revision 1.579) : the packages that | Rafael Garcia-Suarez | 2005-12-08 | 1 | -1/+1 |
| | | | | | | obsoleted older packages were installed as 'install', not as 'upgrade', thus rpm wasn't attempting to deinstall the old package. | ||||
* | Update copyright notices | Rafael Garcia-Suarez | 2005-12-02 | 1 | -1/+2 |
| | |||||
* | Allow to put rpm names on the gurpmi command-line | Rafael Garcia-Suarez | 2005-11-14 | 1 | -0/+3 |
| | |||||
* | Improve some installation error messages (in English) (bug #19060) | Rafael Garcia-Suarez | 2005-10-26 | 1 | -2/+2 |
| | |||||
* | Allow to cancel when gurpmi asks to insert a new media | Rafael Garcia-Suarez | 2005-08-19 | 1 | -2/+3 |
| | |||||
* | Choice window wasn't working (bug #16104) | Rafael Garcia-Suarez | 2005-06-07 | 1 | -13/+14 |
| | |||||
* | s/Mandrake/Mandriva/ | Pablo Saratxaga | 2005-04-25 | 1 | -1/+1 |
| | |||||
* | Convert strings to UTF-8 before display in gurpmi and gurpmi2. | Rafael Garcia-Suarez | 2005-02-01 | 1 | -3/+2 |
| | | | | | (bug 13296) | ||||
* | Fix medium change in gurpmi | Rafael Garcia-Suarez | 2005-01-24 | 1 | -0/+1 |
| | |||||
* | Add support for --no-verify-rpm to gurpmi | Rafael Garcia-Suarez | 2005-01-24 | 1 | -10/+2 |
| | |||||
* | More refactorisation | Rafael Garcia-Suarez | 2005-01-24 | 1 | -37/+9 |
| | |||||
* | Factorize some code in a new module | Rafael Garcia-Suarez | 2005-01-19 | 1 | -40/+11 |
| | |||||
* | perl_checker fixes | Rafael Garcia-Suarez | 2005-01-19 | 1 | -5/+5 |
| | |||||
* | Split fixes | Rafael Garcia-Suarez | 2005-01-19 | 1 | -2/+2 |
| | |||||
* | Split gurpmi in two executables (one of them to be run as root) | Rafael Garcia-Suarez | 2005-01-19 | 1 | -0/+373 |