2007-09-26 |
Zac Medico | When --deep is not enabled, many dependencies are dicar... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Zac Medico | Flush stderr and stdout if their file descriptors are... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Zac Medico | When --with-bdeps=y is enabled for built packages,... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Zac Medico | Mask binary packages if their CHOST does not match... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Zac Medico | Bug #190781 - Don't include --oneshot in the options... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Zac Medico | Use ensure_dirs() and apply_permissions() to avoid... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Zac Medico | Bug #192346 - The emerge --help shows a -i option that |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Zac Medico | Bug #191645 - Cross-reference the `ebuild --force... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Zac Medico | Add some additional notes about the behavior of FEATURE... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Zac Medico | Bug #191645 - Document the --force option. (trunk r7776) |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Zac Medico | Bug #110443 - Add a KEYWORDS.stable check for ebuilds... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Zac Medico | Bug #192321 - Clean dir.old cruft so that they don... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Zac Medico | Bug #191645 - Document the --force option. (trunk r7773) |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Zac Medico | Bug #187795 - remove pointless digest.disjointed and... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Zac Medico | Bug #192195 - In dir_get_list(), append a trailing... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Zac Medico | Catch errno.ENOTDIR instead of using os.path.isdir... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Zac Medico | Bug #192298 - Handle PermissionDenied error in |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Zac Medico | In depgraph.altlist(), try to merge asap_nodes sooner... v2.1.3.9 |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Zac Medico | Bug #190268 - Avoid unwanted sandbox violations in... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Zac Medico | For bug #190268, filter SANDBOX_* from the calling... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Zac Medico | In the topological sort for merge order, try to avoid... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Zac Medico | Reformat collision-protect output so that the list... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Zac Medico | Convert myoptions from a list to a dict. (trunk r7714) |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Zac Medico | Move some of the less expensive QA checks before dep_ch... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Zac Medico | Skip the most expensive QA tests when --force in enable... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Zac Medico | Fix RepoMan's grammar. (trunk r7711) |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Zac Medico | Bug #110443 - Add a KEYWORDS.stable check for ebuilds... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Zac Medico | Make the commit message indicate when the --force optio... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Zac Medico | Add a --force option that forces commit to proceed... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Zac Medico | Bug #190406 - Filter the myheaders list so that it... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Zac Medico | change directory to / in case $PWD doesnt exist (trunk... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Zac Medico | remove $Id$ as it gives us nothing useful (trunk r7699) |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Zac Medico | Move blocker handling from depgraph.create() to select_... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Zac Medico | Bug #190214 - Make the rpm phase use /usr/src/rpm inste... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Zac Medico | Remove pointless information from --info output (trunk... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Zac Medico | Don't cache results from match_from_list() since *dbapi... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Zac Medico | Move the note about not needing pycrypto with python... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zac Medico | Add * and ~* to the list of valid values for ACCEPT_KEY... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zac Medico | Make depgraph.select_dep() node reuse work when in... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zac Medico | Bug #189791 - Define EBUILD_PHASE=unpack during the... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zac Medico | In config.regenerate(), skip loading /etc/profile.env... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zac Medico | Make depgraph.create() avoid metadata lookups for binar... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zac Medico | Bug #189791 - Send errors to /dev/null when debug-print... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zac Medico | Fix a typo from r7663. (trunk r7676) |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Use INFORM to colorize the package name. (trunk r7674) |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Prevent output from being flushed to the console too... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Make depgraph.select_dep() reuse cached metadata from... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Fix update_dbentry() to process version components... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Make best() return early when it's only given one packa... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Pass complete package metadata from depgraph.select_dep... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Bug #188703 - Don't adjust permissions in ${T} unless... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Send cache hit/miss status updates to stdout instead... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Show cache miss/hit counts all on one line, using ... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Bug #189743 - Add .jpeg to the list of extensions suppo... |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Zac Medico | filter out kernel modules from ELF QA checks #184443... |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Zac Medico | remove "risky" message about -O2 (trunk r7644) |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Zac Medico | Fix ACCEPT_KEYWORDS validation so that ** is valid... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Zac Medico | For bug #189219, use pkgcmp() to sort versions in selec... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Zac Medico | Make etc-update copy owner and group bits when it merge... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Zac Medico | make -f/-F distinction clearer (trunk r7632) |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Zac Medico | Combine 2 locations in depgraph.create() where nodes... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Zac Medico | Always assign higher priority to dependencies on packag... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Zac Medico | Add some floating point vercmp cases. (trunk r7622) |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Zac Medico | For bug #188807, add nocreate and delaycompress options... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Zac Medico | 'decent' CFLAGS should not feature -O3. Bug 188619... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Zac Medico | For bug #188449, since python floats have limited range... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Zac Medico | For bug #188782, dependencies on packages specified... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Zac Medico | Make sure to skip info dir files with the .old extensio... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Zac Medico | For bug #188782, keep "nomerge" nodes in the graph... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Zac Medico | For bug #33585, leave the old info dir file in place... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Zac Medico | For bug #188559, invalidate dblink._contents_inodes... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Zac Medico | Optimize config.setcpv() so that it doesn't call regene... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Zac Medico | Don't generate a QA Notice if the ${S} directory doesn... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Zac Medico | Update emerge --help and --info docs. Thanks to Arfreve... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Zac Medico | For bug #187795, remove pointless digest.disjointed... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Zac Medico | For bug #187806, use mkstemp to create tmpservertimesta... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Zac Medico | Use == for comparison of portage_node since digraph... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Zac Medico | Make sure that portage always has all of it's RDEPENDs... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Zac Medico | Make config updates get counted correctly for bug ... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Zac Medico | Generate a QA Notice and cd to ${WORKDIR} if the $... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Zac Medico | Remove the depend phase from the doebuild actionmap... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Zac Medico | Make droppriv for the depend phase conditional on userp... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Zac Medico | In portage.spawn() logging, put the read end of the... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Zac Medico | For bug #187518, handle EISDIR thrown from mkdir when... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Zac Medico | For bug #187480, fix writemsg args in portdbapi.gvisibl... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Zac Medico | Fix TestCase import. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Zac Medico | Copy the portage.spawn() test from trunk. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Zac Medico | Like older versions of portage, don't show the repo... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Zac Medico | For bug #187375, handle an ImportError when portage... |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Zac Medico | Change the numeric value of DepPriority.MIN to be equal... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Zac Medico | As a workaround for bug #185305, make quickpkg break... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Zac Medico | For bug #187142, properly pass a dbapi instance into... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Zac Medico | Make finalize() accept a parameter once again since... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Zac Medico | For bug #186960, try to create a directory for $ROOT... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Zac Medico | Always pass a dbapi instance into a setcpv call. (trunk... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Zac Medico | For bug #139670, update the dohtml docs to show all... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Zac Medico | For bug #137483, move the `emerge --help config` docs... |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Zac Medico | For bug #187016, and env.d to the default USE_ORDER... |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Zac Medico | For pty logging, handle the EAGAIN error that is thrown... |
commit | commitdiff | tree | snapshot |
2007-07-28 |
Zac Medico | For bug #186876, fall back it os.pipe() if pty.openpty... |
commit | commitdiff | tree | snapshot |
next |