summaryrefslogtreecommitdiffstats
path: root/urpm/util.pm
Commit message (Collapse)AuthorAgeFilesLines
* remove debug codePascal Rigaux2007-06-221-1/+0
|
* - urpmiPascal Rigaux2007-06-071-1/+3
| | | | | | | o prefer best architecture over exact name (eg: urpmi libfoo-devel prefers lib64foo-devel over libfoo-devel) - add function min()
* - urpmi.addmediaPascal Rigaux2007-05-211-1/+13
| | | | | | o don't overwrite existing urpmi.cfg with an empty file when disk is full (#30945)
* re-sync after the big svn lossPascal Rigaux2007-04-241-17/+14
|
* move RFC/API/protocol doc in a dhcp-doc sub-packageOlivier Blin2007-03-151-12/+16
|
* move uniq to urpm::util (i need it in urpm::media)Pascal Rigaux2006-11-281-1/+2
|
* add partition (from MDK::Common)Pascal Rigaux2006-11-241-0/+10
|
* create urpm::md5sum, move md5sum functions into it: Pascal Rigaux2006-11-211-16/+1
| | | | | | - urpm::util::md5sum() -> urpm::md5sum::compute() - urpm::local_md5sum() -> urpm::md5sum::on_local_medium()
* create copy_and_own, and use itPascal Rigaux2006-11-151-0/+14
|
* add dirname()Pascal Rigaux2006-11-131-1/+2
|
* move basename() to urpm::utilPascal Rigaux2006-11-091-5/+13
|
* add member()Pascal Rigaux2006-11-031-1/+2
|
* perl_checker compliancePascal Rigaux2006-11-031-1/+1
|
* Use revision number as version numbers for internal modules.Rafael Garcia-Suarez2006-06-071-1/+3
| | | | | For gurpmi.pm, use the same version number as urpm.
* Use Digest::MD5 when availableRafael Garcia-Suarez2006-01-241-3/+12
|
* Add versions to modulesRafael Garcia-Suarez2005-12-021-0/+2
|
* Update copyright noticesRafael Garcia-Suarez2005-12-021-0/+16
|
* Remove more MDK::Common vestigiaRafael Garcia-Suarez2005-11-031-0/+3
|
* Use an explicit path for the md5sum utilityRafael Garcia-Suarez2005-09-301-1/+1
|
* Copy files using -L, to avoid copying relative symbolic links with -RRafael Garcia-Suarez2005-04-281-1/+1
| | | | | | (this made urpmi.addmedia fail over nfs when the target hdlist was actually a symbolic link)
* Move untaint() into urpm::util.Rafael Garcia-Suarez2004-12-071-1/+7
| | | | | Fix a comment in urpmi.
* Factor some system()sRafael Garcia-Suarez2004-11-041-1/+11
|
* Factorize md5sum function. Reinit retrieved MD5SUM.Rafael Garcia-Suarez2004-10-201-1/+9
|
* Cleanup some perl warningsRafael Garcia-Suarez2004-04-281-0/+1
|
* More refactorization. Some silencing of the warnings emitted by -w.Rafael Garcia-Suarez2004-04-221-0/+74