2007-12-20 |
Zac Medico | Hardcode #!/bin/bash for consistency with other scripts... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zac Medico | Remove an accidental redundant loop from portdbapi... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zac Medico | Fix a typo in the _non_category_dirs regex. (trunk... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zac Medico | Remove some redunant categories code. |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zac Medico | Fix broken indentation in portdbapi.cp_all(). |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zac Medico | For simplicity and consistency, always use a regular... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zac Medico | Fix portdbapi.cp_list() so that it can cope with a |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zac Medico | Make dep_zapdeps() fall back to installed packages... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zac Medico | Merge missing db keys from trunk, for bug #149816. |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zac Medico | Merge the unified package masking output from trunk... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zac Medico | Bug #149816 - Implement visibility filtering for binary... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zac Medico | Make vartree.cpv_all() stop relying on having a categories |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zac Medico | Enable emerge search actions for binary packages when... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zac Medico | Fix a typo: eclasses -> eclass. (trunk r8978) |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zac Medico | Make some adjustments so that it's possible to install... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zac Medico | Bug #202748 - When merging a binary package, only clean up |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zac Medico | Whitespace only: remove extra indentation. (trunk r8969) |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Zac Medico | Always add ARCH to USE without relying on it being... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Zac Medico | Bug #140180 - Ignore missing HOMEPAGE and LICENSE varia... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Zac Medico | Keep filtered USE in the PORTAGE_USE variable to keep |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Zac Medico | Trigger a config.regenerate() call inside setcpv()... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Zac Medico | Store filtered USE for config.environ() calls in a... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Zac Medico | Fix USE filtering code so that it doesn't rely on confi... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Zac Medico | Make special build and bootstrap flags into implicit... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Zac Medico | Display the merge list with blockers any time that... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Zac Medico | Only enable the PORTAGE_IUSE check during build time... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Zac Medico | Include masked flags in PORTAGE_IUSE to avoid more... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Zac Medico | Create a PORTAGE_IUSE variable containing an egrep... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Zac Medico | Bug #176467 - Filter out USE flags that aren't part... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Zac Medico | Generalize the sed -> gsed wrapper script so that it's |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Zac Medico | In "QA Notice: Precompiled python" messages, use sed... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Zac Medico | Fix punctuation and spelling. Thanks to Arfrever Frehte... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Zac Medico | Split out a format_qa_output() function to eliminate... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Zac Medico | Instead of all modes, only in commit mode save an extra... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Zac Medico | Save QA output so that it can be conveniently displayed |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Zac Medico | Prompt the user before letting the editor |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Zac Medico | * Add support for multi-line commit message input by... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zac Medico | Fix the bug #198398 code from trunk to be compatible... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zac Medico | Add --buildpkgonly to the options lists that exempt... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zac Medico | Disable the "QA Notice: Pre-stripped files" message... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zac Medico | Bug #202126 - Replace an obsolete reference to `emerge... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zac Medico | Make sure that PORTAGE_SANDBOX_* variables can never... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zac Medico | Allow FEATURES to persist between phases since the... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zac Medico | Properly filter SANDBOX_ON from the environment. When... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zac Medico | Use the BAD color class instead of hardcoded red. ... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zac Medico | Bug #201771 - Make unpack() detect common errors such... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zac Medico | Bug #201848 - Make the ebuild command reject ebuilds... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zac Medico | Bug #201848 - Mask ebuilds that do not define SLOT... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zac Medico | * In filter_readonly_variables(), replace 'declare... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zac Medico | Bug #198398 - Make repoman bail out if support for... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zac Medico | Bug #202036 - In case of blockers, bail out earlier... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zac Medico | Instead of calling sys.exit when a ParseError occurs... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zac Medico | * Raise PermissionDenied from getconfig() when appropriate. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zac Medico | * When installing a binary package, export the file... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zac Medico | Add a "Quality Assurance" <part> tag so that all chapte... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zac Medico | Add some documentation for ebuild phases and pre/post... |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Zac Medico | Do an EBUILD_EXIT_STATUS_FILE sanity check in spawnebuild() |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Zac Medico | Quote $PORTDIR. Thanks to Chris Kerr in bug #52208. |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Zac Medico | Bug #189417 - Explicitly whitelist any remaining variab... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Zac Medico | Declare retval as a local variable. (trunk r8859) |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Zac Medico | Prevent the filter_opts local variable from leaking... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Zac Medico | Remove redundant successful exit call from the "depend... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Zac Medico | To avoid false positives during the transition |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Zac Medico | Bug #201506 - Make preprocess_ebuild_env() preserve |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Zac Medico | Show ? if the installed package is missing a |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Zac Medico | Remove redundant config.load_infodir() calls from |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Zac Medico | Synchronize the conditional that triggers "${T}"/enviro... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Zac Medico | * Don't load the CATEGORY in config.load_infodir()... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Zac Medico | Bug #201090 - When portage creates a temp PORTAGE_BIN_P... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Zac Medico | Make config.load_infodir() more fault tolerant for... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Zac Medico | Bug #201082 - Don't call config.load_infodir() prior... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Zac Medico | * whitelist CCACHE_* and DISTCC_* variables in config... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Zac Medico | For compatibility with cvs.eclass, do not unset CVS_RSH in |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Zac Medico | Fix useq() so that it won't generate a bogus IUSE QA... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Zac Medico | Synchronize self-reinstallation logic so that emerge... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Zac Medico | In dblink.treewalk(), tweak the "Safely unmerging |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Zac Medico | Fix portage_exec namespace. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Zac Medico | For portage.spawn() calls, use a _shell_quote() functio... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Zac Medico | * whitelist some misc variables from the calling enviro... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Zac Medico | Show the pid in the "starting parallel fetching" messag... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Zac Medico | After each merge, collect status from child processes |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Zac Medico | Move duplicate module loading code into a function... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Zac Medico | Add missing newline after message. (trunk r8787) |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Zac Medico | In create_trees(), when isolating the environment of... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Zac Medico | When die has been called and ${T}/environment does... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Zac Medico | * whitelist PREROOTPATH in config.environ() |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Zac Medico | * whitelist DISTDIR, PORTDIR, and PORTAGE_TMPDIR, PORTA... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Zac Medico | Update comments about ROOTPATH: |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Zac Medico | Fix quoting for PORTAGE_ROOTPATH. (trunk r8774) |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Zac Medico | In doebuild_environment(), fix KV logic so that it |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Zac Medico | Bug #200863 - Don't filter ${KV} since kernel-2.eclass... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Zac Medico | sandbox unsets ROOTPATH, so we have to back it up on... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Zac Medico | Fix broken module loading logic. |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Zac Medico | Bug #200775 - Save more portage generated environment |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Zac Medico | Add some variables such as TERM to the whitelist of... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Zac Medico | Don't use sandbox's BASH_ENV for new shells because... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Zac Medico | Make config.environ() export PKGDIR to the ebuild envir... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Zac Medico | * After the initial setup phase, the original ebuild... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Zac Medico | Bug #189417 - When ${T}/environment exists, isolate... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Zac Medico | Make elog_process() pre-load log modules that it can... |
commit | commitdiff | tree | snapshot |
next |