summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 #183167, explicitly call elog_process() when --buildpkgonly is enable...Zac Medico2007-06-251-0/+2
* For bug #142473, add 4 color classes corresponding to combinations of world/m...Zac Medico2007-06-252-16/+30
* Fix typo.Zac Medico2007-06-251-1/+1
* 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-252-4/+28
* 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
* highlight world packages in --pretend output (bug #142473, trunk r6979)Zac Medico2007-06-241-8/+16
* Clarify RESUMECOMMAND requirements. (trunk r7005)Zac Medico2007-06-241-1/+3
* Update FETCHCOMMAND and RESUMECOMMAND docs (bug #141550, trunk r6980 and r700...Zac Medico2007-06-241-1/+3
* dont break when the binhost url doesn't end with a slash (bug #144440, trunk ...Zac Medico2007-06-241-2/+8
* change default diff_command for emacs (bug #147558, trunk r6977)Zac Medico2007-06-241-1/+1
* sort the world file before writing it and ensure that it's terminated by a ne...Zac Medico2007-06-244-7/+12
* 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
* Allow sync for unpriviledges users if they have write access to $PORTDIR (bug...Zac Medico2007-06-241-3/+3
* 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-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