summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Ignore hidden files and directories in grablines recursion for bug #137607. T...Zac Medico2006-07-311-4/+6
* Update symlinks during package moves for bug #138394. This patch is from tru...Zac Medico2006-07-311-0/+26
* Catch ParseError from getconfig during env_update for bug #142157. This patc...Zac Medico2006-07-312-5/+6
* Add a --force option for `ebuild digest` so that the user doesn't have to man...Zac Medico2006-07-311-16/+21
* Add PKG_CONFIG_PATH to env_update incrementals for bug #105384. This patch i...Zac Medico2006-07-311-2/+3
* When assume-digests is enabled, for digest generation if the number of parsed...Zac Medico2006-07-312-7/+10
* Fix NameError: global name 'portage_exception' is not defined for bug #140041.Zac Medico2006-07-311-0/+1
* Use get() to simplify setitem logic as suggested by Brian Harring. This patch...v2.1-r1Zac Medico2006-06-211-12/+10
* Implement get() as part of the standard mapping interface. This patch is from...Zac Medico2006-06-211-0/+6
* Make it possible to pass alternative cache implementations into the construct...Zac Medico2006-06-211-1/+2
* Make sure that elog entries are also processed in *rm phases and that they ar...Zac Medico2006-06-211-0/+11
* Only attempt to unmerge the already-installed instance if it actually exists....Zac Medico2006-06-211-5/+6
* Add date header for rfc2822 compliance. This patch is from trunk r3497.Zac Medico2006-06-211-1/+2
* Fix it so that values are properly saved in the writable layer. Previously t...Zac Medico2006-06-211-1/+3
* To prevent infinite recursion when a lock file has more than 1 hardlink, test...Zac Medico2006-06-212-2/+3
* Force digest generation when assume-digests is enabled but the file size does...Zac Medico2006-06-211-2/+10
* Fix checksum error messages for bug #136947. Thanks to truedfx for this patc...Zac Medico2006-06-211-2/+2
* Remove pointless closing of stdin that is done prior to metadata transfer and...Zac Medico2006-06-211-1/+1
* Toggle the setgid bit on $PORT_LOGDIR\elog\ for bug #136278. This patch is f...Zac Medico2006-06-211-1/+1
* Do not unmerge fifo files because, since their mtime is not stored in CONTENT...Zac Medico2006-06-211-5/+1
* Stack package.mask files in a more logical order as specified in bug #133740....Zac Medico2006-06-211-5/+17
* Make elog mail module always set the 'From' header for rfc2822 compliance. T...Zac Medico2006-06-211-0/+1
* I meant to ignore an IndexError here, in case mysettings["PORTDIR_OVERLAY"] b...v2.1_rc4v2.1_rc3v2.1Zac Medico2006-06-091-1/+1
* Break out of the loop asap.Zac Medico2006-06-081-0/+1
* When an ebuild from overlay fails, display a message indicating which overlay...Zac Medico2006-06-081-0/+13
* Move hard coding of /etc/env.d in CONFIG_PROTECT_MASK from portage.config.__g...Zac Medico2006-06-081-4/+0
* Revert r3468 because this type of functionality belongs in profile.bashrc or ...Zac Medico2006-06-081-17/+0
* support for FEATURES=debug-buildMike Frysinger2006-06-071-0/+17
* Call the bogus lchown() once so that the warning is seen asap.Zac Medico2006-06-071-0/+1
* If lchown is unavailable for some unexpected reason, make all lchown calls pr...Zac Medico2006-06-071-4/+7
* Also bump the counter for the "merge" phase since it calls spawnebuild (bug #...Zac Medico2006-06-071-2/+3
* Make sure that each new build attempt gets it's own unique log file for bug #...Zac Medico2006-06-071-0/+10
* When generating digests, print a digest.assumed QA warning if necessary in or...Zac Medico2006-06-041-1/+23
* Raise a ParseError if the profile has a parent file containing a nonexistant ...Zac Medico2006-06-041-0/+3
* Raise a ParseError if the profile has a parent file containing anything other...Zac Medico2006-06-041-1/+7
* Revert lazy loading of autouse because it is both broken and useless.Zac Medico2006-06-041-3/+2
* Fix quoting for bug 109739Alec Warner2006-06-011-2/+2
* Use the well know selinux_aux functions for bug #134743.Zac Medico2006-05-291-10/+1
* Revert patch for r3426 for bug 134466 and add warnings to docs.Zac Medico2006-05-281-1/+5
* Ignore ENOENT errors that are expected to occur in portage.fetch().Zac Medico2006-05-271-4/+10
* Remove dependence on a patched version of libselinux for bug #122517.Zac Medico2006-05-272-4/+21
* Add noiselevel=-1 to writemsg calls in portage_util.py for errors that should...Zac Medico2006-05-271-9/+16
* Add noiselevel=-1 to writemsg calls in portage.py for errors that shouldn't h...Zac Medico2006-05-271-114/+190
* Add noiselevel=-1 to writemsg calls for legitimate errors in merge and unmerg...Zac Medico2006-05-271-6/+6
* Add noiselevel=-1 to writemsg calls for legitimate errors in portage.digestch...Zac Medico2006-05-271-8/+10
* Add noiselevel=-1 to writemsg calls for legitimate errors in doebuild so that...Zac Medico2006-05-271-28/+36
* Make sure that fetch errors are reported even when --quiet is being used.Zac Medico2006-05-271-2/+6
* Only print a warning if absolutely necessary when adjusting distfiles permiss...Zac Medico2006-05-271-1/+2
* Add some additional error handling for OperationNotPermitted and ReadOnlyFile...Zac Medico2006-05-261-0/+2
* Fix the last revision so it also works for files copied from local fsmirrors.Zac Medico2006-05-261-1/+3