summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Split a config.validate() method and move PORTAGE_TMPDIR sanity check to doeb...Zac Medico2006-04-251-12/+17
* Move the make.profile symlink warning from global scope to the config class.Zac Medico2006-04-251-6/+6
* Catch IOError when loading the mtimedb.Zac Medico2006-04-251-1/+1
* Move ACCEPT_KEYWORDS and PORTAGE_ARCHLIST validation from global scope to the...Zac Medico2006-04-251-8/+14
* Move the mtimedb initialization code from global scope to a function.Zac Medico2006-04-251-34/+31
* Catch ValueError from cpv_expand for bug #131160.Zac Medico2006-04-251-1/+5
* Add a note concerning the separation of legacy global initializations.Zac Medico2006-04-241-0/+8
* For better organization, migrate the initialization of all major globals in p...Zac Medico2006-04-241-196/+171
* Make sure usage of portage.db and portage.mtimedb is appropriately marked as ...Zac Medico2006-04-241-5/+9
* Make sure a usage of portage.settings is marked as global.Zac Medico2006-04-241-5/+13
* Use tree="vartree" for prerm, postrm, and cleanrm phases (see bug #131116).Zac Medico2006-04-241-3/+5
* Use one aux_get call instead of 2.Zac Medico2006-04-241-5/+5
* Use local myroot instead of portage.root global.Zac Medico2006-04-241-1/+1
* Replace finddigest usage with Manifest2 compatible code.Zac Medico2006-04-241-4/+8
* Pass a dbapi instance into doebuild_environment so that it doesn't need to ac...Zac Medico2006-04-241-4/+4
* Remove a possibly unecessary try statement that may swallow important excepti...Zac Medico2006-04-241-9/+4
* Replace usage of global portage.settings with self.mysettings instead.Zac Medico2006-04-241-1/+2
* Fix accidental usage of global settings instead of self.Zac Medico2006-04-241-1/+1
* Do lazy initialization of portage.db[root][porttree] and db[root][vartree] fo...Zac Medico2006-04-241-4/+4
* Move thirdpartymirrors stacking out of global scope.Zac Medico2006-04-241-5/+7
* Move deprecated profile check out of global scope.Zac Medico2006-04-232-13/+19
* Minor emerge -V/--info fixes thanks to iggy, use portage_const PROFILE_PATHAlec Warner2006-04-231-6/+4
* Move endversion and endversion_keys to portage_versions and import them for b...Zac Medico2006-04-232-11/+6
* Move portage.global_updates() invocation out of portage.py and into emerge/fi...Zac Medico2006-04-233-7/+10
* Make sed wrapper not executable. Currently the wrapper is installed via doex...Alec Warner2006-04-231-0/+0
* Fix sed breakage for people with weird PATH, fix tabs. Thanks to Flameeyes o...Alec Warner2006-04-231-13/+15
* set executable bit for sed-wrapperSimon Stelling2006-04-231-0/+0
* tighten up output in pretend modeMike Frysinger2006-04-231-4/+6
* fixup clean outputMike Frysinger2006-04-231-3/+4
* space argumentsMike Frysinger2006-04-231-2/+2
* Fix FileNotFound error when ignoreMissing=True for bug #130928.Zac Medico2006-04-231-4/+9
* Replace hard coded "size" with MANIFEST1_HASH_FUNCTIONS.Zac Medico2006-04-231-1/+1
* Remove bogus "size" manifest entries reported by vapier.Zac Medico2006-04-231-2/+3
* Add copyright header, thanks to Zac Medico for pointing that out for meAlec Warner2006-04-221-0/+2
* A sed wrapper for OSX/BSD courtesy of Flameeyes and SpankyAlec Warner2006-04-221-0/+22
* Disable sandbox during package phase interaction with $PKGDIR for compatibili...Zac Medico2006-04-221-1/+3
* Print the actual DISTDIR location in the help ouput of clean_locks for bug #1...Zac Medico2006-04-221-2/+3
* s/Do you want me/Would you like/g for bug #112439.Zac Medico2006-04-221-5/+5
* Exit with error status when the user has attempted to unmerge a package that ...Zac Medico2006-04-221-4/+7
* Fix partial download size calculation for bug #116796.Zac Medico2006-04-211-6/+21
* Fix `emerge -s` download size calculation for bug #130750.Zac Medico2006-04-212-21/+21
* Implement portage.config.get() in order to provide more of the standard mappi...Zac Medico2006-04-211-2/+7
* Use os.path.join for PORTAGE_GPG_DIR and remove a duplicate access check.Zac Medico2006-04-211-2/+2
* if PORTAGE_GPG_DIR is not set then default to ~/.gnupg instead of just dumpin...Mike Frysinger2006-04-201-1/+6
* Fix repoman --commitmsgfile logic. Thanks to Christian Heim <phreak@gentoo.o...Zac Medico2006-04-201-2/+15
* Add and "other" EBUILD_PHASE for bug #127585. Thanks to Patrick Avery <pyrom...Zac Medico2006-04-202-2/+3
* Update Manifest automatically in repoman commit mode for bug #130541.Zac Medico2006-04-201-0/+4
* support *.bz #130406Mike Frysinger2006-04-191-1/+1
* use just [[...]] instead of ((...)); especially when dealing with user inputMike Frysinger2006-04-181-15/+18
* s/GENTOO_MIRRORs/GENTOO_MIRRORS/Zac Medico2006-04-181-1/+1