summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug #192298 - Handle PermissionDenied error in cache.update_eclasses().Zac Medico2007-09-121-2/+15
* Adjust for r7767Marius Mauch2007-09-111-5/+5
* Remove name from PackageSet, it's pointless as the caller has to keep track o...Marius Mauch2007-09-119-46/+46
* or I was right the first time :(Alec Warner2007-09-091-1/+1
* sigh, or, not andAlec Warner2007-09-091-1/+1
* compress two loop iterations into oneAlec Warner2007-09-081-2/+1
* In depgraph.altlist(), try to merge asap_nodes sooner by giving them an exemp...Zac Medico2007-09-081-1/+2
* Fix a typo.Zac Medico2007-09-081-1/+1
* Bug #190268 - Avoid unwanted sandbox violations in src_test().Zac Medico2007-09-082-3/+10
* Implement/fix testcases for some PackageSet subclassesMarius Mauch2007-09-072-14/+25
* Fix incorrect parse check as value lists in KeyListFileLoader might be empty,...Marius Mauch2007-09-071-5/+32
* Undo some unwanted changesMarius Mauch2007-09-076-176/+172
* return the full path, not just the filenameMarius Mauch2007-09-071-1/+1
* fix errors in call logicMarius Mauch2007-09-071-2/+2
* Fix minor issues with loaders in the static file loader, fix quoting and impo...Alec Warner2007-09-073-23/+58
* dbapi currently depends on being subclassed and having the subclasses impelem...Alec Warner2007-09-072-12/+77
* test news item filteringAlec Warner2007-09-072-36/+50
* Last commit added more tests for sets and taught me what I was doing wrong ;)...Alec Warner2007-09-072-0/+0
* fighting with svn over weirdnessAlec Warner2007-09-074-0/+49
* Rewrite testing to use __test__ instead of hardcoded dirsAlec Warner2007-09-078-2/+13
* For bug #190268, filter SANDBOX_* from the calling environment so that they c...Zac Medico2007-09-071-1/+2
* Fix a typo.Zac Medico2007-09-061-1/+1
* In the topological sort for merge order, try to avoid selecting root nodesZac Medico2007-09-051-2/+34
* Move the note about not needing pycrypto with python-2.5 to the 2.1.3 section.Zac Medico2007-09-041-2/+2
* Reformat collision-protect output so that the list of file collisions is show...Zac Medico2007-08-301-2/+7
* Move some of the less expensive QA checks before dep_check() so that they're ...Zac Medico2007-08-281-106/+106
* Convert myoptions from a list to a dict.Zac Medico2007-08-281-6/+5
* Skip the most expensive QA tests when --force in enabled since there's no poi...Zac Medico2007-08-281-0/+6
* Make the commit message indicate when the --force option is used.Zac Medico2007-08-281-6/+9
* Fix RepoMan's grammar.Zac Medico2007-08-271-1/+1
* Bug #110443 - Add a KEYWORDS.stable check for ebuilds that are added directly...Zac Medico2007-08-271-0/+28
* Add a --force option that forces commit to proceed. This is useful for cases ...Zac Medico2007-08-271-1/+6
* Bug #190406 - Filter the myheaders list so that it doesn't include binary blo...Zac Medico2007-08-272-2/+24
* change directory to / in case $PWD doesnt existMike Frysinger2007-08-261-1/+3
* Move blocker handling from depgraph.create() to select_dep().Zac Medico2007-08-251-12/+11
* Bug #190214 - Make the rpm phase use /usr/src/rpm instead of /usr/src/redhat.Zac Medico2007-08-252-4/+11
* remove $Id$ as it gives us nothing usefulMike Frysinger2007-08-251-1/+1
* Remove pointless information from --info outputMarius Mauch2007-08-251-20/+0
* Don't cache results from match_from_list() since *dbapi.match() caches do the...Zac Medico2007-08-241-10/+1
* Call config.regenerate() after config.reload() so that the incrementals are r...Zac Medico2007-08-241-0/+1
* Use a config.reload() method to explicitly reload /etc/profile.env when setti...Zac Medico2007-08-242-16/+10
* Fix another typo.Zac Medico2007-08-241-1/+1
* Fix a typo.Zac Medico2007-08-241-1/+1
* Add * and ~* to the list of valid values for ACCEPT_KEYWORDS.Zac Medico2007-08-231-1/+1
* Make depgraph.select_dep() node reuse work when in --usepkgonly mode.Zac Medico2007-08-231-54/+55
* Bug #189791 - Define EBUILD_PHASE=unpack during the nofetch phase since other...Zac Medico2007-08-231-0/+1
* In config.regenerate(), skip loading /etc/profile.env if it's mtime hasn't ch...Zac Medico2007-08-231-6/+13
* Make depgraph.create() avoid metadata lookups for binary packages and ebuilds...Zac Medico2007-08-231-2/+11
* Bug #189791 - Send errors to /dev/null when debug-print() fails to write to $...Zac Medico2007-08-231-1/+1
* Fix a typo from r7663.Zac Medico2007-08-231-1/+1