summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
Commit message (Collapse)AuthorAgeFilesLines
* Make portdbapi._init_cache_dirs() obey self.depcachedir.Zac Medico2006-05-141-2/+1
| | | | svn path=/main/trunk/; revision=3348
* Make portdbapi obey self.depcachedir instead of using ↵Zac Medico2006-05-141-1/+1
| | | | | | portage_const.DEPCACHE_PATH directly. svn path=/main/trunk/; revision=3347
* Make /etc/portage/bashrc relative to PORTAGE_CONFIGROOT.v2.1_rc1Zac Medico2006-05-121-1/+2
| | | | svn path=/main/trunk/; revision=3343
* Revert r3339 because r3301 makes it unnecessary. See bug #133055.Zac Medico2006-05-121-3/+0
| | | | svn path=/main/trunk/; revision=3341
* Fix bug 113055, Binpkg's need SLOT in mysettingsAlec Warner2006-05-111-0/+3
| | | | svn path=/main/trunk/; revision=3339
* Neglect EOFError during mtimedb loading since this error seems to be common ↵Zac Medico2006-05-101-1/+1
| | | | | | when the mtimedb has been corrupted. svn path=/main/trunk/; revision=3338
* remove unused STICKIES variableMike Frysinger2006-05-101-1/+1
| | | | svn path=/main/trunk/; revision=3337
* Use os.path.realpath instead of portage.abssymlink to resolve ↵Zac Medico2006-05-081-1/+1
| | | | | | /etc/make.profile because abssymlink throws an OSError: [Errno 22] Invalid argument exception when repoman passes in an absolute profile path that isn't a symlink. svn path=/main/trunk/; revision=3334
* Prevent a TypeError exception when the /etc/make.profile symlink is broken ↵Zac Medico2006-05-081-12/+10
| | | | | | on nonexistent. svn path=/main/trunk/; revision=3332
* Catch FileNotFound exception and print a message when a file listed in the ↵Zac Medico2006-05-081-0/+3
| | | | | | Manifest could not be found. svn path=/main/trunk/; revision=3331
* Move the fake $HOME that's used for ebuilds from ↵Zac Medico2006-05-081-1/+1
| | | | | | $PORTAGE_TMPDIR/portage/homedir to $PORTAGE_BUILDDIR/homedir so that each build has a unique $HOME for bug #130395. svn path=/main/trunk/; revision=3330
* Fix portage.config handling of ROOT and PORTAGE_CONFIGROOT for bug #132442.Zac Medico2006-05-061-3/+5
| | | | svn path=/main/trunk/; revision=3326
* Catch a KeyError and report a missing digest for bug #132410.Zac Medico2006-05-061-0/+3
| | | | svn path=/main/trunk/; revision=3324
* Obey self.incrementals in config.regenerate() instead of using ↵Zac Medico2006-05-061-1/+1
| | | | | | portage_const.INCREMENTALS directly. svn path=/main/trunk/; revision=3322
* Reimplement the fix for bug #79566 more cleanly (the -* hack seems quite ↵Zac Medico2006-05-051-1/+9
| | | | | | non-intuitive). svn path=/main/trunk/; revision=3320
* Make sure that cloned FEATURES are correctly preserved by getting them ↵Zac Medico2006-05-041-6/+8
| | | | | | directly from the backupenv instead of going through the lookuplist (Bug #132196). svn path=/main/trunk/; revision=3318
* Bring back FEATURES="assume-digests" for bug #132182.Zac Medico2006-05-041-1/+2
| | | | svn path=/main/trunk/; revision=3317
* Migrate old digest-* code in portage.fetch() to be Manifest2 compatible.Zac Medico2006-05-021-4/+2
| | | | svn path=/main/trunk/; revision=3304
* fix a typo from the last revisionZac Medico2006-05-021-1/+1
| | | | svn path=/main/trunk/; revision=3303
* Properly join CUSTOM_MIRRORS_FILE with PORTAGE_CONFIG_ROOT in portage.fetch().Zac Medico2006-05-021-1/+2
| | | | svn path=/main/trunk/; revision=3302
* Remove an extra aux_get call in doebuild and combine it with another aux_get ↵Zac Medico2006-05-021-10/+3
| | | | | | call in doebuild_environment. svn path=/main/trunk/; revision=3301
* Don't skip regenerate() because leads to 'Problem resolving dependencies' ↵Zac Medico2006-05-011-6/+10
| | | | | | from emerge. Thanks to swegener for reporting. svn path=/main/trunk/; revision=3293
* Make sure that emerge really removes noauto from FEATURES for bug #131820.Zac Medico2006-05-011-1/+6
| | | | svn path=/main/trunk/; revision=3292
* Initial PORTAGE_CONFIGROOT support in the portage.config class for bug #73350.Zac Medico2006-05-011-33/+64
| | | | svn path=/main/trunk/; revision=3291
* Pass a vartree instance into portage.unmerge() to avoid globals.Zac Medico2006-04-301-4/+5
| | | | svn path=/main/trunk/; revision=3286
* Handle the doebuild's unmerge phase before setting up logfile because ↵Zac Medico2006-04-301-4/+4
| | | | | | unmerge doesn't use the log. svn path=/main/trunk/; revision=3285
* Avoid global db usage in doebuild() except when absolutely necessary.Zac Medico2006-04-301-1/+3
| | | | svn path=/main/trunk/; revision=3284
* Print disfiles file names for bug #131774. I've removed the [ OK ] from ↵Zac Medico2006-04-301-9/+6
| | | | | | okaymsg because the wink makes it redundant. svn path=/main/trunk/; revision=3282
* retain important historical aspects of the checksum messagesMike Frysinger2006-04-301-4/+4
| | | | svn path=/main/trunk/; revision=3281
* Add PORTAGE_BIN_PATH and PORTAGE_PYM_PATH to the enviroment and use them to ↵Zac Medico2006-04-301-0/+2
| | | | | | replace hard coded paths in ebuild.sh and misc-functions.sh. svn path=/main/trunk/; revision=3280
* Print [ OK ] messages (like eend) when checksums are good. Thanks to ↵Zac Medico2006-04-301-5/+13
| | | | | | fox2mike for suggesting this. svn path=/main/trunk/; revision=3279
* Remove all usage of the portage.root global from portage.py.Zac Medico2006-04-291-4/+4
| | | | svn path=/main/trunk/; revision=3274
* Add a portage.config.selinux_enabled() accessor and use it to remove all ↵Zac Medico2006-04-291-26/+36
| | | | | | global usage of portage.selinux_enabled. svn path=/main/trunk/; revision=3273
* Prevent a NameError in commit_mtimedb() when the portage.mtimedb attribute ↵Zac Medico2006-04-291-1/+1
| | | | | | does not exist. svn path=/main/trunk/; revision=3272
* Move the legacy global initializations into a function and allow them to be ↵Zac Medico2006-04-291-65/+73
| | | | | | disabled via an experimental PORTAGE_LEGACY_GLOBALS environment variable. svn path=/main/trunk/; revision=3271
* Pass mtimes through doebuild(), into dblink.merge(), and finally to ↵Zac Medico2006-04-291-11/+13
| | | | | | env_update(). svn path=/main/trunk/; revision=3270
* Return early from portage.commit_mtimedb() when mtimedb is None.Zac Medico2006-04-291-0/+2
| | | | svn path=/main/trunk/; revision=3269
* Enable portage.commit_mtimedb() to work without globals.Zac Medico2006-04-291-24/+15
| | | | svn path=/main/trunk/; revision=3268
* Enable portage.pkgmerge() to work without globals.Zac Medico2006-04-291-3/+5
| | | | svn path=/main/trunk/; revision=3267
* Enable portage.dep_zapdeps() to work without globals.Zac Medico2006-04-291-7/+9
| | | | svn path=/main/trunk/; revision=3266
* Enable portage.env_update() to work without globals.Zac Medico2006-04-291-35/+41
| | | | svn path=/main/trunk/; revision=3265
* Catch Permission Denied errors during manifest/digest generation for bug ↵Zac Medico2006-04-291-10/+12
| | | | | | #131073. svn path=/main/trunk/; revision=3263
* Remove global db usage from portdbapi.gvisible().Zac Medico2006-04-281-2/+2
| | | | svn path=/main/trunk/; revision=3259
* Remove global db usage from portage.config.regenerate().Zac Medico2006-04-281-6/+4
| | | | svn path=/main/trunk/; revision=3257
* Disable the FEATURES=cvs part of r3251 because it prevents missing files ↵Zac Medico2006-04-281-1/+1
| | | | | | from bein fetched when they need to be. svn path=/main/trunk/; revision=3255
* Make portage.vardbapi able to work without any global variables.Zac Medico2006-04-281-13/+13
| | | | svn path=/main/trunk/; revision=3254
* Fix portage.global_updates() and portage.do_vartree() so they don't have to ↵Zac Medico2006-04-281-40/+36
| | | | | | use any globals. svn path=/main/trunk/; revision=3253
* Remove usage of the portage.thirdpartymirrors global variable.Zac Medico2006-04-271-8/+9
| | | | svn path=/main/trunk/; revision=3252
* Make FEATURES=cvs cause all distfiles to be fetched if necessary (just like ↵Zac Medico2006-04-271-12/+11
| | | | | | `ebuild digest`) and update the code for Manifest2. svn path=/main/trunk/; revision=3251
* Only use one global statement to avoid bogus python syntax warning.Zac Medico2006-04-271-3/+1
| | | | svn path=/main/trunk/; revision=3250