summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* As a workaround for bug #185305, make quickpkg break hardlinks during creatio...Zac Medico2007-07-301-0/+3
* Make finalize() accept a parameter once again since older versions of portage...Zac Medico2007-07-302-2/+8
* For bug #186960, try to create a directory for $ROOT if it doesn't exist.Zac Medico2007-07-301-0/+1
* For bug #187016, and env.d to the default USE_ORDER.Zac Medico2007-07-291-1/+1
* Change "output" import to portage.output.Zac Medico2007-07-291-1/+1
* For pty logging, handle the EAGAIN error that is thrown from fcntl when the s...Zac Medico2007-07-291-2/+10
* For bug #186876, fall back it os.pipe() if pty.openpty() fails.Zac Medico2007-07-281-3/+10
* When the fetch phase fails inside doebuild(), create an eerror log since the ...Zac Medico2007-07-281-0/+14
* Handle 2 more cases where elog_process() needs to be called:Zac Medico2007-07-281-0/+16
* When setting the size of the pty for logging, check if stdout isatty rather t...Zac Medico2007-07-261-2/+1
* For bug #186386, pass stdin directly to spawned processes (even when their ou...Zac Medico2007-07-252-55/+5
* Set O_NONBLOCK just for read calls (uses fewer fcntl calls).Zac Medico2007-07-251-16/+5
* CACHE_PATH starts with / and therefore isn't compatible with os.path.join().Zac Medico2007-07-251-1/+1
* Use blocking mode for writes since we'd rather block than trigger a EWOULDBLO...Zac Medico2007-07-251-6/+22
* Use the hardcoded variables from portage.const rather than strings that are a...Alec Warner2007-07-251-11/+11
* Use a select loop for moving input and ouput when logging is enabled in porta...Zac Medico2007-07-251-29/+44
* Add droppriv keyword for the depend phase (last one).Zac Medico2007-07-241-1/+1
* Add droppriv keyword for the depend phase.Zac Medico2007-07-241-1/+1
* Add FEATURES=fakeroot support which causes install and package phases to run ...Zac Medico2007-07-234-22/+44
* Drop privileges in the "depend" phase regardless of FEATURES and RESTRICT sin...Zac Medico2007-07-231-10/+12
* add more tests for keyvaluepairloader (it had a bug previously) and fix up ot...Alec Warner2007-07-232-12/+14
* Fix imports for style, slight optimization for grab* function, doc fixups.Alec Warner2007-07-231-4/+11
* Validator should be a function, not a class, fix spacing/tab issues. Fix par...Alec Warner2007-07-233-26/+72
* Fix imports for style, deprecate grab*, what is foo.metadata and what does it...Alec Warner2007-07-231-8/+20
* Move classes out of __init__.py, they do not belong there. Fix import style,...Alec Warner2007-07-235-163/+161
* Move common file functionality into a FileLoader class and delegate parsing t...Alec Warner2007-07-232-112/+140
* fix spacing, comments, default argsAlec Warner2007-07-231-8/+8
* Fix hardcoded /usr/bin/echo to use portage.process.find_binary().Zac Medico2007-07-221-1/+3
* fix missing import, default value for value in case we try to .join on a vari...Alec Warner2007-07-222-1/+2
* add docstring, fix up imports (style), add keyword expansionAlec Warner2007-07-221-1/+15
* add test for CommandOutputSetAlec Warner2007-07-223-0/+26
* Fix spacing issues, importsAlec Warner2007-07-221-16/+17
* remove unused vars from xpak, fix bug in compose. Also fix tests for portage...Alec Warner2007-07-222-4/+4
* Run pychecker over everything, fix obvious thing slike modules not in use, va...Alec Warner2007-07-226-26/+28
* For bug #185930, direct all FETCHCOMMAND output to stdout.Zac Medico2007-07-211-0/+8
* Optimize PackageSet._updateAtomMap() for the case where one or more atoms are...Zac Medico2007-07-211-4/+7
* When digest verification of a distfile fails, rename instead of unlinking it ...Zac Medico2007-07-211-5/+18
* If the fetcher reported success and the file is too small, don't attempt to r...Zac Medico2007-07-201-2/+10
* Use the --depclean algorithm to make --prune safe. The old unsafe --prune wi...Zac Medico2007-07-181-4/+1
* Iterate over a list in order to avoid breaking the iterator when an atom is r...Zac Medico2007-07-171-1/+1
* Use PackageSet.getAtoms() as a wrapper around load() since load() can trigger...Zac Medico2007-07-171-6/+2
* Make PackageSet._updateAtomMap() clear the map in case something was removed.Zac Medico2007-07-171-0/+1
* Make sure the atoms are loaded when calling PackageSet.findAtomForPackage().Zac Medico2007-07-171-0/+1
* Make sure PackageSet._atoms is always a set.Zac Medico2007-07-171-1/+1
* Sort the atoms when writing the world file.Zac Medico2007-07-161-1/+1
* break another recursion cycle, add special subclass for "world" to handle loc...Marius Mauch2007-07-162-4/+24
* break recursion cycleMarius Mauch2007-07-161-2/+5
* replace emerge.AtomSet with portage.sets.InternalPackageSetMarius Mauch2007-07-162-15/+84
* disable FEATURES=gpg as it's unmaintained, useless and likely broken for many...Marius Mauch2007-07-161-0/+3
* fix metadata parsing for file-based sets, add support for user-defined file s...Marius Mauch2007-07-162-3/+17