summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document DOC_SYMLINKS_DIR.Zac Medico2007-01-141-0/+4
* Don't warn about /etc/make.profile not being a symlink if it has a parent file.Zac Medico2007-01-141-0/+1
* Disable the test phase when USE=test is masked (for consistency with the fix ...Zac Medico2007-01-141-0/+3
* For bug #69021, add news about FEATURES="test" implying USE="test".Zac Medico2007-01-141-0/+1
* For bug #161975, document the fact that GENTOO_MIRRORS supports mounted files...Zac Medico2007-01-141-1/+3
* Document PORTAGE_LOG_FILE, update PORTAGE_TMPDIR path which now includes CATE...Zac Medico2007-01-142-173/+184
* Fix dohtml so that it continues to install files even after some fail. Thank...Zac Medico2007-01-141-1/+2
* Fix reversed arguments.Zac Medico2007-01-131-1/+1
* Fix 'TypeError: not all arguments converted during string formatting'. Thank...Zac Medico2007-01-131-2/+2
* fix tabs with patch from Grobian and bug # 161911, fix developing a bitAlec Warner2007-01-136-21/+17
* make sure people call addread/addwrite/adddeny/addpredict correctlyMike Frysinger2007-01-131-0/+4
* Catch InvalidData exceptions for bad atoms passed as emerge arguments.Zac Medico2007-01-131-1/+4
* Fix a typo.Zac Medico2007-01-131-1/+1
* Obey the silent parameter when parsing options.Zac Medico2007-01-131-1/+1
* Document PORTAGE_COMPRESS and PORTAGE_COMPRESS_FLAGS.Zac Medico2007-01-131-0/+7
* For bug #144380, disable color at emerge startup and then enable it only when...Zac Medico2007-01-131-14/+7
* Use end_paragraph(1) instead of add_line_break() so that there is really a bl...Zac Medico2007-01-131-1/+1
* Send the unmerge failure message to stderr.Zac Medico2007-01-131-2/+3
* Send the slot collision notice to stderr and only show minimal output in --qu...Zac Medico2007-01-121-12/+19
* remove the last of the string module from portage.pyAlec Warner2007-01-121-4/+4
* Add a few pretty basic comments on writing code, particularly things that por...Alec Warner2007-01-121-0/+71
* Fix another typo.Zac Medico2007-01-121-1/+1
* Fix more typos.Zac Medico2007-01-121-2/+2
* Revert accidentally modified joins.Zac Medico2007-01-121-2/+2
* Fix a typo.Zac Medico2007-01-121-6/+2
* Fix a typo.Zac Medico2007-01-121-1/+1
* purge string from portage.py, fix minor bug in portage_utilAlec Warner2007-01-122-42/+41
* purge string module from repomanAlec Warner2007-01-121-39/+39
* another annoy space bugAlec Warner2007-01-121-1/+1
* fix "" " " bugAlec Warner2007-01-122-4/+4
* purge string module from emergeAlec Warner2007-01-121-13/+13
* Fix typos from the previous commit.Zac Medico2007-01-121-2/+2
* Use startswith and endswith to simplify code.Zac Medico2007-01-121-3/+3
* More String deprecationAlec Warner2007-01-127-28/+26
* set Id on testsAlec Warner2007-01-1217-17/+17
* more string deprecationAlec Warner2007-01-125-20/+19
* Begin the deprecation of the string moduleAlec Warner2007-01-122-16/+15
* Remove a duplicate % character.Zac Medico2007-01-121-1/+1
* Fix incremental virtuals code for the new stricter catpkgsplit behavior.Zac Medico2007-01-121-1/+5
* Prevent an InvalidData exception during global updates due to the new stricte...Zac Medico2007-01-121-1/+7
* For bug #88485, show the location of the build log whenever a build fails.Zac Medico2007-01-121-0/+1
* Return early from finddigest if findname2 found nothing.Zac Medico2007-01-121-0/+2
* FIx a bunch of random Except: statements in portage.py, most of them are IO/O...Alec Warner2007-01-121-27/+9
* os.cwd can return OSError (maybe IOError with wrong perms for ./, will test a...Alec Warner2007-01-121-30/+11
* EOFError is also important according to ZacAlec Warner2007-01-121-1/+1
* getbinpkg.py fix except: open can be IOERror or OSError and cPickle can throw...Alec Warner2007-01-121-3/+1
* comment the excepts in a few placesAlec Warner2007-01-123-3/+3
* Fix broad except statement, should only be KeyErrorAlec Warner2007-01-121-1/+1
* portage_versions.py, more string.atoi -> int, fix another except: that should...Alec Warner2007-01-121-10/+10
* Change vercmp to use int() instead of string atoi, catch ValueError in pkgcmpAlec Warner2007-01-122-6/+4