summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix quoting as reported by Drac in bug 194169 (trunk r7877:7879)Zac Medico2007-10-052-4/+2
* Bug #194095 - Validate dispatch-conf input in order toZac Medico2007-10-051-2/+13
* Bug #179380 - Make the default src_compile() support ECONF_SOURCEZac Medico2007-10-031-1/+3
* Bug #193548 - When scanning for config updates and an errorZac Medico2007-09-281-4/+6
* When scanning for config updates, treat a symlink to an existingZac Medico2007-09-281-0/+9
* Bug #193548 - When emerge spawns find to search for config updates,Zac Medico2007-09-281-1/+2
* Bug #194081 - Add EBUSY to the list of ignored errnos for unlinkZac Medico2007-09-281-4/+8
* Bug #192706 - Do not print a summary at the end of --depclean ifZac Medico2007-09-281-0/+3
* Handle KeyError thrown from aux_get(). (trunk r7866)Zac Medico2007-09-271-5/+6
* Move prelink tempfile cleanup to the finally block andZac Medico2007-09-271-6/+2
* Avoid useless and ugly atexit tracebacks that are triggered whenZac Medico2007-09-271-0/+3
* Simplify update_eclasses() a little. (trunk r7861)Zac Medico2007-09-271-8/+5
* Fix portage.exception namespace typo.Zac Medico2007-09-271-1/+1
* Move a newline to fix formatting. (trunk r7858)Zac Medico2007-09-271-1/+2
* Ignore ENOTDIR from unmerge unlink calls. (trunk r7856)Zac Medico2007-09-271-1/+1
* with help from Donnie and Ulrich, use sed to extract the statementZac Medico2007-09-271-2/+24
* Bug #194025 - Lock /var/db/pkg in post_merge() during theZac Medico2007-09-271-3/+10
* Bug #193486 - Use echo -n and properly quote the array argument. (trunk r7850)Zac Medico2007-09-271-1/+1
* Bug #193486 - Use xargs to avoid 'bash: /bin/rm: Argument list too long'Zac Medico2007-09-271-1/+2
* Do the stale env check/warning after the digest/manifestZac Medico2007-09-271-15/+23
* Display a short notification when an existing ${T}/environmentZac Medico2007-09-271-0/+19
* align the filename and line numbers in the output of the stackZac Medico2007-09-271-18/+26
* Fix a typo. (trunk r7840)Zac Medico2007-09-261-1/+1
* Set non-blocking mode on the pty master file descriptor whileZac Medico2007-09-261-16/+14
* Bug #192341 - When the chflags command does not exit successfully,Zac Medico2007-09-261-4/+13
* Bug #192341 - Eliminate the dependency on py-freebsd by implementingZac Medico2007-09-261-3/+16
* Bugs #168772 and #193695 - During unmerge, only ignore specificZac Medico2007-09-261-19/+64
* Bug #74615 - Quote all file paths inside dispatch-conf shellZac Medico2007-09-263-9/+9
* Initialize ${TMP} before registering the die trap so thatZac Medico2007-09-261-1/+1
* Bug #190179 - Use `prelink --verify filename` to write theZac Medico2007-09-261-5/+9
* s/note/not/ reported by p-y. (trunk r7800)Zac Medico2007-09-261-1/+1
* fix possible information leak vulnerability when doingZac Medico2007-09-261-11/+22
* tweak get_config() so that it only executes one externalZac Medico2007-09-261-9/+15
* When --deep is not enabled, many dependencies are dicarded andZac Medico2007-09-261-13/+25
* Flush stderr and stdout if their file descriptors are in fd_pipesZac Medico2007-09-261-4/+13
* When --with-bdeps=y is enabled for built packages, pull in build time deps asZac Medico2007-09-261-6/+16
* Mask binary packages if their CHOST does not match the oneZac Medico2007-09-262-7/+23
* Bug #190781 - Don't include --oneshot in the options thatZac Medico2007-09-261-2/+1
* Use ensure_dirs() and apply_permissions() to avoid redundantZac Medico2007-09-262-8/+5
* Bug #192346 - The emerge --help shows a -i option thatZac Medico2007-09-261-1/+1
* Bug #191645 - Cross-reference the `ebuild --force digest` docs with theZac Medico2007-09-262-3/+7
* Add some additional notes about the behavior of FEATURES=assume-digestsZac Medico2007-09-261-1/+5
* Bug #191645 - Document the --force option. (trunk r7776)Zac Medico2007-09-261-0/+6
* Bug #110443 - Add a KEYWORDS.stable check for ebuilds that areZac Medico2007-09-261-0/+3
* Bug #192321 - Clean dir.old cruft so that they don't prevent unmergeZac Medico2007-09-261-0/+10
* Bug #191645 - Document the --force option. (trunk r7773)Zac Medico2007-09-261-0/+6
* Bug #187795 - remove pointless digest.disjointed and digest.notaddedZac Medico2007-09-261-6/+0
* Bug #192195 - In dir_get_list(), append a trailing / to the addressZac Medico2007-09-261-0/+4
* Catch errno.ENOTDIR instead of using os.path.isdir(). (trunk r7770)Zac Medico2007-09-261-2/+3
* Bug #192298 - Handle PermissionDenied error inZac Medico2007-09-261-2/+15