| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend ignore filter for grablines (bug #144445) | Marius Mauch | 2007-01-11 | 1 | -1/+3 |
* | More portage_util tests | Alec Warner | 2007-01-11 | 3 | -6/+98 |
* | Don't escape strings in PortageException as that breaks newline handling (bug... | Marius Mauch | 2007-01-11 | 1 | -1/+4 |
* | Rename 'Last Sync' to 'Timestamp of tree' to clarify the meaning (bug #150051) | Marius Mauch | 2007-01-11 | 1 | -1/+1 |
* | Add 'stricter' description, misc typo fixes, patch by Max Lorenz (bug #153755) | Marius Mauch | 2007-01-11 | 1 | -6/+9 |
* | Update CCACHE docs, patch by Ryan Hill (bug #156865) | Marius Mauch | 2007-01-11 | 2 | -9/+20 |
* | Remove RESTRICT=sandbox docs until bug #161045 is resolved | Marius Mauch | 2007-01-11 | 1 | -3/+0 |
* | Remove / character from module names. | Zac Medico | 2007-01-11 | 1 | -1/+1 |
* | more test re-arranging as Alec can't read what functions are in what files | Alec Warner | 2007-01-11 | 3 | -1/+5 |
* | edit test-notes | Alec Warner | 2007-01-11 | 1 | -3/+6 |
* | remove bogs test dir, add portage_versions | Alec Warner | 2007-01-11 | 1 | -1/+1 |
* | Add a bit of path mangling to allow deeper tests | Alec Warner | 2007-01-11 | 3 | -4/+9 |
* | Rename depgraph._invalid_depgraph_is_acceptable() to _accept_collisions() for... | Zac Medico | 2007-01-10 | 1 | -2/+2 |
* | Don't allow slot collision nodes to block other packages since blocker valida... | Zac Medico | 2007-01-10 | 1 | -1/+6 |
* | For bug #161422, make slot collisions non-fatal in cases where an invalid dep... | Zac Medico | 2007-01-10 | 1 | -26/+31 |
* | Fix sys.path so that imports work correctly. | Zac Medico | 2007-01-10 | 1 | -4/+4 |
* | Fix module loading. | Zac Medico | 2007-01-10 | 1 | -9/+17 |
* | add a few tips on adding tests, and kinks in the current system, I hope to fi... | Alec Warner | 2007-01-10 | 1 | -0/+24 |
* | remove monolithic test | Alec Warner | 2007-01-10 | 1 | -20/+0 |
* | split out util tests | Alec Warner | 2007-01-10 | 7 | -19/+79 |
* | rename atoms back to vercmp | Alec Warner | 2007-01-10 | 1 | -0/+0 |
* | shift test cases around | Alec Warner | 2007-01-10 | 1 | -0/+33 |
* | shift test cases around | Alec Warner | 2007-01-10 | 1 | -28/+0 |
* | Take Genone's suggestion and break the modules up into module oriented fashio... | Alec Warner | 2007-01-10 | 5 | -7/+34 |
* | Fix Fail test | Alec Warner | 2007-01-10 | 1 | -2/+5 |
* | Make the tests pass. | Zac Medico | 2007-01-10 | 1 | -14/+6 |
* | rework test import code, rename test_vercmp to be more generic, add tests for... | Alec Warner | 2007-01-10 | 3 | -11/+36 |
* | Use startwith to simplify =* matching. | Zac Medico | 2007-01-10 | 1 | -2/+1 |
* | Minor fixes for the =* operator (I hope we're done now :). | Zac Medico | 2007-01-10 | 1 | -3/+6 |
* | I hate this thing | Marius Mauch | 2007-01-10 | 1 | -1/+4 |
* | minor performance improvement | Marius Mauch | 2007-01-10 | 1 | -5/+5 |
* | also sanitize mycpv for =* handling | Marius Mauch | 2007-01-10 | 1 | -0/+2 |
* | =* operator sucks | Marius Mauch | 2007-01-10 | 1 | -8/+5 |
* | Documenting the loop a bit | Marius Mauch | 2007-01-10 | 1 | -0/+3 |
* | Make the =* operator more robust | Marius Mauch | 2007-01-10 | 1 | -2/+7 |
* | Attach the problematic data to the exception for debugging | Marius Mauch | 2007-01-10 | 1 | -1/+1 |
* | Stupid me, shouldn't jsut move a part of the patch | Marius Mauch | 2007-01-10 | 2 | -13/+12 |
* | Always use vercmp for cpv comparisons | Marius Mauch | 2007-01-10 | 2 | -4/+15 |
* | Make env variable example about USE shell independent | Marius Mauch | 2007-01-10 | 1 | -2/+3 |
* | create symlinks to html documentation if DOC_SYMLINK_DIR is set, original pat... | Marius Mauch | 2007-01-10 | 3 | -1/+26 |
* | make.globals has no business in profiles | Marius Mauch | 2007-01-10 | 1 | -3/+1 |
* | For bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify eqaw... | Zac Medico | 2007-01-10 | 7 | -70/+68 |
* | Add elog related variables to make.conf(5) with a pointer to make.conf.exampl... | Marius Mauch | 2007-01-10 | 2 | -3/+21 |
* | Update x86 CFLAGS section, original patch by Peter Gantner (bug #133402) | Marius Mauch | 2007-01-10 | 1 | -14/+46 |
* | Misc typo fixes, patch by Benno Schulenberg (bug #157812) | Marius Mauch | 2007-01-10 | 1 | -11/+11 |
* | For bug #160971, rename dir.gz to dir.gz.old when necessary to avoid problems... | Zac Medico | 2007-01-09 | 1 | -6/+8 |
* | For bug #161003, disallow virtuals in package.provided and document it. Than... | Zac Medico | 2007-01-09 | 2 | -1/+24 |
* | For bug #161103, don't skip collision-protect checks in cases where the begin... | Zac Medico | 2007-01-09 | 1 | -3/+6 |
* | Make digestgen() force fetch unless all required digest types are available. ... | Zac Medico | 2007-01-09 | 1 | -2/+12 |
* | Split PORTAGE_ELOG_CLASSES outside the loop for better efficiency. | Zac Medico | 2007-01-09 | 1 | -2/+3 |