summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* readd not-so pointless if statementSimon Stelling2006-05-031-2/+3
| | | | svn path=/main/trunk/; revision=3312
* remove pointless if statementSimon Stelling2006-05-021-3/+2
| | | | svn path=/main/trunk/; revision=3311
* best_version doesn't return different codes depending on whether it found a ↵Simon Stelling2006-05-021-2/+1
| | | | | | match or not, it's has_version; bug 130655 svn path=/main/trunk/; revision=3310
* catch ENOENT and ENOTDIR in clean_locks to prevent ugly tracebacks; bug 124164Simon Stelling2006-05-021-4/+12
| | | | svn path=/main/trunk/; revision=3309
* use hasq where appropriateSimon Stelling2006-05-021-5/+4
| | | | svn path=/main/trunk/; revision=3308
* 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
* revert rev 3300 as it has various issues and doesn't fully solve the problemSimon Stelling2006-05-021-3/+0
| | | | svn path=/main/trunk/; revision=3305
* 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 let profile.env overwrite variables that are already set; bug 130229Simon Stelling2006-05-011-0/+5
| | | | svn path=/main/trunk/; revision=3300
* 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
* replace hardcoded /usr/lib/portage/bin with PORTAGE_BIN_PATH, defaulting to ↵Simon Stelling2006-05-0111-11/+11
| | | | | | the hardcoded value svn path=/main/trunk/; revision=3297
* make portage shut up if --quiet is given; bug 62273Simon Stelling2006-05-0114-123/+155
| | | | svn path=/main/trunk/; revision=3296
* revert my last commit except for the parts i really wanted to commitSimon Stelling2006-05-012-153/+7
| | | | svn path=/main/trunk/; revision=3295
* allow escaping in elog_base() to fix bug 131913Simon Stelling2006-05-013-8/+154
| | | | svn path=/main/trunk/; revision=3294
* 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-012-3/+13
| | | | 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
* - People have started RESTRICTing "stricter", which we would like to ↵Ned Ludd2006-04-301-9/+9
| | | | | | discourage. bug 131779 (kevquinn) svn path=/main/trunk/; revision=3289
* - be sure to remove o+w bits on debug filesNed Ludd2006-04-301-2/+2
| | | | svn path=/main/trunk/; revision=3288
* 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-303-7/+14
| | | | | | 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 4 year old cvs sync code, fix login around spawn, fix random raisev2.1_pre10Alec Warner2006-04-291-7/+2
| | | | svn path=/main/trunk/; revision=3275
* 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
* In the clean phase, for maximum chflags portablility, make *unlnk flags ↵Zac Medico2006-04-291-6/+2
| | | | | | optional and drop the USERLAND test (bug #113536). svn path=/main/trunk/; revision=3264
* Catch Permission Denied errors during manifest/digest generation for bug ↵Zac Medico2006-04-292-38/+45
| | | | | | #131073. svn path=/main/trunk/; revision=3263
* Fix PORTAGE_GPG_DIR handling so that ~/.gnupg/ works correctly like the ↵Zac Medico2006-04-281-0/+4
| | | | | | Manifest Signing Guide says it should. Thanks to Tupone for reporting. svn path=/main/trunk/; revision=3262
* Fix spelling of "hierarchy" for bug #131582 and raise an exception for ↵Zac Medico2006-04-281-3/+7
| | | | | | cleaner error handling. svn path=/main/trunk/; revision=3261
* Remove global db usage from portdbapi.gvisible().Zac Medico2006-04-281-2/+2
| | | | svn path=/main/trunk/; revision=3259
* Only trigger the 'Using system located in ROOT' message when ROOT!=/.Zac Medico2006-04-281-1/+1
| | | | svn path=/main/trunk/; revision=3258