2007-08-02 |
Zac Medico | For bug #187480, fix writemsg args in portdbapi.gvisible(). |
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 | Handle the ENOENT error if the world file doesn't exist. |
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. |
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 | Update USE_ORDER docs for bug #187016. |
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 | Change "output" import to portage.output. |
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 |
2007-07-28 |
Zac Medico | When the fetch phase fails inside doebuild(), create... |
commit | commitdiff | tree | snapshot |
2007-07-28 |
Zac Medico | Handle 2 more cases where elog_process() needs to be... |
commit | commitdiff | tree | snapshot |
2007-07-28 |
Zac Medico | For bug #185048, make emerge-webrsync honor http_proxy... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Zac Medico | For bug #186639, note that /etc/portage/profile/ suppor... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Zac Medico | For bug #186639, add more clarification about the relat... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Zac Medico | For bug #186480, while we transition to repository... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Zac Medico | For bug #186826, always show --newuse flags that trigge... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Zac Medico | For --buildpkgonly, say "built" instead of "merged... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Zac Medico | For bug #186610, use `find <path>` to scan for config... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Zac Medico | When setting the size of the pty for logging, check... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Mike Frysinger | use ${MAKE:-make} rather than make in einstall() |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Zac Medico | For bug #186386, pass stdin directly to spawned process... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Zac Medico | Set O_NONBLOCK just for read calls (uses fewer fcntl... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Zac Medico | CACHE_PATH starts with / and therefore isn't compatible... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Zac Medico | Use blocking mode for writes since we'd rather block... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Alec Warner | Use the hardcoded variables from portage.const rather... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Zac Medico | Use a select loop for moving input and ouput when loggi... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Zac Medico | Add droppriv keyword for the depend phase (last one). |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Zac Medico | Add droppriv keyword for the depend phase. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Zac Medico | Fix make.conf.example rejects. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Zac Medico | For bug #186337, show an ewarn message if FEATURES... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Zac Medico | Add FEATURES=fakeroot support which causes install... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Zac Medico | Add sfperms and strict to the default FEATURES since... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Zac Medico | Enable FEATURES=userfetch by default. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Zac Medico | Drop privileges in the "depend" phase regardless of... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Alec Warner | add more tests for keyvaluepairloader (it had a bug... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Alec Warner | fix broken import |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Alec Warner | Fix imports for style, slight optimization for grab... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Alec Warner | Validator should be a function, not a class, fix spacin... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Alec Warner | Fix imports for style, deprecate grab*, what is foo... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Alec Warner | Move classes out of __init__.py, they do not belong... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Alec Warner | Move common file functionality into a FileLoader class... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Alec Warner | fix spacing, comments, default args |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Zac Medico | Fix hardcoded /usr/bin/echo to use portage.process... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Alec Warner | fix missing import, default value for value in case... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Alec Warner | add docstring, fix up imports (style), add keyword... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Alec Warner | add test for CommandOutputSet |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Zac Medico | For bug #184774, put lha's -q option last since otherwi... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Alec Warner | Fix spacing issues, imports |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Alec Warner | Add notes about import statements (clarity) and fix... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Alec Warner | remove unused vars from xpak, fix bug in compose. ... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Alec Warner | Run pychecker over everything, fix obvious thing slike... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Zac Medico | Fix the reverse dependency display for --prune when... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Zac Medico | Make --update imply --oneshot since people often us... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Zac Medico | Document --depclean and --prune enhancements. |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Zac Medico | Prevent a potential KeyError when removing world from... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Zac Medico | Make --prune pull in the system set since that could... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zac Medico | For bug #169500, detect when the cvs server puts /Attic... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zac Medico | For bug #185153, in commit mode do the "Fetching trivia... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zac Medico | Make --prune and --depclean return before calculating... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zac Medico | Prune really uses all installed instead of world. ... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zac Medico | Just show [0] instead of [0=>0] in the repo display. |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zac Medico | For bug #185930, direct all FETCHCOMMAND output to... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zac Medico | Optimize PackageSet._updateAtomMap() for the case where... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zac Medico | Hint about --nodeps if --prune doesn't find anything... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zac Medico | When digest verification of a distfile fails, rename... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Zac Medico | If the fetcher reported success and the file is too... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Zac Medico | For bug #185504, document profiles/repo_name. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Zac Medico | Document --prune and --depclean enhancements. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Zac Medico | Update --prune docs for bug #151653. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Zac Medico | Fix --prune so that it always correctly accounts for... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Zac Medico | For bug #151653, make --prune keep the highest version... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Zac Medico | Make --prune try to prune all slotted packages if no... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Zac Medico | Make --prune bail out like depclean does if there are... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Zac Medico | With --prune and --depclean, if --verbose is enabled... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Zac Medico | Allow atoms to be specified for --depclean so that... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Zac Medico | Use the --depclean algorithm to make --prune safe.... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Iterate over a list in order to avoid breaking the... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Use PackageSet.getAtoms() as a wrapper around load... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Make PackageSet._updateAtomMap() clear the map in case... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Use PF in dyn_package. Thanks to swegener. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Unify USE handling in the depgraph with the other metadata. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | For bug #185670, make sure package.use.{mask,force... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | When expanding ambiguous atoms against the vardb, make... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | When dep_expand throws a ValueError due to an ambiguous... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Don't show the repo display when the package list is... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Make sure the atoms are loaded when calling PackageSet... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Make sure PackageSet._atoms is always a set. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Revert PackageSet.containsCPV() calls back to findAtomF... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Always be sure to load the latest version of the world... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Zac Medico | Sort the atoms when writing the world file. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marius Mauch | Replace emerge.WorldSet with portage.sets.files.WorldSet |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marius Mauch | break another recursion cycle, add special subclass... |
commit | commitdiff | tree | snapshot |
next |