Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - library | Pascal Rigaux | 2007-08-12 | 1 | -1/+1 |
| | | | | | | | o urpm::select: new function get_preferred() replacing sort_choices() (for drakx) o get rid of "use of unitialized" when file is unset (for drakx) | ||||
* | - get rid of a warning reading empty file | Pascal Rigaux | 2007-08-11 | 1 | -7/+7 |
| | | | | | | | - have extra first in the list (useful for --preferred being taken into account before /etc/urpmi/preferred.list) - cleanup | ||||
* | move get_packages_list() (for next commit) | Pascal Rigaux | 2007-08-11 | 1 | -0/+15 |
| | |||||
* | (open_safe) since these errors messages are displayed by | Thierry Vignaud | 2007-08-02 | 1 | -1/+1 |
| | | | | | urpmi/rpmdrake, let's display translated messages | ||||
* | - move lock functions to a full blown module | Pascal Rigaux | 2006-11-23 | 1 | -44/+0 |
| | | | | | | | | | | | | - 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 say "urpmi database locked" when it's the rpm database that is locked | Pascal Rigaux | 2006-11-23 | 1 | -6/+7 |
| | |||||
* | don't have a global variable to hold locks, otherwise code can't lock twice | Pascal Rigaux | 2006-11-23 | 1 | -20/+12 |
| | | | | | non-exclusive | ||||
* | move clean_dir() | Pascal Rigaux | 2006-11-21 | 1 | -0/+8 |
| | |||||
* | help perl_checker | Pascal Rigaux | 2006-11-21 | 1 | -0/+1 |
| | |||||
* | move open_safe, opendir_safe and syserror to urpm::sys | Pascal Rigaux | 2006-11-21 | 1 | -0/+19 |
| | |||||
* | move lock functions to urpm::sys | Pascal Rigaux | 2006-11-21 | 1 | -21/+70 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2006-11-03 | 1 | -4/+4 |
| | |||||
* | When restarting urpmi, close leaked filehandles. Useful for the upgrade | Rafael Garcia-Suarez | 2006-09-19 | 1 | -0/+15 |
| | | | | | 2006->2007, since the URPM version in 2006 used to leak filehandles. | ||||
* | Use revision number as version numbers for internal modules. | Rafael Garcia-Suarez | 2006-06-07 | 1 | -1/+3 |
| | | | | | For gurpmi.pm, use the same version number as urpm. | ||||
* | Add versions to modules | Rafael Garcia-Suarez | 2005-12-02 | 1 | -2/+2 |
| | |||||
* | Update copyright notices | Rafael Garcia-Suarez | 2005-12-02 | 1 | -0/+17 |
| | |||||
* | Patch by Blino to be less liberal in what we detect in /proc/mount to figure | Rafael Garcia-Suarez | 2005-12-01 | 1 | -1/+1 |
| | | | | | out if a filesystem is read-only | ||||
* | Provide our own tempdir function, that doesn't require File::Temp if it's ↵ | Rafael Garcia-Suarez | 2005-11-03 | 1 | -0/+16 |
| | | | | not installed on the system | ||||
* | Remove verbose output of applydeltarpm | Rafael Garcia-Suarez | 2005-06-02 | 1 | -7/+7 |
| | |||||
* | Add support for deltarpms | Rafael Garcia-Suarez | 2005-06-02 | 1 | -1/+3 |
| | |||||
* | Don't shell out unless necessary | Rafael Garcia-Suarez | 2005-06-02 | 1 | -2/+10 |
| | |||||
* | Exit codes for applydeltarpm suck | Rafael Garcia-Suarez | 2005-06-02 | 1 | -2/+3 |
| | |||||
* | A function to encapsulate calls to apply_delta_rpm | Rafael Garcia-Suarez | 2005-06-02 | 1 | -1/+14 |
| | |||||
* | Don't die if fstab or mtab isn't present | Rafael Garcia-Suarez | 2005-04-15 | 1 | -2/+2 |
| | |||||
* | Don't try to find ISO mountpoints if an ISO image is already mounted | Rafael Garcia-Suarez | 2005-03-30 | 1 | -0/+6 |
| | |||||
* | Copy all rpms from removable media into the cachedir; don't check for | Rafael Garcia-Suarez | 2005-03-30 | 1 | -20/+0 |
| | | | | | supermount. | ||||
* | Make urpmi support ISO images as removable media. | Rafael Garcia-Suarez | 2005-01-28 | 1 | -0/+20 |
| | |||||
* | As suggested by Giuseppe Ghibo, fail early if an essential filesystem | Rafael Garcia-Suarez | 2004-12-24 | 1 | -0/+13 |
| | | | | | is mounted read-only | ||||
* | Refactorisation error: urpmi.update was looping. | Rafael Garcia-Suarez | 2004-06-23 | 1 | -1/+2 |
| | |||||
* | Move some system-related functions in a separate module | Rafael Garcia-Suarez | 2004-06-23 | 1 | -0/+109 |