summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Expand)AuthorAgeFilesLines
* Start at the end of the list so that the index works properly after items are...Zac Medico2006-07-101-1/+1
* Allow binary packages to be installed with --usepkg even when there is no ebu...Zac Medico2006-07-101-2/+3
* 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
* Clean up getportageversion() profile logic and fix a ValueError that occurs w...Zac Medico2006-07-061-10/+12
* Move the ARCH sanity check from the depgraph constructor to a new validate_eb...Zac Medico2006-07-061-12/+18
* 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-051-97/+101
* 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
* 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-031-2/+14
* Commit the mtimedb for --skipfirst so that if the user aborts the first packa...Zac Medico2006-07-031-0/+1
* Commit the mtimedb prior to restart via excve for bug #138837.Zac Medico2006-07-021-0/+1
* Use GOOD, BAD, and WARN color classes where appropriate. Thanks to Damien TH...Zac Medico2006-07-011-12/+12
* Use the BAD and GOOD color classes to remove hard coded colors from the depcl...Zac Medico2006-07-011-18/+21
* Add a new MERGE_LIST_PROGRESS color class and remove hard coded yellow/green.Zac Medico2006-07-011-1/+4
* - multi-package emerge now prints the sequence highlighting count and cpv to ...Ned Ludd2006-07-011-1/+1
* Trigger post_emerge() after the relevent actions and commit the mtimedb there.Zac Medico2006-07-011-9/+10
* Pass a config instance into movefile() to avoid dependence on global variables.Zac Medico2006-07-011-1/+1
* In order to ensure that emerge doesn't use any of portage's legacy global var...Zac Medico2006-07-011-10/+47
* Pass a more dbapi instances into doebuild to avoid dependence on global varia...Zac Medico2006-07-011-4/+10
* Pass a portdbapi instance into doebuild to avoid dependence on global variables.Zac Medico2006-07-011-2/+2
* Allow portage.getmaskingreason() to operate without global variables.Zac Medico2006-07-011-1/+2
* Allow portage.getmaskingstatus() to operate without global variables.Zac Medico2006-07-011-1/+2
* Go ahead and dump a full traceback without having to enable --debug. There's...Zac Medico2006-07-011-5/+3
* Fix unmerge version spacing for bug #138611.Zac Medico2006-06-301-4/+4
* Remove redundant "portdb" parameters since pordbapi instances are accessible ...Zac Medico2006-06-301-14/+15
* Pass trees into dep_check and dep_zapdeps calls in order to avoid dependance ...Zac Medico2006-06-301-1/+1
* Fix pkgmerge() to work without dependance on global variables.Zac Medico2006-06-301-1/+4
* Pass a config instance into the bindbapi and fakedbapi constructors in order ...Zac Medico2006-06-301-2/+2
* Pass missing parameters to doebuild in order to avoid dependance on globals.Zac Medico2006-06-301-2/+5
* Pass portdbapi instances into doebuild in order to avoid dependance on globals.Zac Medico2006-06-301-2/+3
* Fix accidental replacement from r3705.Zac Medico2006-06-301-1/+1
* Make use of the new mtimdb.commit() method.Zac Medico2006-06-301-3/+4
* Replace global references to the mtimedb with local references.Zac Medico2006-06-301-49/+50
* Pass ldpath mtimes into the unmerge operations.Zac Medico2006-06-301-8/+15
* Trigger env_update() after each unmerge operation.Zac Medico2006-06-301-13/+0
* Remove a pointless "if" statement.Zac Medico2006-06-301-4/+1
* Pass parameters into env_update() so that it doesn't depend on global variables.Zac Medico2006-06-301-2/+7