summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* more fixes to make it sound like I didn't write it at 8:41amAlec Warner2006-06-141-2/+2
* idiot, use.defaults, not make.defaultsAlec Warner2006-06-141-1/+1
* Add autouse removal to RELEASE-NOTESAlec Warner2006-06-141-0/+5
* Give a useful error message when a dependency has an ambiguous atom due to th...Zac Medico2006-06-141-17/+36
* Source /etc/portage/bashrc after the profile.bashrcs, since user env should b...Zac Medico2006-06-131-14/+14
* fix path to ebuild for dsd, bug # 135705Alec Warner2006-06-131-2/+2
* Fix generation of ebuild log file names for bug #136285.Zac Medico2006-06-132-15/+19
* Fix signal handling for bug #96331. Thanks to S. Caglar Onur <caglar@pardus....Zac Medico2006-06-131-2/+2
* s/i686-unknown/i686-gentoo/ for bug #136532.Zac Medico2006-06-131-1/+1
* Fix a typo from the last revision (octal literals begin with 0).Zac Medico2006-06-131-1/+1
* Toggle the setgid bit on $PORT_LOGDIR\elog\ for bug #136278.Zac Medico2006-06-131-1/+1
* Prevent extra newlines in elog for einfo invocations. See bug #136208.Zac Medico2006-06-121-2/+6
* For more simplicity, use os.rename instead of spawning MOVE_BINARY (see bug #...Zac Medico2006-06-121-1/+1
* Remove pointless closing of stdin that is done prior to metadata transfer (Se...Zac Medico2006-06-121-5/+0
* removing windows-like senseless confirmation requestsSimon Stelling2006-06-121-3/+0
* add date header for rfc2822 complianceMarius Mauch2006-06-121-2/+3
* Replace --include-masked with an inverse --ignore-masked option for bug #85576.Zac Medico2006-06-121-8/+6
* Stack package.mask files in a more logical order as specified in bug #133740.Zac Medico2006-06-121-5/+13
* Wrap more exceptions in ensure_dirs().Zac Medico2006-06-121-2/+8
* Wrap more exceptions when applying permissions. Thanks to marienz for report...Zac Medico2006-06-111-3/+16
* Remove QA warning when files are installed with portage uid/gid for bug #136313.Zac Medico2006-06-101-2/+0
* Fix LIVEVCS.stable for -* keywordsAlec Warner2006-06-101-1/+1
* override sender on sendmail invocationMarius Mauch2006-06-101-3/+3
* add code to allow sendmail binaries to be used instead of a smtp connection f...Marius Mauch2006-06-102-17/+27
* refactor elog mail stuff so it's reusable by other tools (like glsa-check)Marius Mauch2006-06-102-57/+97
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-10109-109/+110
* Do not unmerge fifo files because, since their mtime is not stored in CONTENT...Zac Medico2006-06-101-5/+1
* - Bug 136236 misc-functions.sh fails to always honor RESTRICT=stricter - Donn...Ned Ludd2006-06-101-2/+2
* I meant to ignore an IndexError here, in case mysettings["PORTDIR_OVERLAY"] b...v2.1_rc4v2.1_rc3v2.1Zac Medico2006-06-091-1/+1
* Use ${BASH_SOURCE[0]} instead of $_ because the former is more dependable for...Zac Medico2006-06-081-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
* Add some documentation for /etc/make.profile/profile.bashrc.Zac Medico2006-06-081-0/+6
* Delete incomplete resume data before exiting due to blockers. This prevents ...Zac Medico2006-06-081-0/+4
* Move hard coding of /etc/env.d in CONFIG_PROTECT_MASK from portage.config.__g...Zac Medico2006-06-082-4/+1
* 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
* Fix getgccversion() logic so that it works properly with eselect compiler for...Zac Medico2006-06-061-4/+6
* Store the original suid bits when suidctl is enabled for bug #135639. Thanks...Zac Medico2006-06-051-1/+1
* Put LIVEVCS.stable in qawarnings for now since it's new and hasn't been thoro...Zac Medico2006-06-051-1/+2
* Add python 2.3 compatibility code for the set builtin.Zac Medico2006-06-051-0/+2
* Fix getgccversion() logic for bug #108393. Thanks to eradicator for suggesti...Zac Medico2006-06-051-45/+16
* add LIVEVCS.stable to man repomanAlec Warner2006-06-041-0/+3
* Add live VCS check to repoman, fix misspellingAlec Warner2006-06-041-2/+14
* 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