summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Print [ OK ] messages (like eend) when checksums are good. Thanks to fox2mik...Zac Medico2006-04-302-5/+20
* Remove all usage of the portage.root global from portage.py.Zac Medico2006-04-291-4/+4
* Add a portage.config.selinux_enabled() accessor and use it to remove all glob...Zac Medico2006-04-291-26/+36
* Prevent a NameError in commit_mtimedb() when the portage.mtimedb attribute do...Zac Medico2006-04-291-1/+1
* Move the legacy global initializations into a function and allow them to be d...Zac Medico2006-04-291-65/+73
* Pass mtimes through doebuild(), into dblink.merge(), and finally to env_updat...Zac Medico2006-04-291-11/+13
* Return early from portage.commit_mtimedb() when mtimedb is None.Zac Medico2006-04-291-0/+2
* Enable portage.commit_mtimedb() to work without globals.Zac Medico2006-04-291-24/+15
* Enable portage.pkgmerge() to work without globals.Zac Medico2006-04-291-3/+5
* Enable portage.dep_zapdeps() to work without globals.Zac Medico2006-04-291-7/+9
* Enable portage.env_update() to work without globals.Zac Medico2006-04-291-35/+41
* Catch Permission Denied errors during manifest/digest generation for bug #131...Zac Medico2006-04-292-38/+45
* Remove global db usage from portdbapi.gvisible().Zac Medico2006-04-281-2/+2
* Remove global db usage from portage.config.regenerate().Zac Medico2006-04-281-6/+4
* Disable the FEATURES=cvs part of r3251 because it prevents missing files from...Zac Medico2006-04-281-1/+1
* Make portage.vardbapi able to work without any global variables.Zac Medico2006-04-281-13/+13
* Fix portage.global_updates() and portage.do_vartree() so they don't have to u...Zac Medico2006-04-281-40/+36
* Remove usage of the portage.thirdpartymirrors global variable.Zac Medico2006-04-271-8/+9
* Make FEATURES=cvs cause all distfiles to be fetched if necessary (just like `...Zac Medico2006-04-271-12/+11
* Only use one global statement to avoid bogus python syntax warning.Zac Medico2006-04-271-3/+1
* Pass in mydbapi and vartree where relevant for all doebuild calls in portage....Zac Medico2006-04-271-15/+31
* Add an option vartree parameter to doebuild(), merge(), and the dblink constr...Zac Medico2006-04-271-25/+35
* Add optional mydbapi parameter to doebuild() so that it doesn't have to use a...Zac Medico2006-04-271-11/+18