summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* 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
* If necessary, apply appropriate permissions to previously fetched files for b...Zac Medico2006-05-261-0/+3
* Reset DISTDIR to it's original value before returning from doebuild() in orde...Zac Medico2006-05-261-9/+17
* Fix a bug that causes hashes of random types (mostly SHA1, from my experience...Zac Medico2006-05-221-1/+1
* Fix userfetch so that it works regardless of whether or not userpriv is enabl...Zac Medico2006-05-221-3/+17
* Don't include a redundant size field with the other hashes when creating mani...Zac Medico2006-05-211-0/+1
* Validate the CATEGORY data in portage.config.load_infodir() and print a warni...Zac Medico2006-05-211-3/+11
* Add --nocolor to emerge's short help for bug #133734. Thanks to gabebw@gmail....Zac Medico2006-05-191-1/+1
* Fix repoman to grab categores, arch.list, and package.mask from the proper lo...Zac Medico2006-05-171-4/+7
* Fix portage.getmaskingreason() so that it properly stacks all available packa...Zac Medico2006-05-161-1/+16
* Fix a typo from r3357.Zac Medico2006-05-151-1/+1
* Add back the rstrip(os.path.sep) which is needed in the case where ROOT=/ (re...Zac Medico2006-05-151-2/+4
* Revert the performance optimization from r3355 in favor of maximum robustness.Zac Medico2006-05-151-1/+2
* Ensure that ${ROOT} is normalized for bug #90444.Zac Medico2006-05-151-2/+2
* Remove unnecessary and time consuming normpath call for bug #90444.Zac Medico2006-05-151-1/+1
* Ensure a sane global umask for bug #133307 (regression from r3228).Zac Medico2006-05-141-0/+3
* Wheel != secpass=1, so kill it. Wheel grants you nothing wrt portage perms.Alec Warner2006-05-141-4/+1
* Use iteritems() instead of items() because an iterator uses less memory.Zac Medico2006-05-141-1/+1
* Write raw bytes instead of attempting to encode as utf-8 for bug #133287.Zac Medico2006-05-141-1/+1
* Make portdbapi._init_cache_dirs() obey self.depcachedir.Zac Medico2006-05-141-2/+1
* Make portdbapi obey self.depcachedir instead of using portage_const.DEPCACHE_...Zac Medico2006-05-141-1/+1
* Make /etc/portage/bashrc relative to PORTAGE_CONFIGROOT.Zac Medico2006-05-121-1/+2
* Revert r3339 because r3301 makes it unnecessary. See bug #133055.Zac Medico2006-05-121-3/+0
* Fix bug 113055, Binpkg's need SLOT in mysettingsAlec Warner2006-05-111-0/+3
* Neglect EOFError during mtimedb loading since this error seems to be common w...Zac Medico2006-05-101-1/+1
* remove unused STICKIES variableMike Frysinger2006-05-102-2/+1
* Use os.path.realpath instead of portage.abssymlink to resolve /etc/make.profi...Zac Medico2006-05-081-1/+1
* Prevent a TypeError exception when the /etc/make.profile symlink is broken on...Zac Medico2006-05-081-12/+10
* Catch FileNotFound exception and print a message when a file listed in the Ma...Zac Medico2006-05-081-0/+3
* Move the fake $HOME that's used for ebuilds from $PORTAGE_TMPDIR/portage/home...Zac Medico2006-05-081-1/+1
* Fix a potential NameError due to 'cpv' being undefined in the namespace and a...Zac Medico2006-05-071-3/+5
* Properly encode metadata strings as utf-8 in order to avoid "UnicodeEncodeErr...Zac Medico2006-05-071-1/+1
* Replace inappropriate use of writelines with normal write.Zac Medico2006-05-071-1/+1
* Fix portage.config handling of ROOT and PORTAGE_CONFIGROOT for bug #132442.Zac Medico2006-05-061-3/+5
* Catch a KeyError and report a missing digest for bug #132410.Zac Medico2006-05-061-0/+3
* Remove the uppercase requirement on flat_hash metadata keys so that _eclasses...Zac Medico2006-05-061-3/+1
* Obey self.incrementals in config.regenerate() instead of using portage_const....Zac Medico2006-05-061-1/+1
* Reimplement the fix for bug #79566 more cleanly (the -* hack seems quite non-...Zac Medico2006-05-051-1/+9
* Make sure that cloned FEATURES are correctly preserved by getting them direct...Zac Medico2006-05-041-6/+8
* Bring back FEATURES="assume-digests" for bug #132182.Zac Medico2006-05-042-14/+22