summaryrefslogtreecommitdiffstats
path: root/pym/portage_data.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace compat symlinks with a new compat module as the symlink solution ↵Marius Mauch2007-02-171-1/+1
| | | | | | prevents reuse of state information (requested by ferringb) svn path=/main/trunk/; revision=5981
* Namespace sanitizing, step 1Marius Mauch2007-01-251-126/+1
| | | | svn path=/main/trunk/; revision=5778
* Use -G instead of -g (typo from the previous commit).Zac Medico2007-01-041-1/+1
| | | | svn path=/main/trunk/; revision=5462
* As a workaround for bug #147625, spawn `id -g portage` in order to get a ↵Zac Medico2007-01-041-4/+13
| | | | | | list of groups for the portage user without the need to call grp.getgrall(). svn path=/main/trunk/; revision=5461
* Make sure that portage_group_warning() will be shown even in quiet mode.Zac Medico2006-12-251-4/+11
| | | | svn path=/main/trunk/; revision=5390
* Drop the warning messages for users that aren't in the portage group since ↵Zac Medico2006-12-251-8/+0
| | | | | | tpordbapi now correctly puts the on-disk cache into readonly mode in this case (and allows metadata generation in-memory if necessary). svn path=/main/trunk/; revision=5387
* For userpriv, call setgroups with all groups that the portage user belongs ↵Zac Medico2006-10-191-0/+9
| | | | | | to (bug #137610). svn path=/main/trunk/; revision=4760
* Add a warning about the portage group and the possiblility of exploits for ↵Zac Medico2006-09-251-0/+11
| | | | | | bug #149062. svn path=/main/trunk/; revision=4530
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* Call the bogus lchown() once so that the warning is seen asap.Zac Medico2006-06-071-0/+1
| | | | svn path=/main/trunk/; revision=3467
* If lchown is unavailable for some unexpected reason, make all lchown calls ↵Zac Medico2006-06-071-4/+7
| | | | | | print a warning message (bug #135398). svn path=/main/trunk/; revision=3466
* Wheel != secpass=1, so kill it. Wheel grants you nothing wrt portage perms.Alec Warner2006-05-141-4/+1
| | | | svn path=/main/trunk/; revision=3353
* Add cfg-update to the list of happy config file managers.Alec Warner2006-04-301-2/+2
| | | | svn path=/main/trunk/; revision=3290
* Update portage config update messages to mention dispatch-conf (in addition ↵Zac Medico2006-04-301-1/+2
| | | | | | to etc-update). Thanks to genstef for reporting this. svn path=/main/trunk/; revision=3283
* Document portage_data.secpass and give secpass=0 to users that are not in ↵Zac Medico2006-03-131-2/+12
| | | | | | the "portage" group. svn path=/main/trunk/; revision=2866
* generalize the BSD checks.Brian Harring2006-02-161-1/+1
| | | | svn path=/main/trunk/; revision=2717
* Robert Sebastian Gerus: add support for DragonFly #122976Mike Frysinger2006-02-161-1/+1
| | | | svn path=/main/trunk/; revision=2716
* add NetBSD to the BSD list #112393Mike Frysinger2005-11-131-1/+1
| | | | svn path=/main/trunk/; revision=2304
* 68928-spawn-command-isabs-zmedico.patch (spawn included "." in PATH)Jason Stubbs2005-09-011-2/+3
| | | | | | | | | | | | | | 98727_sleep_locale_cleanup.patch (sleep was defined twice for "." and "," locales) 98827_lchown_normal_files.patch (lchown was being used on known-to-be-regular files) 98827_darwin_noop_lchown.patch (lchwon was aliased to chown on darwin) 99101_ccache_perms_adjust.patch (perms test and adjustment didn't match) 99120_uid_gid_mixup.patch (portage gid used in place of uid) 99418_merge_retcode_ignored.patch (dispatch-conf ignored result of merge command) 100382_incomplete_world.patch (versioned atoms were not being added to world) broken-stat-perms.patch (result of conditional execution being unconditionally tested) svn path=/main/branches/2.0/; revision=1960
* bye bye mr. cvs_id_stringBrian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1953
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+85
svn path=/main/branches/2.0/; revision=1941