summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* Move the ARCH sanity check from the depgraph constructor to a new validate_eb...Zac Medico2006-07-061-12/+18
* Make a backup of ACCEPT_KEYWORDS when repoman changes it for each profile. T...Zac Medico2006-07-051-0/+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-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
* 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
* 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
* After sync, reload portage before the metadata transfer so that action_metada...Zac Medico2006-06-291-30/+11
* Replace references to portage.portdb with local references.Zac Medico2006-06-291-26/+30