summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Just use os.listdir() since portage.listdir() is unnecessary.Zac Medico2007-08-211-4/+6
* Fix ACCEPT_KEYWORDS validation so that ** is valid.Zac Medico2007-08-191-1/+3
* For bug #189219, use pkgcmp() to sort versions in selected/protected/omitted ...Zac Medico2007-08-171-5/+7
* Fix existing_node logic inside depgraph.create().Zac Medico2007-08-161-20/+15
* Combine 2 locations in depgraph.create() where nodes are added to the digraph...Zac Medico2007-08-161-19/+14
* Always assign higher priority to dependencies on packages that are being rebu...Zac Medico2007-08-161-11/+13
* Add some floating point vercmp cases.Zac Medico2007-08-151-1/+4
* For bug #188449, since python floats have limited range, we multiply both flo...Zac Medico2007-08-151-2/+11
* For bug #188782, dependencies on packages specified as arguments are given hi...Zac Medico2007-08-151-24/+39
* Make sure to skip info dir files with the .old extension.Zac Medico2007-08-141-1/+2
* For bug #188782, keep "nomerge" nodes in the graph during the merge order cal...Zac Medico2007-08-141-4/+2
* For bug #33585, leave the old info dir file in place if there is nothing to g...Zac Medico2007-08-121-9/+35
* For bug #188559, invalidate dblink._contents_inodes as necessary to prevent F...Zac Medico2007-08-121-0/+6
* Optimize config.setcpv() so that it doesn't call regenerate() unnecessarily w...Zac Medico2007-08-111-1/+12
* Update emerge --help and --info docs. Thanks to Arfrever Frehtes Taifersar Ar...Zac Medico2007-08-061-1/+1
* Fix from ferringbAlec Warner2007-08-051-1/+1
* For bug #187806, use mkstemp to create tmpservertimestampfile (instead of usi...Zac Medico2007-08-051-4/+4
* Use == for comparison of portage_node since digraph.clone() makes a deepcopy ...Zac Medico2007-08-041-1/+1
* Make sure that portage always has all of it's RDEPENDs installed first.Zac Medico2007-08-041-0/+7
* Make config updates get counted correctly for bug #187741.Zac Medico2007-08-041-1/+4
* Remove the depend phase from the doebuild actionmap since it's never used.Zac Medico2007-08-041-2/+0
* Make droppriv for the depend phase conditional on userpriv in FEATURES.Zac Medico2007-08-031-2/+4
* In portage.spawn() logging, put the read end of the pipe in O_NONBLOCK mode j...Zac Medico2007-08-031-15/+11
* s/portage.eclass_cache/eclass_cache/ since eclass_cache is actually a local v...Zac Medico2007-08-031-2/+2
* For bug #187518, handle EISDIR thrown from mkdir when the directory already e...Zac Medico2007-08-021-1/+1
* For bug #187480, fix writemsg args in portdbapi.gvisible().Zac Medico2007-08-021-1/+1
* Like older versions of portage, don't show the repo display if [0] is all tha...Zac Medico2007-08-011-2/+4
* For bug #187375, handle an ImportError when portage is downgraded to a versio...Zac Medico2007-08-011-2/+6
* Handle the ENOENT error if the world file doesn't exist.Zac Medico2007-07-311-1/+7
* Change the numeric value of DepPriority.MIN to be equal to that of a satisfie...Zac Medico2007-07-311-2/+2
* As a workaround for bug #185305, make quickpkg break hardlinks during creatio...Zac Medico2007-07-301-0/+3
* For bug #187142, properly pass a dbapi instance into setcpv() so that USE_EXP...Zac Medico2007-07-301-1/+1
* 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
* Always pass a dbapi instance into a setcpv call.Zac Medico2007-07-301-1/+1
* For bug #137483, move the `emerge --help config` docs to the emerge man page....Zac Medico2007-07-302-46/+3
* 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
* For bug #186480, while we transition to repository labels, avoid ? spam in th...Zac Medico2007-07-271-1/+5
* For bug #186826, always show --newuse flags that trigger reinstallation even ...Zac Medico2007-07-271-16/+24
* For --buildpkgonly, say "built" instead of "merged" in the "These are the pac...Zac Medico2007-07-271-0/+2
* For bug #186610, use `find <path>` to scan for config updates since `cd <path...Zac Medico2007-07-261-5/+5
* 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