summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Cache a cloned config instance inside portdbapi so that a new one doesn't ↵Zac Medico2006-07-051-2/+7
| | | | | | have to be cloned each time metadata generation is triggered. svn path=/main/trunk/; revision=3793
* Make a backup of ACCEPT_KEYWORDS when repoman changes it for each profile. ↵Zac Medico2006-07-051-0/+2
| | | | | | This prevents it from being discarded by config.reset() and was the root cause of bug #132601. The cloning that was added in r3791 is a safeguard to prevent problems like this. svn path=/main/trunk/; revision=3792
* Use a cloned config instance for the depend phase in portdbapi.aux_get(). ↵Zac Medico2006-07-051-5/+2
| | | | | | See bug #132601. svn path=/main/trunk/; revision=3791
* Fix repoman breakage due to the fact that portage.portagetree now creates ↵Zac Medico2006-07-051-7/+9
| | | | | | it's own portdbapi instance. Repoman will now use a single portdbapi instance instead of one for each arch. The arch specific config instances are swapped in on the fly. Hopefully this fixes bug #132601. svn path=/main/trunk/; revision=3790
* Freeze all pordbapi instances.Zac Medico2006-07-051-1/+3
| | | | svn path=/main/trunk/; revision=3789
* Run global updates asap and then reload the whole config to make sure ↵Zac Medico2006-07-051-3/+6
| | | | | | everything is consistent. svn path=/main/trunk/; revision=3788
* Match blockers against the correct $ROOT for bug #108449.Zac Medico2006-07-051-4/+6
| | | | svn path=/main/trunk/; revision=3787
* Pass existing trees into load_emerge_config() so that the existing portdbapi ↵Zac Medico2006-07-051-4/+4
| | | | | | instances will be cleaned up by portage.create_trees(). svn path=/main/trunk/; revision=3786
* Allow the loading of a completely separate config for / and ↵Zac Medico2006-07-052-129/+146
| | | | | | PORTAGE_CONFIGROOT. This fixes bug #137446. svn path=/main/trunk/; revision=3785
* Fix more $ROOT references for bug #137446.Zac Medico2006-07-041-6/+14
| | | | svn path=/main/trunk/; revision=3784
* Fix $ROOT references in the depgraph class for bug #137446.Zac Medico2006-07-041-91/+89
| | | | svn path=/main/trunk/; revision=3783
* Use the correct bintree and porttree for bug #137446.Zac Medico2006-07-031-2/+2
| | | | svn path=/main/trunk/; revision=3782
* Remove color from "none" reported by vapier.Zac Medico2006-07-031-2/+2
| | | | svn path=/main/trunk/; revision=3781
* Remove commented code cruft.Zac Medico2006-07-031-10/+0
| | | | svn path=/main/trunk/; revision=3780
* Do some basic validation of the mtimedb resume data so that assumptions can ↵Zac Medico2006-07-031-0/+10
| | | | | | be made later. svn path=/main/trunk/; revision=3779
* When displaying the resume merge list, don't show the skipped package when ↵Zac Medico2006-07-032-2/+15
| | | | | | --skipfirst is enabled. See bug #121106. svn path=/main/trunk/; revision=3778
* Commit the mtimedb for --skipfirst so that if the user aborts the first ↵Zac Medico2006-07-031-0/+1
| | | | | | package, the next --skipfirst will go on to the next package instead of doing the same one again. This patch simply reverts to the behavior that existed before. svn path=/main/trunk/; revision=3777
* Revert accidental hunk from the last commit.Zac Medico2006-07-031-1/+1
| | | | svn path=/main/trunk/; revision=3774
* Force fetch if the number of parsed digests does not match the number of ↵Zac Medico2006-07-031-8/+10
| | | | | | digest types that are supported. See bug #138911. svn path=/main/trunk/; revision=3773
* When assume-digests is enabled, for digest generation if the number of ↵Zac Medico2006-07-031-0/+1
| | | | | | parsed digests does not match the number of digest types that are supported. See bug #138911. svn path=/main/trunk/; revision=3772
* Ignore hidden directories (such as .svn) when building the scanlist.Zac Medico2006-07-021-2/+2
| | | | svn path=/main/trunk/; revision=3760
* Commit the mtimedb prior to restart via excve for bug #138837.Zac Medico2006-07-021-0/+1
| | | | svn path=/main/trunk/; revision=3759
* Add support for arch.list in overlays (bug #137975).Zac Medico2006-07-021-7/+6
| | | | svn path=/main/trunk/; revision=3752
* Add support for licenses in overlays (bug #137975).Zac Medico2006-07-021-1/+3
| | | | svn path=/main/trunk/; revision=3751
* Add overlay support for use.local.desc in repoman.Zac Medico2006-07-021-0/+12
| | | | svn path=/main/trunk/; revision=3750
* Fix import issues reported by pyflakes.Zac Medico2006-07-021-4/+4
| | | | svn path=/main/trunk/; revision=3749
* Add a new parse_use_local_desc() function.Zac Medico2006-07-021-11/+25
| | | | svn path=/main/trunk/; revision=3748
* Fix NameError when collision-protect is enabled for bug #138793.Zac Medico2006-07-021-1/+3
| | | | svn path=/main/trunk/; revision=3747
* Fix references to global settings in the binarytree class that were reported ↵Zac Medico2006-07-011-7/+9
| | | | | | by solar. svn path=/main/trunk/; revision=3746
* Use GOOD, BAD, and WARN color classes where appropriate. Thanks to Damien ↵Zac Medico2006-07-011-12/+12
| | | | | | THEBAULT <damien.thebault@laposte.net> for this patch from bug #138600. svn path=/main/trunk/; revision=3745
* Use the BAD and GOOD color classes to remove hard coded colors from the ↵Zac Medico2006-07-011-18/+21
| | | | | | depclean warning message. svn path=/main/trunk/; revision=3744
* Add a new MERGE_LIST_PROGRESS color class and remove hard coded yellow/green.Zac Medico2006-07-012-1/+5
| | | | svn path=/main/trunk/; revision=3743
* - multi-package emerge now prints the sequence highlighting count and cpv to ↵Ned Ludd2006-07-011-1/+1
| | | | | | visually stand out in wondercolors... svn path=/main/trunk/; revision=3742
* Fix autouse so that it works with init_legacy_globals() disabled.Zac Medico2006-07-011-2/+3
| | | | svn path=/main/trunk/; revision=3735
* Trigger post_emerge() after the relevent actions and commit the mtimedb there.Zac Medico2006-07-011-9/+10
| | | | svn path=/main/trunk/; revision=3734
* Pass a config instance into movefile() to avoid dependence on global variables.Zac Medico2006-07-011-1/+1
| | | | svn path=/main/trunk/; revision=3733
* In order to ensure that emerge doesn't use any of portage's legacy global ↵Zac Medico2006-07-011-10/+47
| | | | | | variables, run emerge with portage.init_legacy_globals() disabled. svn path=/main/trunk/; revision=3732
* Pass the trees into two more dep_zapdeps calls to avoid dependence on global ↵Zac Medico2006-07-011-2/+4
| | | | | | variables. svn path=/main/trunk/; revision=3731
* Pass a more dbapi instances into doebuild to avoid dependence on global ↵Zac Medico2006-07-011-4/+10
| | | | | | variables. svn path=/main/trunk/; revision=3729
* Pass a portdbapi instance into doebuild to avoid dependence on global variables.Zac Medico2006-07-011-2/+2
| | | | svn path=/main/trunk/; revision=3728
* Allow portage.getmaskingreason() to operate without global variables.Zac Medico2006-07-012-3/+7
| | | | svn path=/main/trunk/; revision=3727
* Allow portage.getmaskingstatus() to operate without global variables.Zac Medico2006-07-012-3/+7
| | | | svn path=/main/trunk/; revision=3726
* Recycle the portdbapi instance at the and of global_updates().Zac Medico2006-07-011-1/+2
| | | | svn path=/main/trunk/; revision=3725
* Go ahead and dump a full traceback without having to enable --debug. ↵Zac Medico2006-07-011-5/+3
| | | | | | There's no sense in hiding valuable traceback info like that. svn path=/main/trunk/; revision=3724
* Use PORTAGE_DEBUG=1 since that's all that portage currently recognizes.Zac Medico2006-07-011-1/+1
| | | | svn path=/main/trunk/; revision=3723
* Fix unmerge version spacing for bug #138611.Zac Medico2006-06-301-4/+4
| | | | svn path=/main/trunk/; revision=3722
* Integrate the load_mtimedb() function into the MtimeDB class. This function ↵Zac Medico2006-06-301-25/+23
| | | | | | is relatively new so nobody should miss it. svn path=/main/trunk/; revision=3721
* Remove redundant "portdb" parameters since pordbapi instances are accessible ↵Zac Medico2006-06-301-14/+15
| | | | | | via the "trees" paramters. There is currently only one global pordbapi instance but eventually there will be separate instances for / and $ROOT. svn path=/main/trunk/; revision=3720
* Pass trees into dep_check and dep_zapdeps calls in order to avoid dependance ↵Zac Medico2006-06-302-5/+9
| | | | | | on global variables. svn path=/main/trunk/; revision=3719
* Fix pkgmerge() to work without dependance on global variables.Zac Medico2006-06-302-7/+13
| | | | svn path=/main/trunk/; revision=3717