summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Generate depgraph.applied_useflags in the display method as necessary for ↵Zac Medico2006-03-151-4/+10
| | | | | | use with --resume. See bug #126120. svn path=/main/trunk/; revision=2890
* Remove bin/dopython because it's not either used or useful. Thanks to Brian ↵Zac Medico2006-03-141-23/+0
| | | | | | Harring for noticing. svn path=/main/trunk/; revision=2889
* Send a global updates messages to stdout for bug #126111.Zac Medico2006-03-141-9/+9
| | | | svn path=/main/trunk/; revision=2888
* Comma's are for pussies ( fixing regression from last reivision )Alec Warner2006-03-141-2/+2
| | | | svn path=/main/trunk/; revision=2887
* marienz pointed out that 'raise e' actually raises a new exception, which is ↵Alec Warner2006-03-141-8/+6
| | | | | | not intended here, so we raise instead of raising e svn path=/main/trunk/; revision=2886
* Catch keyboardinterrupt during imports, don't print nasty tracebacks there, ↵Alec Warner2006-03-141-1/+4
| | | | | | later on we have signal handlers for control C svn path=/main/trunk/; revision=2885
* Remove SystemExit's from portage imports, raise on the correct exception, ↵Alec Warner2006-03-141-25/+7
| | | | | | don't die if imports fail. svn path=/main/trunk/; revision=2884
* Remove some SystemExit exceptions, make portage behave during a ctrl+cAlec Warner2006-03-141-7/+3
| | | | svn path=/main/trunk/; revision=2883
* One more 'mode & 07777' in apply_permissions.Zac Medico2006-03-141-0/+2
| | | | svn path=/main/trunk/; revision=2882
* Make that 'mode & 07777' for the previous commit.Zac Medico2006-03-141-2/+2
| | | | svn path=/main/trunk/; revision=2881
* Use 'mode & 0777' to protect ourselves from unwanted mode bits in ↵Zac Medico2006-03-141-5/+8
| | | | | | apply_permissions. svn path=/main/trunk/; revision=2880
* Move the "noclean" feature check into clean phase part of doebuild.Zac Medico2006-03-141-4/+4
| | | | svn path=/main/trunk/; revision=2879
* Use a separate PORTAGE_BUILDDIR for overlapping install and unmerge phases ↵Zac Medico2006-03-141-16/+14
| | | | | | in order to prevent interference between {pre,post}inst and {pre,post}rm phases. See bug #125942. svn path=/main/trunk/; revision=2878
* Use apply_secpass_permissions for all permissions in doebuild.Zac Medico2006-03-141-47/+29
| | | | svn path=/main/trunk/; revision=2877
* Make mode=-1 the default parameter for apply_permissions in order to ↵Zac Medico2006-03-141-3/+5
| | | | | | distinguish the behavior from mode=0. svn path=/main/trunk/; revision=2876
* Fix some typos in the DISTDIR permissions handling.Zac Medico2006-03-141-4/+4
| | | | svn path=/main/trunk/; revision=2875
* Make the apply_permissions function default to exact matching of mode bits ↵Zac Medico2006-03-141-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 Medico2006-03-141-6/+3
| | | | | | for the distlocks subdir. svn path=/main/trunk/; revision=2873
* Wrap possible exceptions raised by stat call in apply_secpass_permissions.Zac Medico2006-03-141-1/+9
| | | | svn path=/main/trunk/; revision=2872
* Add a new OperationNotPermitted exception and use it to wrap ↵Zac Medico2006-03-143-24/+32
| | | | | | apply_permissions exceptions. svn path=/main/trunk/; revision=2871
* Use apply_secpass_permissions for DISTDIR permissions.Zac Medico2006-03-141-1/+1
| | | | svn path=/main/trunk/; revision=2870
* Make portage_util.apply_stat_permissions() wrap apply_secpass_permissions ↵Zac Medico2006-03-131-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 Medico2006-03-131-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 Medico2006-03-131-19/+11
| | | | svn path=/main/trunk/; revision=2867
* 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
* Do not clean shared ${T} after the unmerge phase when the new and old ↵Zac Medico2006-03-131-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 Medico2006-03-131-0/+1
| | | | svn path=/main/trunk/; revision=2864
* Use find -path instead of -name for compatibility with both gnu and bsd ↵Zac Medico2006-03-121-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 Medico2006-03-121-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 Medico2006-03-121-1/+1
| | | | | | during `emerge --metadata` runs. svn path=/main/trunk/; revision=2861
* ppc64 isnt ok just yet, so dont scan for exec stacksMike Frysinger2006-03-121-1/+1
| | | | svn path=/main/trunk/; revision=2860
* Use the ** operator for better unpacking of actionmap args in spawnebuild.Zac Medico2006-03-121-19/+13
| | | | svn path=/main/trunk/; revision=2859
* Add the command (ebuild.sh or misc-functions.sh) to the actionmap for ↵Zac Medico2006-03-121-21/+18
| | | | | | spawnebuild. svn path=/main/trunk/; revision=2858
* Add --tree to the blacklist when --resume is used. See bug #54040.Zac Medico2006-03-121-1/+1
| | | | svn path=/main/trunk/; revision=2857
* Make the clean phase obey keeptemp in FEATURES.Zac Medico2006-03-111-2/+2
| | | | svn path=/main/trunk/; revision=2854
* default CCACHE_DIR doesnt use PORTAGE_TMPDIR, it just happens to also reside ↵Mike Frysinger2006-03-111-1/+1
| | | | | | there by default svn path=/main/trunk/; revision=2851
* backport portage-pkg path change from savior branchMike Frysinger2006-03-112-7/+7
| | | | svn path=/main/trunk/; revision=2850
* dont reset spinner for non-ttys if --quiet is in useMike Frysinger2006-03-111-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_pre6Zac Medico2006-03-112-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 Medico2006-03-112-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 Medico2006-03-112-2/+2
| | | | svn path=/main/trunk/; revision=2845
* Trigger the clean phase at the end of dblink.unmerge() in order to remove ↵Zac Medico2006-03-111-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 Medico2006-03-112-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 Medico2006-03-111-12/+4
| | | | svn path=/main/trunk/; revision=2842
* Do cleanup of cruft prior to the setup phase for binary packages. See bug ↵Zac Medico2006-03-101-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 Medico2006-03-101-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 Medico2006-03-101-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 Medico2006-03-103-49/+41
| | | | svn path=/main/trunk/; revision=2838
* Move the install phase qa checks from ebuild.sh to misc-functions.sh and add ↵Zac Medico2006-03-093-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 Medico2006-03-091-0/+3
| | | | | | interfere when ebuild.sh is sourced by other scripts. svn path=/main/trunk/; revision=2836