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 | Fix typo: %% -> ##. |
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-17 |
Zac Medico | Fix setconfig.getSets() api breakage. |
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 | Move the reusable ConsoleStyleFile and StyleWriter... |
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 | Replace hardcoded green, yellow, and red with GOOD... |
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 getting a commit message using an edito... |
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 | 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 | Remove extra _ typo. |
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 | Make portdbapi.visible() mask ebuilds that do not defin... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zac Medico | Do the sanity check for bug #198398 as early as possible. |
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 | Use the sed -r option to enable extended regular expres... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zac Medico | Bug #202068 - In order to filter unwanted variable... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zac Medico | In filter_readonly_variables(), replace 'declare -r... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zac Medico | Bug #202036 - In case of blockers, bail out earlier... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Zac Medico | Fix the check for bug #198398 so that it works even... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Zac Medico | Bug #198398 - Make repoman bail out if support for... |
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 | First import the main portage module without legacy... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zac Medico | * When installing a binary package, export the file... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Zac Medico | Add a "Quality Assurance" <part> tag so that all chapte... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
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-07 |
Zac Medico | Bug #189417 - Comment on how the whitelist and BASH_ENV... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Zac Medico | Bug #189417 - Whitelist BASH_ENV since we need to have... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Zac Medico | Bug #189417 - Explicitly whitelist any remaining variab... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Zac Medico | Add a TODO note about remaining work for bug #189417. |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Zac Medico | Perform set argument validation in emerge_main() even for |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Zac Medico | Remove automatic "system" and "world" set creation... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Zac Medico | Bug #201513 - Fix typos for preserve-libs and Preserved... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Zac Medico | Declare retval as a local variable. |
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 | Bug #201506 - Make preprocess_ebuild_env() preserve |
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 | Fix broken timestamp logic in do_snapshot(). Thanks... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Zac Medico | Keep the RootConfig.sets attribute in sync with the... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Zac Medico | Make SetConfig.getSets() return a copy of the psets... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Zac Medico | - repository configuration file and `emerge --sync... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Zac Medico | Show ? if the installed package is missing a |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Zac Medico | bootstrap.sh expects that the "system" set always exist... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Zac Medico | In order to know exactly which atoms/sets should be... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Marius Mauch | fix another typo |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Marius Mauch | perform sanity checks for set configuration even if... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Marius Mauch | Fix setconfig loader to use config files instead of... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Marius Mauch | enable FEATURES=preserve-libs globally for extended... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Marius Mauch | make sure we only remove files that were previously... |
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 | Fix typo in config.load_infodir() return value logic. |
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 |
Marius Mauch | update TODO list |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Marius Mauch | revert accidential commit |
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 |
Marius Mauch | implement the final part of FEATURES=preserved-libs... |
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 | Convert caterror() to call warn() instead of err()... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Zac Medico | Add back missing err() function. |
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 | 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" message. |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Zac Medico | When os.waitid() raises OSError, discard the pid since... |
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. |
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 |
next |