summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Remove the PKG_*ARG* color classes in order to simplify things since it's que...Zac Medico2007-07-061-8/+2
* Merge portdbapi.getRepositories() from trunk.Zac Medico2007-07-052-1/+36
* backport r7087 and r7093 to ease the upgrade to 2.2 wrt verbose pretend displayMarius Mauch2007-07-051-0/+13
* For bug #183861, allow a color class in color.map to specify a space separate...Zac Medico2007-07-051-20/+68
* Add a 0xAAAA00 rgb color code to represent the darkyellow color that some ter...Zac Medico2007-06-291-1/+3
* Fix typo. (trunk r6989)Zac Medico2007-06-291-1/+1
* For bug #144333, document the new --reinstall=changed-use option. (trunk r7081)Zac Medico2007-06-281-1/+7
* For bug #142473, add 2 additional color classes for system packages and packa...Zac Medico2007-06-281-0/+4
* For bug #183431, catch a ParseError caused by a corrupt profile and dump an e...Zac Medico2007-06-281-1/+8
* Send the ebuild die message through eerror and make sure that elog_process() ...Zac Medico2007-06-271-29/+27
* Preserve merge order in elog output. (trunk r7046)Zac Medico2007-06-271-13/+7
* Short circuit the loop as soon as missing hashes are detected. (trunk r7044)Zac Medico2007-06-261-2/+2
* Add one more size == 0 check to digestgen(). (trunk r7040:7042)Zac Medico2007-06-261-0/+3
* Add sanity checks in fetch() and digestgen() to automatically detect and hand...Zac Medico2007-06-261-2/+26
* For bug #142473, add 4 color classes corresponding to combinations of world/m...Zac Medico2007-06-251-0/+4
* Don't use urljoin() in binarytree.gettbz2() since it doesn't work correctly w...Zac Medico2007-06-251-2/+3
* Fix file_get_lib() so it behaves the same way with sftp as it does with other...Zac Medico2007-06-251-1/+18
* For bug #175891, add sftp protocol support via the paramiko library.Zac Medico2007-06-251-0/+20
* Allow emerge --fetchonly to continue downloading other packages after a downl...Zac Medico2007-06-251-1/+2
* Fix resume logic in binarytree.gettbz2(). (trunk r7017:7019)Zac Medico2007-06-251-4/+4
* For bug #175891, support ${FETCHCOMMAND}_${PROTOCOL} in binarytree.gettbz2()....Zac Medico2007-06-251-3/+12
* Clean up file_get() to use shlex, varexpand, and spawn. (trunk r7014)Zac Medico2007-06-251-22/+13
* Fix binarytree.isremote() to be consistent with binarytree.gettbz2() logic wr...Zac Medico2007-06-241-6/+12
* add hashlib support for checksum verification, refactor checksum functions to...Zac Medico2007-06-241-53/+71
* dont break when the binhost url doesn't end with a slash (bug #144440, trunk ...Zac Medico2007-06-241-2/+8
* sort the world file before writing it and ensure that it's terminated by a ne...Zac Medico2007-06-241-1/+2
* get ACCEPT_KEYWORDS from the env in gvisible() to properly handle negated val...Zac Medico2007-06-241-0/+8
* - s/!owned/replaced/ in merge output to clarify it (trunk r6975)Zac Medico2007-06-241-25/+27
* For bug #182964, replace os.rename() with portage.movefile() in cases where t...Zac Medico2007-06-241-5/+13
* Revert r6968 since shutil.move() is broken internally.Zac Medico2007-06-232-14/+14
* For bug #182964, replace os.rename() with shutil.move() in order to handle EX...Zac Medico2007-06-232-14/+14
* 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-223-14/+33
* Clean up the profile masking code. (trunk r6292)Zac Medico2007-06-221-9/+5
* 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-221-13/+22
* Print filename when displaying package.mask comments (trunk r5974)Zac Medico2007-06-221-22/+26
* Check if entries contain the required hashes before writing the Manifest (tru...Zac Medico2007-06-221-0/+7
* 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-211-21/+47
* 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
* add new echo module for people who don't want any real logging (trunk r6458)Zac Medico2007-06-211-0/+30
* In dblink._security_check(), use os.path.realpath to make sure that the same ...Zac Medico2007-06-211-2/+8
* For bug #180165, make portageq print a "Permission denied" error when appropr...Zac Medico2007-06-202-3/+9
* 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