summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Wrap common write_atomic exceptions for easier error handling.Zac Medico2006-07-091-4/+16
* Add a vardbapi.aux_update() method for database maintenance. See bug #122089.Zac Medico2006-07-091-3/+22
* Use dbapi to unify config.setinst() call in depgraph.select_dep().Zac Medico2006-07-091-4/+2
* Use the abstract dbapi.aux_get() interface to unify retrieval of IUSE in depg...Zac Medico2006-07-091-4/+1
* Use the abstract dbapi.aux_get() interface to unify retrieval of dependency s...Zac Medico2006-07-091-32/+19
* Use a cmpsplit() function to simplify package comparisons in depgraph.select_...Zac Medico2006-07-081-6/+6
* Remove the merging=2 case to simplify merge/nomerge logic.Zac Medico2006-07-081-3/+1
* Fix indentation mistake from the last commit.Zac Medico2006-07-081-3/+3
* Use set.intersection() to simplify --newuse comparison.Zac Medico2006-07-081-10/+11
* Do config.reset() prior to the depend phase to make sure that doebuild choose...Zac Medico2006-07-081-0/+1
* Remove USE_EXPAND_HIDDEN from make.globals since it's now included in the bas...Zac Medico2006-07-071-3/+0
* Fix the NameError that occurs when collision-protect triggers unmerge. See bu...Zac Medico2006-07-071-1/+1
* Use copy.deepcopy() to ensure that state comparison works properly.Zac Medico2006-07-061-2/+2
* Only commit the mtimedb if the internal state has changed.Zac Medico2006-07-061-1/+7
* Export the path of the build log into the ebuild env as suggested by Flameeyes.Zac Medico2006-07-061-0/+1
* remove pointless line that just ruins the displayMike Frysinger2006-07-061-1/+0
* Clean up getportageversion() profile logic and fix a ValueError that occurs w...Zac Medico2006-07-061-10/+12
* Remove global autouse cache since most people don't use it anyway and it's br...Zac Medico2006-07-061-8/+0
* Move the ARCH sanity check from the depgraph constructor to a new validate_eb...Zac Medico2006-07-061-12/+18
* Fix missing newline.Zac Medico2006-07-061-1/+1
* Cache a cloned config instance inside portdbapi so that a new one doesn't hav...Zac Medico2006-07-051-2/+7
* Make a backup of ACCEPT_KEYWORDS when repoman changes it for each profile. T...Zac Medico2006-07-051-0/+2
* Use a cloned config instance for the depend phase in portdbapi.aux_get(). Se...Zac Medico2006-07-051-5/+2
* Fix repoman breakage due to the fact that portage.portagetree now creates it'...Zac Medico2006-07-051-7/+9
* Freeze all pordbapi instances.Zac Medico2006-07-051-1/+3
* Run global updates asap and then reload the whole config to make sure everyth...Zac Medico2006-07-051-3/+6
* Match blockers against the correct $ROOT for bug #108449.Zac Medico2006-07-051-4/+6
* Pass existing trees into load_emerge_config() so that the existing portdbapi ...Zac Medico2006-07-051-4/+4
* Allow the loading of a completely separate config for / and PORTAGE_CONFIGROO...Zac Medico2006-07-052-129/+146
* Fix more $ROOT references for bug #137446.Zac Medico2006-07-041-6/+14
* Fix $ROOT references in the depgraph class for bug #137446.Zac Medico2006-07-041-91/+89
* Use the correct bintree and porttree for bug #137446.Zac Medico2006-07-031-2/+2
* Remove color from "none" reported by vapier.Zac Medico2006-07-031-2/+2
* Remove commented code cruft.Zac Medico2006-07-031-10/+0
* Do some basic validation of the mtimedb resume data so that assumptions can b...Zac Medico2006-07-031-0/+10
* When displaying the resume merge list, don't show the skipped package when --...Zac Medico2006-07-032-2/+15
* Commit the mtimedb for --skipfirst so that if the user aborts the first packa...Zac Medico2006-07-031-0/+1
* Revert accidental hunk from the last commit.Zac Medico2006-07-031-1/+1
* Force fetch if the number of parsed digests does not match the number of dige...Zac Medico2006-07-031-8/+10
* When assume-digests is enabled, for digest generation if the number of parsed...Zac Medico2006-07-031-0/+1
* Ignore hidden directories (such as .svn) when building the scanlist.Zac Medico2006-07-021-2/+2
* Commit the mtimedb prior to restart via excve for bug #138837.Zac Medico2006-07-021-0/+1
* Add support for arch.list in overlays (bug #137975).Zac Medico2006-07-021-7/+6
* Add support for licenses in overlays (bug #137975).Zac Medico2006-07-021-1/+3
* Add overlay support for use.local.desc in repoman.Zac Medico2006-07-021-0/+12
* Fix import issues reported by pyflakes.Zac Medico2006-07-021-4/+4
* Add a new parse_use_local_desc() function.Zac Medico2006-07-021-11/+25
* Fix NameError when collision-protect is enabled for bug #138793.Zac Medico2006-07-021-1/+3
* Fix references to global settings in the binarytree class that were reported ...Zac Medico2006-07-011-7/+9
* Use GOOD, BAD, and WARN color classes where appropriate. Thanks to Damien TH...Zac Medico2006-07-011-12/+12