summaryrefslogtreecommitdiffstats
path: root/urpm/util.pm
Commit message (Collapse)AuthorAgeFilesLines
* Add a FIXME noteThierry Vignaud2021-10-311-0/+1
|
* Podify moreThierry Vignaud2021-10-311-16/+53
|
* Stop truncating disk names when prompting for a CDThierry Vignaud2020-05-061-2/+0
| | | | | | | .. or for a CD/USB key See mga#26564 comment 9: https://bugs.mageia.org/show_bug.cgi?id=26564#c9
* bump copyrightThierry Vignaud2020-01-171-1/+1
|
* Ensure urpmi config and cache files are world-readable (mga#24636)Martin Whitaker2019-06-211-1/+14
| | | | | | | | | This is needed to allow mgaapplet and urpm* commands run as a normal user to work when run from a gdm-x-session, which sets the umask to 027. See also mga#9386 and mga#22262. We should perhaps take notice of the msec security level.
* On systems with 32-bit EFI, enable the Core 32bit media by default.Martin Whitaker2019-05-271-0/+11
|
* simplify: use //= where appropirateThierry Vignaud2017-07-171-1/+1
|
* Update Mageia copyright statementsRémi Verschelde2017-04-261-0/+2
|
* drop useless __END__Thierry Vignaud2015-10-091-1/+0
|
* drop very old CVS/SVN $Id tagsThierry Vignaud2015-09-021-1/+0
|
* note that urpm::util is a subset of MDK::CommonThierry Vignaud2013-03-211-0/+2
|
* treat formatList like others...Thierry Vignaud2013-03-211-0/+1
|
* kill unused variablesThierry Vignaud2012-09-081-2/+0
|
* sort exportsThierry Vignaud2012-08-311-11/+26
|
* (any) introduce it from MDK::CommonThierry Vignaud2012-06-081-0/+7
| | | | (needed for next commit)
* (find) introduce it from MDK::CommonThierry Vignaud2011-12-051-0/+7
| | | | (needed for next commit)
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-09-131-2/+2
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------
* update copyright noticesPer Øyvind Karlsen2010-11-211-1/+1
|
* update copyrightThierry Vignaud2009-11-241-1/+1
|
* (add2hash_) copy it from MDK::Common (needed for next commit)Thierry Vignaud2009-08-201-0/+2
|
* add formatList() (taken from MDK::Common)Pascal Rigaux2008-08-201-0/+4
|
* create file2absolute_file() and use itPascal Rigaux2008-07-071-0/+11
|
* - add wc_l()Pascal Rigaux2008-07-031-2/+5
| | | | | - allow to give a backup extension to output_safe()
* add append_to_file()Pascal Rigaux2008-07-011-1/+8
|
* add intersection()Pascal Rigaux2008-03-171-1/+3
|
* add begins_with()Pascal Rigaux2008-01-181-0/+6
|
* - urpmq:Pascal Rigaux2008-01-171-1/+8
| | | | | o add --provides
* add put_in_hash() for future usePascal Rigaux2008-01-101-1/+2
|
* add max()Pascal Rigaux2007-09-061-1/+2
|
* 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.