summaryrefslogtreecommitdiffstats
path: root/urpm/sys.pm
Commit message (Collapse)AuthorAgeFilesLines
* bump copyrightThierry Vignaud2020-01-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
|
* Use /proc/self/mountinfo for ro filesystem checks mga#11319Colin Guthrie2013-11-281-2/+7
|
* simplify, let mount finds the loop deviceThierry Vignaud2013-03-211-17/+0
|
* only a couple func really are neededThierry Vignaud2013-03-211-1/+1
|
* simplify using cat_()Thierry Vignaud2012-12-131-3/+1
|
* fix some spelling errorsGuillaume Rousse2012-12-051-1/+1
|
* kill deprecated find_mntpoints() functionThierry Vignaud2012-09-261-10/+0
|
* kill unused variablesThierry Vignaud2012-09-081-2/+0
|
* convert a couple comments to PODThierry Vignaud2012-08-311-11/+51
|
* split POD documentationThierry Vignaud2012-08-311-7/+13
|
* add spacingThierry Vignaud2012-08-311-0/+1
|
* (apply_delta_rpm) do not reinvent ->fullnameThierry Vignaud2012-03-271-1/+1
|
* (migrate_back_rpmdb_db_to_4_6) downgrade from rpm-4.9 to 4.8 db whenThierry Vignaud2012-02-211-0/+12
| | | | installing mga1 in a chroot from mga2+ (mga#4590)
* (sub migrate_back_rpmdb_db_to_hash_8) split it out of ↵Thierry Vignaud2012-02-211-1/+10
| | | | | | migrate_back_rpmdb_db_version() (needed for next commit)
* (df) fix checking available space of mount pointThierry Vignaud2012-01-061-1/+1
| | | | | | | (cautgh by perl_checker, might help mga#1342) introduced by cfergeau in r261869 on 2009-10-13 ("add df function to urpm/sys.pm")
* 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
|
* add df function to urpm/sys.pmChristophe Fergeau2009-10-131-0/+8
|
* improve strings used when asking to restart system/session (#53126)Christophe Fergeau2009-10-131-1/+8
|
* make the debug message clearerPascal Rigaux2008-12-081-2/+2
|
* - urpmiPascal Rigaux2008-09-091-0/+18
| | | | | | o after installing in chroot, migrate back rpmdb db version to one compatible with the rpm in the chroot
* add whereis_binary() Pascal Rigaux2008-09-091-0/+13
| | | | | (needed in upcoming should_we_migrate_back_rpmdb_db_version())
* please perl_checkerPascal Rigaux2008-09-091-1/+1
|
* create may_clean_rpmdb_shared_regions()Pascal Rigaux2008-09-091-0/+9
|
* empty_dir() is a better name, clean_dir() will be used for just removing the dirPascal Rigaux2008-06-241-0/+5
|
* handle need_restart() rooted (not very useful, except for tests!)Pascal Rigaux2008-03-181-4/+7
|
* - urpmi:Pascal Rigaux2008-03-171-0/+47
| | | | | o tell the user to "restart system" when it is needed
* create read_mtab()Pascal Rigaux2008-02-271-1/+3
|
* - since find_mntpoints doesn't really return a list, make it clearPascal Rigaux2008-02-261-3/+18
| | | | | - return a struct instead of using %info + returned value
* simplifyPascal Rigaux2008-02-261-6/+3
|
* create _expand_symlink() out of find_mntpoints()Pascal Rigaux2008-02-261-11/+17
|
* simplifyPascal Rigaux2008-02-261-3/+2
|
* make it more clearPascal Rigaux2008-02-261-4/+4
|
* remove not useful %fstabPascal Rigaux2008-02-261-4/+2
|
* create _read_fstab_or_mtab() to factorisePascal Rigaux2008-02-261-13/+20
|
* every callers give a hash ref, so remove unneeded codePascal Rigaux2008-02-261-9/+3
|
* supermount is dead!Pascal Rigaux2008-02-261-20/+2
|
* - urpmi, urpmi.addmedia, urpmi.update:Pascal Rigaux2008-02-241-0/+5
| | | | | | o have fatal errors on some errors that must not happen (eg: moving rpm from download dir to cachedir)
* create urpm::sys::clean_rpmdb_shared_regions() and use itPascal Rigaux2007-10-021-0/+5
|
* - libraryPascal Rigaux2007-08-121-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 filePascal Rigaux2007-08-111-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 Rigaux2007-08-111-0/+15
|
* (open_safe) since these errors messages are displayed byThierry Vignaud2007-08-021-1/+1
| | | | | urpmi/rpmdrake, let's display translated messages
* - move lock functions to a full blown modulePascal Rigaux2006-11-231-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 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
| | | | | non-exclusive