summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* 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.v2.1_rc1Zac 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
* Catch an uncaught CacheCorruption for the traceback from bug #126692.Zac Medico2006-05-031-1/+7
* let 'emerge -h world' print a nice help message powered by antarus; bug 67448Simon Stelling2006-05-021-1/+13
* use escaping code that works for mrxvt too; thanks to nelchael for the patch;...Simon Stelling2006-05-021-1/+1
* Migrate old digest-* code in portage.fetch() to be Manifest2 compatible.Zac Medico2006-05-021-4/+2
* fix a typo from the last revisionZac Medico2006-05-021-1/+1
* Properly join CUSTOM_MIRRORS_FILE with PORTAGE_CONFIG_ROOT in portage.fetch().Zac Medico2006-05-021-1/+2
* Remove an extra aux_get call in doebuild and combine it with another aux_get ...Zac Medico2006-05-021-10/+3
* Add a new sqlite cache module (one I wrote) that has acceptable performance.Zac Medico2006-05-011-0/+237
* Remove sqlite.py because it's performance is unacceptable and it is therefore...Zac Medico2006-05-011-67/+0
* Don't skip regenerate() because leads to 'Problem resolving dependencies' fro...Zac Medico2006-05-011-6/+10
* Make sure that emerge really removes noauto from FEATURES for bug #131820.Zac Medico2006-05-011-1/+6
* Initial PORTAGE_CONFIGROOT support in the portage.config class for bug #73350.Zac Medico2006-05-011-33/+64
* Add cfg-update to the list of happy config file managers.Alec Warner2006-04-302-5/+5
* Pass a vartree instance into portage.unmerge() to avoid globals.Zac Medico2006-04-301-4/+5
* Handle the doebuild's unmerge phase before setting up logfile because unmerge...Zac Medico2006-04-301-4/+4
* Avoid global db usage in doebuild() except when absolutely necessary.Zac Medico2006-04-301-1/+3
* Update portage config update messages to mention dispatch-conf (in addition t...Zac Medico2006-04-302-3/+5
* Print disfiles file names for bug #131774. I've removed the [ OK ] from okay...Zac Medico2006-04-301-9/+6
* retain important historical aspects of the checksum messagesMike Frysinger2006-04-301-4/+4
* Add PORTAGE_BIN_PATH and PORTAGE_PYM_PATH to the enviroment and use them to r...Zac Medico2006-04-301-0/+2