summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Simplify PORT_LOGDIR intitialization.Zac Medico2006-06-221-21/+8
* Prevent and exception when PORT_LOGDIR is an empty string.Zac Medico2006-06-221-2/+5
* Remove redundant PORT_LOGDIR validation from the config constructor.Zac Medico2006-06-221-4/+0
* Don't bother to warn when PORT_LOGDIR="".Zac Medico2006-06-221-4/+0
* Make sure that PORT_LOGDIR is properly unset when it is unusable. Thanks to ...Zac Medico2006-06-221-2/+4
* Make it easy to pass alternative cache implementations into the constructor a...Zac Medico2006-06-201-1/+2
* Use get() to simplify setitem logic as suggested by Brian Harring.Zac Medico2006-06-201-12/+10
* Implement get() as part of the standard mapping interface.Zac Medico2006-06-201-0/+6
* Fix it so that values are properly saved in the writable layer. Previously t...Zac Medico2006-06-201-1/+3
* Use wantnewlockfile=1 on /var/lib/portage/config for bug #137269. r3540 is al...Zac Medico2006-06-201-1/+2
* To prevent infinite recursion when a lock file has more than 1 hardlink, test...Zac Medico2006-06-191-1/+1
* make sure that elog entries are also processed in *rm phases and that they ar...Marius Mauch2006-06-191-0/+11
* goodbye tokenizeAlec Warner2006-06-181-46/+0
* Put bright colors before dark colors for bug #137206. Thanks to Benno Schule...Zac Medico2006-06-181-1/+1
* Add missing sys import found by pyflakes.Zac Medico2006-06-181-1/+1
* fix typoMarius Mauch2006-06-181-1/+1
* Prevent repoman frm using /etc/portage/package.mask. This is a regression in...Zac Medico2006-06-181-3/+7
* Make sure that doebuild gets the correct CATEGORY. See bug #137105.Zac Medico2006-06-171-0/+2
* Force digest generation when assume-digests is enabled but the file size does...Zac Medico2006-06-171-2/+10
* Import missing PermissionDenied class. Thanks to marienz for reporting (and ...Zac Medico2006-06-161-1/+2
* Fix checksum error messages for bug #136947. Thanks to truedfx for this patch.Zac Medico2006-06-161-2/+2
* Only attempt to unmerge the already-installed instance if it actually exists....Zac Medico2006-06-151-5/+6
* Fix generation of ebuild log file names for bug #136285.Zac Medico2006-06-131-15/+18
* 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
* For more simplicity, use os.rename instead of spawning MOVE_BINARY (see bug #...Zac Medico2006-06-121-1/+1
* add date header for rfc2822 complianceMarius Mauch2006-06-121-2/+3
* 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
* 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-101-17/+26
* 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-1029-29/+30
* Do not unmerge fifo files because, since their mtime is not stored in CONTENT...Zac Medico2006-06-101-5/+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