summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Collapse)AuthorAgeFilesLines
* 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-102-2/+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 a potential NameError due to 'cpv' being undefined in the namespace and ↵Zac Medico2006-05-071-3/+5
| | | | | | also fix a potential AttributeError due to an attempt to call reconstruct_eclasses() on a dict object that has already been reconstructed in flat_hash.database._parse_data(). svn path=/main/trunk/; revision=3329
* Properly encode metadata strings as utf-8 in order to avoid ↵Zac Medico2006-05-071-1/+1
| | | | | | | | "UnicodeEncodeError: 'ascii' codec can't encode character" exception when given a unicode string. svn path=/main/trunk/; revision=3328
* Replace inappropriate use of writelines with normal write.Zac Medico2006-05-071-1/+1
| | | | svn path=/main/trunk/; revision=3327
* 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
* Remove the uppercase requirement on flat_hash metadata keys so that ↵Zac Medico2006-05-061-3/+1
| | | | | | _eclasses_ will work. This is equivalent to the patch by Brian Harring that went into 2.0.54-r2 for forward compatibility with planned changes in the rsync metadata cache. svn path=/main/trunk/; revision=3323
* 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-042-14/+22
| | | | svn path=/main/trunk/; revision=3317
* Catch an uncaught CacheCorruption for the traceback from bug #126692.Zac Medico2006-05-031-1/+7
| | | | svn path=/main/trunk/; revision=3313
* let 'emerge -h world' print a nice help message powered by antarus; bug 67448Simon Stelling2006-05-021-1/+13
| | | | svn path=/main/trunk/; revision=3307
* use escaping code that works for mrxvt too; thanks to nelchael for the ↵Simon Stelling2006-05-021-1/+1
| | | | | | patch; bug 117509 svn path=/main/trunk/; revision=3306
* 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
* Add a new sqlite cache module (one I wrote) that has acceptable performance.Zac Medico2006-05-011-0/+237
| | | | svn path=/main/trunk/; revision=3299
* Remove sqlite.py because it's performance is unacceptable and it is ↵Zac Medico2006-05-011-67/+0
| | | | | | therefore useless. svn path=/main/trunk/; revision=3298
* 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
* Add cfg-update to the list of happy config file managers.Alec Warner2006-04-302-5/+5
| | | | svn path=/main/trunk/; revision=3290
* 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
* Update portage config update messages to mention dispatch-conf (in addition ↵Zac Medico2006-04-302-3/+5
| | | | | | to etc-update). Thanks to genstef for reporting this. svn path=/main/trunk/; revision=3283
* 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-302-5/+20
| | | | | | 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