Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make mode=-1 the default parameter for apply_permissions in order to ↵ | Zac Medico | 2006-03-14 | 1 | -3/+5 |
| | | | | | | distinguish the behavior from mode=0. svn path=/main/trunk/; revision=2876 | ||||
* | Fix some typos in the DISTDIR permissions handling. | Zac Medico | 2006-03-14 | 1 | -4/+4 |
| | | | | svn path=/main/trunk/; revision=2875 | ||||
* | Make the apply_permissions function default to exact matching of mode bits ↵ | Zac Medico | 2006-03-14 | 1 | -9/+19 |
| | | | | | | and add a "mask" parameter that allows for XOR restriction of mode bits. svn path=/main/trunk/; revision=2874 | ||||
* | Handle FileNotFound errors instead of ENOENT errors when doing permissions ↵ | Zac Medico | 2006-03-14 | 1 | -6/+3 |
| | | | | | | for the distlocks subdir. svn path=/main/trunk/; revision=2873 | ||||
* | Wrap possible exceptions raised by stat call in apply_secpass_permissions. | Zac Medico | 2006-03-14 | 1 | -1/+9 |
| | | | | svn path=/main/trunk/; revision=2872 | ||||
* | Add a new OperationNotPermitted exception and use it to wrap ↵ | Zac Medico | 2006-03-14 | 3 | -24/+32 |
| | | | | | | apply_permissions exceptions. svn path=/main/trunk/; revision=2871 | ||||
* | Use apply_secpass_permissions for DISTDIR permissions. | Zac Medico | 2006-03-14 | 1 | -1/+1 |
| | | | | svn path=/main/trunk/; revision=2870 | ||||
* | Make portage_util.apply_stat_permissions() wrap apply_secpass_permissions ↵ | Zac Medico | 2006-03-13 | 1 | -2/+2 |
| | | | | | | instead of plain old apply_permissions. svn path=/main/trunk/; revision=2869 | ||||
* | Add a new portage_util.apply_secpass_permissions() function that ↵ | Zac Medico | 2006-03-13 | 1 | -1/+33 |
| | | | | | | intelligently attempts to apply as much of the requested permissions as possible without generating an exception. svn path=/main/trunk/; revision=2868 | ||||
* | Simplify emerge's secpass logic. | Zac Medico | 2006-03-13 | 1 | -19/+11 |
| | | | | svn path=/main/trunk/; revision=2867 | ||||
* | Document portage_data.secpass and give secpass=0 to users that are not in ↵ | Zac Medico | 2006-03-13 | 1 | -2/+12 |
| | | | | | | the "portage" group. svn path=/main/trunk/; revision=2866 | ||||
* | Do not clean shared ${T} after the unmerge phase when the new and old ↵ | Zac Medico | 2006-03-13 | 1 | -2/+11 |
| | | | | | | package are the same version (regression from r2844). See bug #125942. svn path=/main/trunk/; revision=2865 | ||||
* | Fix KeyError: 'mergelist' error (regression from r2847). See bug #125993. | Zac Medico | 2006-03-13 | 1 | -0/+1 |
| | | | | svn path=/main/trunk/; revision=2864 | ||||
* | Use find -path instead of -name for compatibility with both gnu and bsd ↵ | Zac Medico | 2006-03-12 | 1 | -1/+1 |
| | | | | | | userlands. See bug #125919. svn path=/main/trunk/; revision=2863 | ||||
* | Make portage.unmerge return 0 on success in order to make `ebuild unmerge` ↵ | Zac Medico | 2006-03-12 | 1 | -1/+3 |
| | | | | | | exit nicely. Thanks to kosmikus for reporting the "Could not run the required binary?" message. svn path=/main/trunk/; revision=2862 | ||||
* | Fix misuse of dict.fromkeys class method so that cache cleansing works ↵ | Zac Medico | 2006-03-12 | 1 | -1/+1 |
| | | | | | | during `emerge --metadata` runs. svn path=/main/trunk/; revision=2861 | ||||
* | ppc64 isnt ok just yet, so dont scan for exec stacks | Mike Frysinger | 2006-03-12 | 1 | -1/+1 |
| | | | | svn path=/main/trunk/; revision=2860 | ||||
* | Use the ** operator for better unpacking of actionmap args in spawnebuild. | Zac Medico | 2006-03-12 | 1 | -19/+13 |
| | | | | svn path=/main/trunk/; revision=2859 | ||||
* | Add the command (ebuild.sh or misc-functions.sh) to the actionmap for ↵ | Zac Medico | 2006-03-12 | 1 | -21/+18 |
| | | | | | | spawnebuild. svn path=/main/trunk/; revision=2858 | ||||
* | Add --tree to the blacklist when --resume is used. See bug #54040. | Zac Medico | 2006-03-12 | 1 | -1/+1 |
| | | | | svn path=/main/trunk/; revision=2857 | ||||
* | Make the clean phase obey keeptemp in FEATURES. | Zac Medico | 2006-03-11 | 1 | -2/+2 |
| | | | | svn path=/main/trunk/; revision=2854 | ||||
* | default CCACHE_DIR doesnt use PORTAGE_TMPDIR, it just happens to also reside ↵ | Mike Frysinger | 2006-03-11 | 1 | -1/+1 |
| | | | | | | there by default svn path=/main/trunk/; revision=2851 | ||||
* | backport portage-pkg path change from savior branch | Mike Frysinger | 2006-03-11 | 2 | -7/+7 |
| | | | | svn path=/main/trunk/; revision=2850 | ||||
* | dont reset spinner for non-ttys if --quiet is in use | Mike Frysinger | 2006-03-11 | 1 | -2/+3 |
| | | | | svn path=/main/trunk/; revision=2849 | ||||
* | Do automatic backup the resume list when it's length is greater than 1 for ↵v2.1_pre6 | Zac Medico | 2006-03-11 | 2 | -2/+14 |
| | | | | | | bug #122527. svn path=/main/trunk/; revision=2847 | ||||
* | Move PORTAGE_INST_UID and PORTAGE_INST_GID from ebuild.sh to make.globals so ↵ | Zac Medico | 2006-03-11 | 2 | -4/+4 |
| | | | | | | they can be overridden. svn path=/main/trunk/; revision=2846 | ||||
* | Make dobin and dosbin use PORTAGE_INST_UID and PORTAGE_INST_GID. | Zac Medico | 2006-03-11 | 2 | -2/+2 |
| | | | | svn path=/main/trunk/; revision=2845 | ||||
* | Trigger the clean phase at the end of dblink.unmerge() in order to remove ↵ | Zac Medico | 2006-03-11 | 1 | -1/+2 |
| | | | | | | cruft left by the pkg_*rm phases. svn path=/main/trunk/; revision=2844 | ||||
* | Do the clean phase at the end of dblink.treewalk() to ensure that it is ↵ | Zac Medico | 2006-03-11 | 2 | -9/+3 |
| | | | | | | triggered when both source and binary packages are merged. See bug #105706. svn path=/main/trunk/; revision=2843 | ||||
* | Consolidate duplicate "myebuild" logic in the dblink.treewalk() method. | Zac Medico | 2006-03-11 | 1 | -12/+4 |
| | | | | svn path=/main/trunk/; revision=2842 | ||||
* | Do cleanup of cruft prior to the setup phase for binary packages. See bug ↵ | Zac Medico | 2006-03-10 | 1 | -1/+3 |
| | | | | | | #85803. svn path=/main/trunk/; revision=2841 | ||||
* | Fix dyn_clean in ebuild.sh so that it removes the builddir correctly (if it ↵ | Zac Medico | 2006-03-10 | 1 | -3/+5 |
| | | | | | | is empty). See bug #105706. svn path=/main/trunk/; revision=2840 | ||||
* | Fix emerge's "Post-Build Cleaning" so that it works with --buildpkgonly in ↵ | Zac Medico | 2006-03-10 | 1 | -10/+12 |
| | | | | | | FEATURES. See bug #105706. svn path=/main/trunk/; revision=2839 | ||||
* | Move dyn_rpm and dyn_spec from ebuild.sh to misc-functions.sh. | Zac Medico | 2006-03-10 | 3 | -49/+41 |
| | | | | svn path=/main/trunk/; revision=2838 | ||||
* | Move the install phase qa checks from ebuild.sh to misc-functions.sh and add ↵ | Zac Medico | 2006-03-09 | 3 | -256/+269 |
| | | | | | | the necessary support to spawnebuild. svn path=/main/trunk/; revision=2837 | ||||
* | Remove "myarg" from the ebuild.sh env before it is saved so that it doesn't ↵ | Zac Medico | 2006-03-09 | 1 | -0/+3 |
| | | | | | | interfere when ebuild.sh is sourced by other scripts. svn path=/main/trunk/; revision=2836 | ||||
* | Add sesandbox to the spawnebuild actionmap. | Zac Medico | 2006-03-09 | 1 | -15/+15 |
| | | | | svn path=/main/trunk/; revision=2835 | ||||
* | Add a "sesandbox" flag to the spawn function so that it can handle selinux ↵ | Zac Medico | 2006-03-09 | 1 | -24/+20 |
| | | | | | | context for the exec call (prevents code duplication). svn path=/main/trunk/; revision=2834 | ||||
* | Remove install_mask from ebuild.sh since it's in misc-functions.sh now. | Zac Medico | 2006-03-09 | 1 | -22/+0 |
| | | | | svn path=/main/trunk/; revision=2833 | ||||
* | Split install_mask and parts of dyn_preinst from ebuild.sh to ↵ | Zac Medico | 2006-03-09 | 3 | -88/+147 |
| | | | | | | misc-functions.sh and add the necessary support to doebuild. svn path=/main/trunk/; revision=2832 | ||||
* | Split dyn_package from ebuild.sh to misc-functions.sh and add MISC_SH_BINARY ↵ | Zac Medico | 2006-03-09 | 4 | -36/+59 |
| | | | | | | support to spawnebuild. svn path=/main/trunk/; revision=2831 | ||||
* | add support for ebuild authors to mark stuff as ignorable | Mike Frysinger | 2006-03-09 | 1 | -8/+38 |
| | | | | svn path=/main/trunk/; revision=2830 | ||||
* | misc updates | Mike Frysinger | 2006-03-09 | 1 | -22/+38 |
| | | | | svn path=/main/trunk/; revision=2829 | ||||
* | document new --no-ldconfig option | Mike Frysinger | 2006-03-09 | 2 | -6/+8 |
| | | | | svn path=/main/trunk/; revision=2828 | ||||
* | update copyrights | Mike Frysinger | 2006-03-09 | 16 | -16/+16 |
| | | | | svn path=/main/trunk/; revision=2827 | ||||
* | Move PKG_INSTALL_MASK functionality (see bug #81025) from dyn_install to ↵ | Zac Medico | 2006-03-08 | 1 | -3/+1 |
| | | | | | | dyn_package because we don't want PKG_INSTALL_MASK to affect the install phase (INSTALL_MASK is in dyn_preinst). svn path=/main/trunk/; revision=2826 | ||||
* | - commit initial split install masking code. this commits adds new portage ↵ | Ned Ludd | 2006-03-08 | 1 | -15/+26 |
| | | | | | | variable PKG_INSTALL_MASK for fine tuning what gets added to the binary .tbz2 and xpak data. This function will probably be later split out into a misc-functions.sh by zac svn path=/main/trunk/; revision=2825 | ||||
* | Make the parallel-fetch process sleep for 3 seconds at the beginning in ↵ | Zac Medico | 2006-03-07 | 1 | -0/+1 |
| | | | | | | order to allow the parent process to have the first fetch (rather than display a 'waiting for a lock' message). Suggestion by Brian Harring. svn path=/main/trunk/; revision=2824 | ||||
* | Catch ENOENT errors when $PORTDIR/profiles/updates does not exist. | Zac Medico | 2006-03-07 | 2 | -6/+17 |
| | | | | svn path=/main/trunk/; revision=2821 | ||||
* | - make portage display the ROOT when unmerging a selected package | Ned Ludd | 2006-03-07 | 1 | -0/+3 |
| | | | | svn path=/main/trunk/; revision=2820 |