summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Collapse)AuthorAgeFilesLines
* Fix it so that values are properly saved in the writable layer. Previously ↵Zac Medico2006-06-211-1/+3
| | | | | | they've been discarded, leading to regen on each access (only in cases where the user has altered an ebuild in ). This patch is from svn r3544. svn path=/main/branches/2.1/; revision=3571
* To prevent infinite recursion when a lock file has more than 1 hardlink, ↵Zac Medico2006-06-212-2/+3
| | | | | | test for exactly 0 hardlinks before recursing. Also use wantnewlockfile=1 on /var/lib/portage/config (see bug #137269). This patch is from svn r3540 and r3543. svn path=/main/branches/2.1/; revision=3568
* Force digest generation when assume-digests is enabled but the file size ↵Zac Medico2006-06-211-2/+10
| | | | | | does not match. See bug #137032. This patch is from trunk r3517. svn path=/main/branches/2.1/; revision=3566
* Fix checksum error messages for bug #136947. Thanks to truedfx for this ↵Zac Medico2006-06-211-2/+2
| | | | | | patch which is also in trunk r3515. svn path=/main/branches/2.1/; revision=3565
* Remove pointless closing of stdin that is done prior to metadata transfer ↵Zac Medico2006-06-211-1/+1
| | | | | | and use os.rename instead of spawning MOVE_BINARY (see bug #136404). This patch is from trunk r3499 and r3500. svn path=/main/branches/2.1/; revision=3561
* Toggle the setgid bit on $PORT_LOGDIR\elog\ for bug #136278. This patch is ↵Zac Medico2006-06-211-1/+1
| | | | | | from trunk r3502:3503. svn path=/main/branches/2.1/; revision=3559
* Do not unmerge fifo files because, since their mtime is not stored in ↵Zac Medico2006-06-211-5/+1
| | | | | | CONTENTS, we can't be sure if they belong to another package unless we search through all CONTENTS for all installed packages. See bug #136199. This patch is from trunk r3482. svn path=/main/branches/2.1/; revision=3556
* Stack package.mask files in a more logical order as specified in bug ↵Zac Medico2006-06-211-5/+17
| | | | | | #133740. This patch is from trunk r3495 and r3527. svn path=/main/branches/2.1/; revision=3555
* Make elog mail module always set the 'From' header for rfc2822 compliance. ↵Zac Medico2006-06-211-0/+1
| | | | | | This patch is from trunk r3483. svn path=/main/branches/2.1/; revision=3552
* I meant to ignore an IndexError here, in case mysettings["PORTDIR_OVERLAY"] ↵v2.1_rc4v2.1_rc3v2.1Zac Medico2006-06-091-1/+1
| | | | | | becomes corrupted and the split has an unexpected number of elements for some reason. svn path=/main/trunk/; revision=3476
* Break out of the loop asap.Zac Medico2006-06-081-0/+1
| | | | svn path=/main/trunk/; revision=3474
* When an ebuild from overlay fails, display a message indicating which ↵Zac Medico2006-06-081-0/+13
| | | | | | overlay it came from (bug #136031). Thanks to genstef for the initial patch. svn path=/main/trunk/; revision=3473
* Move hard coding of /etc/env.d in CONFIG_PROTECT_MASK from ↵Zac Medico2006-06-081-4/+0
| | | | | | portage.config.__getitem__() to make.globals. Thanks to pauldv for reporting. svn path=/main/trunk/; revision=3470
* Revert r3468 because this type of functionality belongs in profile.bashrc or ↵Zac Medico2006-06-081-17/+0
| | | | | | an eclass. svn path=/main/trunk/; revision=3469
* support for FEATURES=debug-buildMike Frysinger2006-06-071-0/+17
| | | | svn path=/main/trunk/; revision=3468
* Call the bogus lchown() once so that the warning is seen asap.Zac Medico2006-06-071-0/+1
| | | | svn path=/main/trunk/; revision=3467
* If lchown is unavailable for some unexpected reason, make all lchown calls ↵Zac Medico2006-06-071-4/+7
| | | | | | print a warning message (bug #135398). svn path=/main/trunk/; revision=3466
* Also bump the counter for the "merge" phase since it calls spawnebuild (bug ↵Zac Medico2006-06-071-2/+3
| | | | | | #135856). svn path=/main/trunk/; revision=3465
* Make sure that each new build attempt gets it's own unique log file for bug ↵Zac Medico2006-06-071-0/+10
| | | | | | #135856. svn path=/main/trunk/; revision=3464
* When generating digests, print a digest.assumed QA warning if necessary in ↵Zac Medico2006-06-041-1/+23
| | | | | | order to prevent confusion. Thanks to jakub for suggesting this. svn path=/main/trunk/; revision=3456
* Raise a ParseError if the profile has a parent file containing a nonexistant ↵Zac Medico2006-06-041-0/+3
| | | | | | parent. svn path=/main/trunk/; revision=3455
* Raise a ParseError if the profile has a parent file containing anything ↵Zac Medico2006-06-041-1/+7
| | | | | | other than 1 parent. svn path=/main/trunk/; revision=3454
* Revert lazy loading of autouse because it is both broken and useless.Zac Medico2006-06-041-3/+2
| | | | svn path=/main/trunk/; revision=3453
* Fix quoting for bug 109739Alec Warner2006-06-011-2/+2
| | | | svn path=/main/trunk/; revision=3443
* Use the well know selinux_aux functions for bug #134743.Zac Medico2006-05-291-10/+1
| | | | svn path=/main/trunk/; revision=3438
* Revert patch for r3426 for bug 134466 and add warnings to docs.Zac Medico2006-05-281-1/+5
| | | | svn path=/main/trunk/; revision=3437
* Ignore ENOENT errors that are expected to occur in portage.fetch().Zac Medico2006-05-271-4/+10
| | | | svn path=/main/trunk/; revision=3433
* Remove dependence on a patched version of libselinux for bug #122517.Zac Medico2006-05-272-4/+21
| | | | svn path=/main/trunk/; revision=3430
* Add noiselevel=-1 to writemsg calls in portage_util.py for errors that ↵Zac Medico2006-05-271-9/+16
| | | | | | shouldn't happen so that messages are printed even when --quiet is used. svn path=/main/trunk/; revision=3429
* Add noiselevel=-1 to writemsg calls in portage.py for errors that shouldn't ↵Zac Medico2006-05-271-114/+190
| | | | | | happen so that messages are printed even when --quiet is used. svn path=/main/trunk/; revision=3428
* Add noiselevel=-1 to writemsg calls for legitimate errors in merge and ↵Zac Medico2006-05-271-6/+6
| | | | | | unmerge phases so that important errors are printed even when --quiet is used. svn path=/main/trunk/; revision=3425
* Add noiselevel=-1 to writemsg calls for legitimate errors in ↵Zac Medico2006-05-271-8/+10
| | | | | | portage.digestcheck() so that important errors are printed even when --quiet is used. svn path=/main/trunk/; revision=3424
* Add noiselevel=-1 to writemsg calls for legitimate errors in doebuild so ↵Zac Medico2006-05-271-28/+36
| | | | | | that important errors are printed even when --quiet is used. svn path=/main/trunk/; revision=3423
* Make sure that fetch errors are reported even when --quiet is being used.Zac Medico2006-05-271-2/+6
| | | | svn path=/main/trunk/; revision=3422
* Only print a warning if absolutely necessary when adjusting distfiles ↵Zac Medico2006-05-271-1/+2
| | | | | | permissions for bug #112612. svn path=/main/trunk/; revision=3421
* Add some additional error handling for OperationNotPermitted and ↵Zac Medico2006-05-261-0/+2
| | | | | | ReadOnlyFileSystem exceptions (bug #112612). svn path=/main/trunk/; revision=3418
* Fix the last revision so it also works for files copied from local fsmirrors.Zac Medico2006-05-261-1/+3
| | | | svn path=/main/trunk/; revision=3417
* If necessary, apply appropriate permissions to previously fetched files for ↵Zac Medico2006-05-261-0/+3
| | | | | | bug #112612. svn path=/main/trunk/; revision=3416
* Reset DISTDIR to it's original value before returning from doebuild() in ↵Zac Medico2006-05-261-9/+17
| | | | | | order to prevent unexpected values for DISTDIR later on. svn path=/main/trunk/; revision=3415
* Fix a bug that causes hashes of random types (mostly SHA1, from my ↵Zac Medico2006-05-221-1/+1
| | | | | | experience) to be erroneously discarded due to dictionary assignment instead up update. svn path=/main/trunk/; revision=3390
* Fix userfetch so that it works regardless of whether or not userpriv is ↵Zac Medico2006-05-221-3/+17
| | | | | | enabled for bug #133995. I've used portage_exec.spawn_bash() here because portage.spawn() should really only be used for actual ebuild phases in doebuild() and spawnebuild(). svn path=/main/trunk/; revision=3387
* Don't include a redundant size field with the other hashes when creating ↵Zac Medico2006-05-211-0/+1
| | | | | | manifest2 entries. Thanks to solar for reporting. svn path=/main/trunk/; revision=3383
* Validate the CATEGORY data in portage.config.load_infodir() and print a ↵Zac Medico2006-05-211-3/+11
| | | | | | warning message if corruption is detected. svn path=/main/trunk/; revision=3382
* Add --nocolor to emerge's short help for bug #133734. Thanks to ↵Zac Medico2006-05-191-1/+1
| | | | | | gabebw@gmail.com for this patch. svn path=/main/trunk/; revision=3377
* Fix repoman to grab categores, arch.list, and package.mask from the proper ↵Zac Medico2006-05-171-4/+7
| | | | | | locations when scanning an overlay. Thanks to mcummings for reporting. svn path=/main/trunk/; revision=3368
* Fix portage.getmaskingreason() so that it properly stacks all available ↵Zac Medico2006-05-161-1/+16
| | | | | | package.mask files for bug #104000. svn path=/main/trunk/; revision=3365
* Fix a typo from r3357.Zac Medico2006-05-151-1/+1
| | | | svn path=/main/trunk/; revision=3359
* Add back the rstrip(os.path.sep) which is needed in the case where ROOT=/ ↵Zac Medico2006-05-151-2/+4
| | | | | | (regression from r3356). svn path=/main/trunk/; revision=3358
* Revert the performance optimization from r3355 in favor of maximum robustness.Zac Medico2006-05-151-1/+2
| | | | svn path=/main/trunk/; revision=3357
* Ensure that ${ROOT} is normalized for bug #90444.Zac Medico2006-05-151-2/+2
| | | | svn path=/main/trunk/; revision=3356