portage.git
2006-03-17 Zac MedicoFix error handling for $DISTDIR/cvs-src creation and...
2006-03-17 Zac MedicoFix typo in variable name from last revision.
2006-03-17 Zac MedicoFix the apply_permissions XOR logic so that mask remove...
2006-03-17 Zac MedicoImprove error handling in prepare_build_dirs for PORT_L...
2006-03-17 Zac MedicoError handling in prepare_build_dirs for DISTCC_DIR.
2006-03-17 Zac MedicoDisable confcache when it's not possible to apply corre...
2006-03-17 Zac MedicoImprove error handling in the CONFCACHE_DIR section...
2006-03-17 Zac MedicoUse `mv -f` to make sure mv does not prompt for confirm...
2006-03-17 Zac MedicoFix permissions functions so that error messages tell...
2006-03-17 Zac MedicoUse the built-in bool() function to convert 1 or 0...
2006-03-16 Zac MedicoAdd package atom validation to the `emerge --config...
2006-03-16 Zac MedicoImplement __contains__ for portage.config so that it...
2006-03-16 Zac MedicoRevert a hunk from r2834 because PORTAGE_SANDBOX_T...
2006-03-16 Mike Frysingertouchup some more misc bits of bash code
2006-03-16 Zac MedicoMove environment variables WORKDIR, D, and T from prepa...
2006-03-16 Mike Frysingercleanup bash code in use*() and has*() functions with...
2006-03-16 Mike Frysingeradd support for unpacking .tbz, .a, and .deb files
2006-03-16 Zac MedicoAdd a new PORTAGE_WORKDIR_MODE config variable so that...
2006-03-16 Mike Frysingerdeclare more local variables to prevent env pollution
2006-03-16 Mike Frysinger- dont allow people to call `install` with -s via insop...
2006-03-15 Zac MedicoCheck the return value of prepare_build_dirs and return...
2006-03-15 Zac MedicoSplit the bulk of directory preparation out of doebuild...
2006-03-15 Zac MedicoSplit the bulk of ebuild environment setup out of doebu...
2006-03-15 Zac MedicoUse writemsg_stdout for update_ents and move_ent routin...
2006-03-15 Mike Frysingeradd --quiet support to --cols
2006-03-15 Zac MedicoGenerate depgraph.applied_useflags in the display metho...
2006-03-14 Zac MedicoRemove bin/dopython because it's not either used or...
2006-03-14 Zac MedicoSend a global updates messages to stdout for bug #126111.
2006-03-14 Alec WarnerComma's are for pussies ( fixing regression from last...
2006-03-14 Alec Warnermarienz pointed out that 'raise e' actually raises...
2006-03-14 Alec WarnerCatch keyboardinterrupt during imports, don't print...
2006-03-14 Alec WarnerRemove SystemExit's from portage imports, raise on...
2006-03-14 Alec WarnerRemove some SystemExit exceptions, make portage behave...
2006-03-14 Zac MedicoOne more 'mode & 07777' in apply_permissions.
2006-03-14 Zac MedicoMake that 'mode & 07777' for the previous commit.
2006-03-14 Zac MedicoUse 'mode & 0777' to protect ourselves from unwanted...
2006-03-14 Zac MedicoMove the "noclean" feature check into clean phase part...
2006-03-14 Zac MedicoUse a separate PORTAGE_BUILDDIR for overlapping install...
2006-03-14 Zac MedicoUse apply_secpass_permissions for all permissions in...
2006-03-14 Zac MedicoMake mode=-1 the default parameter for apply_permission...
2006-03-14 Zac MedicoFix some typos in the DISTDIR permissions handling.
2006-03-14 Zac MedicoMake the apply_permissions function default to exact...
2006-03-14 Zac MedicoHandle FileNotFound errors instead of ENOENT errors...
2006-03-14 Zac MedicoWrap possible exceptions raised by stat call in apply_s...
2006-03-14 Zac MedicoAdd a new OperationNotPermitted exception and use it...
2006-03-14 Zac MedicoUse apply_secpass_permissions for DISTDIR permissions.
2006-03-13 Zac MedicoMake portage_util.apply_stat_permissions() wrap apply_s...
2006-03-13 Zac MedicoAdd a new portage_util.apply_secpass_permissions()...
2006-03-13 Zac MedicoSimplify emerge's secpass logic.
2006-03-13 Zac MedicoDocument portage_data.secpass and give secpass=0 to...
2006-03-13 Zac MedicoDo not clean shared ${T} after the unmerge phase when...
2006-03-13 Zac MedicoFix KeyError: 'mergelist' error (regression from r2847...
2006-03-12 Zac MedicoUse find -path instead of -name for compatibility with...
2006-03-12 Zac MedicoMake portage.unmerge return 0 on success in order to...
2006-03-12 Zac MedicoFix misuse of dict.fromkeys class method so that cache...
2006-03-12 Mike Frysingerppc64 isnt ok just yet, so dont scan for exec stacks
2006-03-12 Zac MedicoUse the ** operator for better unpacking of actionmap...
2006-03-12 Zac MedicoAdd the command (ebuild.sh or misc-functions.sh) to...
2006-03-12 Zac MedicoAdd --tree to the blacklist when --resume is used....
2006-03-11 Zac MedicoMake the clean phase obey keeptemp in FEATURES.
2006-03-11 Mike Frysingerdefault CCACHE_DIR doesnt use PORTAGE_TMPDIR, it just...
2006-03-11 Mike Frysingerbackport portage-pkg path change from savior branch
2006-03-11 Mike Frysingerdont reset spinner for non-ttys if --quiet is in use
2006-03-11 Zac MedicoDo automatic backup the resume list when it's length... v2.1_pre6
2006-03-11 Zac MedicoMove PORTAGE_INST_UID and PORTAGE_INST_GID from ebuild...
2006-03-11 Zac MedicoMake dobin and dosbin use PORTAGE_INST_UID and PORTAGE_...
2006-03-11 Zac MedicoTrigger the clean phase at the end of dblink.unmerge...
2006-03-11 Zac MedicoDo the clean phase at the end of dblink.treewalk()...
2006-03-11 Zac MedicoConsolidate duplicate "myebuild" logic in the dblink...
2006-03-10 Zac MedicoDo cleanup of cruft prior to the setup phase for binary...
2006-03-10 Zac MedicoFix dyn_clean in ebuild.sh so that it removes the build...
2006-03-10 Zac MedicoFix emerge's "Post-Build Cleaning" so that it works...
2006-03-10 Zac MedicoMove dyn_rpm and dyn_spec from ebuild.sh to misc-functi...
2006-03-09 Zac MedicoMove the install phase qa checks from ebuild.sh to...
2006-03-09 Zac MedicoRemove "myarg" from the ebuild.sh env before it is...
2006-03-09 Zac MedicoAdd sesandbox to the spawnebuild actionmap.
2006-03-09 Zac MedicoAdd a "sesandbox" flag to the spawn function so that...
2006-03-09 Zac MedicoRemove install_mask from ebuild.sh since it's in misc...
2006-03-09 Zac MedicoSplit install_mask and parts of dyn_preinst from ebuild...
2006-03-09 Zac MedicoSplit dyn_package from ebuild.sh to misc-functions...
2006-03-09 Mike Frysingeradd support for ebuild authors to mark stuff as ignorable
2006-03-09 Mike Frysingermisc updates
2006-03-09 Mike Frysingerdocument new --no-ldconfig option
2006-03-09 Mike Frysingerupdate copyrights
2006-03-08 Zac MedicoMove PKG_INSTALL_MASK functionality (see bug #81025...
2006-03-08 Ned Ludd- commit initial split install masking code. this commi...
2006-03-07 Zac MedicoMake the parallel-fetch process sleep for 3 seconds...
2006-03-07 Zac MedicoCatch ENOENT errors when $PORTDIR/profiles/updates...
2006-03-07 Ned Ludd- make portage display the ROOT when unmerging a select...
2006-03-06 Mike Frysingeronly scan for exec stacks on linux/glibc hosts
2006-03-06 Zac MedicoRemove the leading / from WORLD_FILE for better coopera...
2006-03-05 Mike Frysingerfix BASH_ARGV walking
2006-03-05 Zac MedicoRemove the leading / from CONFIG_MEMORY_FILE for better...
2006-03-05 Zac MedicoRemove the leading / from PRIVATE_PATH (var/lib/portage...
2006-03-05 Zac MedicoRemove a dead and broken hunk of code that attempts...
2006-03-05 Ned Ludd- have scanelf nuke insecure rpaths
2006-03-05 Zac MedicoStrip the leading slash from WORLD_FILE so that os...
2006-03-04 Zac MedicoRemove the 'didupdate' variable from global_updates...
2006-03-04 Zac MedicoRename the global updates do_upgrade() function to...
2006-03-04 Zac MedicoMove all output out of the global updates do_upgrade...
next