summaryrefslogtreecommitdiffstats
path: root/urpm/sys.pm
Commit message (Expand)AuthorAgeFilesLines
* (open_safe) since these errors messages are displayed byThierry Vignaud2007-08-021-1/+1
* - move lock functions to a full blown modulePascal Rigaux2006-11-231-44/+0
* don't say "urpmi database locked" when it's the rpm database that is lockedPascal Rigaux2006-11-231-6/+7
* don't have a global variable to hold locks, otherwise code can't lock twicePascal Rigaux2006-11-231-20/+12
* move clean_dir()Pascal Rigaux2006-11-211-0/+8
* help perl_checkerPascal Rigaux2006-11-211-0/+1
* move open_safe, opendir_safe and syserror to urpm::sysPascal Rigaux2006-11-211-0/+19
* move lock functions to urpm::sysPascal Rigaux2006-11-211-21/+70
* perl_checker compliancePascal Rigaux2006-11-031-4/+4
* When restarting urpmi, close leaked filehandles. Useful for the upgradeRafael Garcia-Suarez2006-09-191-0/+15
* Use revision number as version numbers for internal modules.Rafael Garcia-Suarez2006-06-071-1/+3
* Add versions to modulesRafael Garcia-Suarez2005-12-021-2/+2
* Update copyright noticesRafael Garcia-Suarez2005-12-021-0/+17
* Patch by Blino to be less liberal in what we detect in /proc/mount to figureRafael Garcia-Suarez2005-12-011-1/+1
* Provide our own tempdir function, that doesn't require File::Temp if it's not...Rafael Garcia-Suarez2005-11-031-0/+16
* Remove verbose output of applydeltarpmRafael Garcia-Suarez2005-06-021-7/+7
* Add support for deltarpmsRafael Garcia-Suarez2005-06-021-1/+3
* Don't shell out unless necessaryRafael Garcia-Suarez2005-06-021-2/+10
* Exit codes for applydeltarpm suckRafael Garcia-Suarez2005-06-021-2/+3
* A function to encapsulate calls to apply_delta_rpmRafael Garcia-Suarez2005-06-021-1/+14
* Don't die if fstab or mtab isn't presentRafael Garcia-Suarez2005-04-151-2/+2
* Don't try to find ISO mountpoints if an ISO image is already mountedRafael Garcia-Suarez2005-03-301-0/+6
* Copy all rpms from removable media into the cachedir; don't check forRafael Garcia-Suarez2005-03-301-20/+0
* Make urpmi support ISO images as removable media.Rafael Garcia-Suarez2005-01-281-0/+20
* As suggested by Giuseppe Ghibo, fail early if an essential filesystemRafael Garcia-Suarez2004-12-241-0/+13
* Refactorisation error: urpmi.update was looping.Rafael Garcia-Suarez2004-06-231-1/+2
* Move some system-related functions in a separate moduleRafael Garcia-Suarez2004-06-231-0/+109