summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert r6968 since shutil.move() is broken internally.Zac Medico2007-06-233-19/+16
* For bug #182964, replace os.rename() with shutil.move() in order to handle EX...Zac Medico2007-06-233-16/+19
* Fix typo.Zac Medico2007-06-231-0/+1
* Remove redundant 'Usage: ' from the usage message. (trunk r6964)Zac Medico2007-06-231-1/+1
* Add a logrotate config for the save_summary elog module since it's enabled by...Zac Medico2007-06-231-0/+8
* enable save_summary and echo modules in make.globals (trunk r6458)Zac Medico2007-06-223-0/+4
* Show which $ROOT a package was merged to when $ROOT is not /. (trunk r6959)Zac Medico2007-06-221-1/+4
* - Make elog finalize() handling safe for PORTAGE_CONFIGROOT. (trunk r6955)Zac Medico2007-06-224-14/+38
* Document RESTRICT=bindist and add a note about allowance for conditional synt...Zac Medico2007-06-221-0/+4
* Update 2.1.3 news for elog stuff. (trunk r6950)Zac Medico2007-06-221-0/+2
* For bug #182428, make quickpkg exclude config files that are protected by CON...Zac Medico2007-06-221-9/+56
* Make quickpkg print a warning if "bindist" is in RESTRICT. (trunk r6937)Zac Medico2007-06-221-3/+16
* Clean up the profile masking code. (trunk r6292)Zac Medico2007-06-221-9/+5
* cache the result of --suffix to reduce testing overhead as suggested by Mr_Bo...Zac Medico2007-06-221-14/+17
* Implement iterkeys on top of __iter__ instead of vice versa. Thanks to Brian...Zac Medico2007-06-229-12/+22
* config class mapping interface cleanups from trunk r6916, r6919, and r6920.Zac Medico2007-06-221-26/+23
* Remove more unnecessary list generation. (trunk r6913)Zac Medico2007-06-226-10/+7
* Remove more unnecessary list generation. (trunk r6912)Zac Medico2007-06-226-25/+22
* Remove lots of unnecessary list generation via dict.keys(). (trunk r6911)Zac Medico2007-06-225-29/+38
* Print hostname in xterm title if HOSTNAME is exported in the environment (tru...Zac Medico2007-06-221-4/+5
* Print filename when displaying package.mask comments (trunk r5974)Zac Medico2007-06-222-24/+29
* Add support for RSYNC_EXTRA_OPTS to webrsync (trunk r5973)Zac Medico2007-06-221-2/+2
* Check if entries contain the required hashes before writing the Manifest (tru...Zac Medico2007-06-221-0/+7
* remove confcache docs (trunk r5802)Zac Medico2007-06-224-13/+0
* if requested argv cannot be matched to anything, exit with non-zero status (t...Zac Medico2007-06-221-1/+6
* Some minor fixes for manifest code (trunk r5735)Zac Medico2007-06-211-8/+14
* Allow per-module filtering based on loglevels in addition to the global PORTA...Zac Medico2007-06-212-22/+52
* - start documenting qa notices so antarus stops whining (trunk r5693)Zac Medico2007-06-216-0/+405
* Display message about --buildpkgonly restriction in pretend mode as well (tru...Zac Medico2007-06-211-0/+5
* default --help should be usable, so make the extended output require --verbos...Zac Medico2007-06-211-7/+4
* fix grammar in error output (trunk r6285)Zac Medico2007-06-211-1/+1
* make PDEPEND wording less restrictive #172511 and clarify install status wrt ...Zac Medico2007-06-211-8/+11
* change "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and prevent abuse from ebuil...Zac Medico2007-06-214-15/+16
* change DOCDESTTREE to _E_DOCDESTTREE_ to try and prevent abuse from ebuild wr...Zac Medico2007-06-213-8/+9
* strip .comment by default, add a comment as to what we need before we can do ...Zac Medico2007-06-211-4/+10
* Pretty up the repoman imports, use cPickle over pickle for performance (trunk...Zac Medico2007-06-211-3/+13
* add new echo module for people who don't want any real logging (trunk r6458)Zac Medico2007-06-212-0/+31
* as noted by Josh Saddler on the gentoo-dev mailing list, issue a warning if w...Zac Medico2007-06-211-0/+6
* In dblink._security_check(), use os.path.realpath to make sure that the same ...Zac Medico2007-06-211-2/+8
* Add an --ignore-default-opts option that is analogous to the corresponding em...Zac Medico2007-06-201-3/+8
* Use the the optparse options for --ignore-default-opts since that allows opti...Zac Medico2007-06-201-1/+1
* Show a "world problems" warning for packages that aren't installed, even if t...Zac Medico2007-06-201-1/+1
* For bug #180165, make portageq print a "Permission denied" error when appropr...Zac Medico2007-06-205-10/+32
* If a package is in the world set but it's not installed, go ahead and install...Zac Medico2007-06-201-7/+17
* Fix cacheddir() to behave properly if os.listdir() raises errno.EACCES (Permi...Zac Medico2007-06-191-1/+9
* For bug #143340, give an appropriate message when there is no read access to ...Zac Medico2007-06-191-0/+6
* Return early from get_term_size() is stdout is not a tty. (trunk r6875)Zac Medico2007-06-191-0/+2
* For bug #182571, handle curses.error if it's thrown inside get_term_size(). (...Zac Medico2007-06-191-2/+5
* For bug #182428, make quickpkg use a more secure umask by default and allow i...Zac Medico2007-06-191-2/+11
* During unmerge, always verify that the file isn't a symlink before doing chmo...Zac Medico2007-06-181-1/+2