summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow catpkgsplit to be less strict for atoms that come from installed ↵Zac Medico2007-01-111-1/+3
| | | | | | packages (for backward compatibility). svn path=/main/trunk/; revision=5577
* use cached suffix value and if it is not valid, lets warnMike Frysinger2007-01-111-2/+5
| | | | svn path=/main/trunk/; revision=5576
* dont compress files that are already compressed and dont do sanity checking ↵Mike Frysinger2007-01-111-8/+3
| | | | | | on the link dest as we cant properly verify things like absolute symlinks svn path=/main/trunk/; revision=5575
* Use a global to ensure that the valid_category regex is cached.Zac Medico2007-01-111-2/+4
| | | | svn path=/main/trunk/; revision=5574
* SpanKY likes the latin categoriesAlec Warner2007-01-111-1/+1
| | | | svn path=/main/trunk/; revision=5573
* learn to spellAlec Warner2007-01-111-1/+1
| | | | svn path=/main/trunk/; revision=5572
* Handle the exception in isvalidatom, change it to use a portage exceptoin, ↵Alec Warner2007-01-113-9/+10
| | | | | | thanks to Zac for pointing this out svn path=/main/trunk/; revision=5571
* Fix comments for catpkgsplitAlec Warner2007-01-111-1/+2
| | | | svn path=/main/trunk/; revision=5570
* catch and validate new ValueError ExceptionAlec Warner2007-01-111-3/+6
| | | | svn path=/main/trunk/; revision=5569
* Valid categories in catpkgsplitAlec Warner2007-01-111-1/+19
| | | | svn path=/main/trunk/; revision=5568
* print the incorrect atomAlec Warner2007-01-111-1/+2
| | | | svn path=/main/trunk/; revision=5567
* add some invalid ops to getcpv to make sure it returns the cpv stillAlec Warner2007-01-111-0/+6
| | | | svn path=/main/trunk/; revision=5566
* For bug #50738, inform the user about the location of the timestamp file and ↵Zac Medico2007-01-111-0/+4
| | | | | | that it can be removed to force sync. svn path=/main/trunk/; revision=5565
* isjustname testsAlec Warner2007-01-111-0/+25
| | | | svn path=/main/trunk/; revision=5564
* elaborate a bit on isjustname()Alec Warner2007-01-111-1/+1
| | | | svn path=/main/trunk/; revision=5563
* getslot testsAlec Warner2007-01-111-0/+27
| | | | svn path=/main/trunk/; revision=5562
* I owed brian harring 3.50, for th previous advice about ↵Alec Warner2007-01-111-0/+25
| | | | | | assertEqual/NotEqual, oh, add dep_getcpv tests too svn path=/main/trunk/; revision=5561
* take some advice and use AssertEqual/NotEqualAlec Warner2007-01-117-24/+11
| | | | svn path=/main/trunk/; revision=5560
* add some invalid operators to the test to denote that get_operator doesn't ↵Alec Warner2007-01-111-1/+4
| | | | | | validate them, also make sure some common mis-typed things are tested (=> instead of >= fex) svn path=/main/trunk/; revision=5559
* get_operator testsAlec Warner2007-01-111-0/+27
| | | | svn path=/main/trunk/; revision=5558
* Commit unit tests, hey look THEY ARE BROKENAlec Warner2007-01-112-0/+49
| | | | svn path=/main/trunk/; revision=5557
* docs for grabdictAlec Warner2007-01-111-1/+21
| | | | svn path=/main/trunk/; revision=5556
* add support for user-customizable compression #9870Mike Frysinger2007-01-1110-126/+154
| | | | svn path=/main/trunk/; revision=5555
* Use dict.get() to prevent a potential (bug unlikely) KeyError.Zac Medico2007-01-111-4/+4
| | | | svn path=/main/trunk/; revision=5554
* Use isinstance(foo, basestring) so that it can work with unicode strings too.Zac Medico2007-01-111-1/+1
| | | | svn path=/main/trunk/; revision=5553
* Add note that any value enables EPAUSE_IGNOREMarius Mauch2007-01-111-0/+1
| | | | svn path=/main/trunk/; revision=5552
* Make FEATURES=test imply USE=testMarius Mauch2007-01-111-0/+5
| | | | svn path=/main/trunk/; revision=5551
* continue is only for loopsMarius Mauch2007-01-111-1/+1
| | | | svn path=/main/trunk/; revision=5550
* add stack_lists checksAlec Warner2007-01-111-1/+12
| | | | svn path=/main/trunk/; revision=5549
* Extend ignore filter for grablines (bug #144445)Marius Mauch2007-01-111-1/+3
| | | | svn path=/main/trunk/; revision=5548
* More portage_util testsAlec Warner2007-01-113-6/+98
| | | | svn path=/main/trunk/; revision=5547
* Don't escape strings in PortageException as that breaks newline handling ↵Marius Mauch2007-01-111-1/+4
| | | | | | (bug 147785) svn path=/main/trunk/; revision=5546
* Rename 'Last Sync' to 'Timestamp of tree' to clarify the meaning (bug #150051)Marius Mauch2007-01-111-1/+1
| | | | svn path=/main/trunk/; revision=5545
* Add 'stricter' description, misc typo fixes, patch by Max Lorenz (bug #153755)Marius Mauch2007-01-111-6/+9
| | | | svn path=/main/trunk/; revision=5544
* Update CCACHE docs, patch by Ryan Hill (bug #156865)Marius Mauch2007-01-112-9/+20
| | | | svn path=/main/trunk/; revision=5543
* Remove RESTRICT=sandbox docs until bug #161045 is resolvedMarius Mauch2007-01-111-3/+0
| | | | svn path=/main/trunk/; revision=5542
* Remove / character from module names.Zac Medico2007-01-111-1/+1
| | | | svn path=/main/trunk/; revision=5541
* more test re-arranging as Alec can't read what functions are in what filesAlec Warner2007-01-113-1/+5
| | | | svn path=/main/trunk/; revision=5540
* edit test-notesAlec Warner2007-01-111-3/+6
| | | | svn path=/main/trunk/; revision=5539
* remove bogs test dir, add portage_versionsAlec Warner2007-01-111-1/+1
| | | | svn path=/main/trunk/; revision=5538
* Add a bit of path mangling to allow deeper testsAlec Warner2007-01-113-4/+9
| | | | svn path=/main/trunk/; revision=5537
* Rename depgraph._invalid_depgraph_is_acceptable() to _accept_collisions() ↵Zac Medico2007-01-101-2/+2
| | | | | | for a better description. svn path=/main/trunk/; revision=5536
* Don't allow slot collision nodes to block other packages since blocker ↵Zac Medico2007-01-101-1/+6
| | | | | | validation is only able to account for one package per slot. svn path=/main/trunk/; revision=5535
* For bug #161422, make slot collisions non-fatal in cases where an invalid ↵Zac Medico2007-01-101-26/+31
| | | | | | depgraph is acceptable (--fetchonly, for example). svn path=/main/trunk/; revision=5534
* Fix sys.path so that imports work correctly.Zac Medico2007-01-101-4/+4
| | | | svn path=/main/trunk/; revision=5533
* Fix module loading.Zac Medico2007-01-101-9/+17
| | | | svn path=/main/trunk/; revision=5532
* add a few tips on adding tests, and kinks in the current system, I hope to ↵Alec Warner2007-01-101-0/+24
| | | | | | fix the import bug soon svn path=/main/trunk/; revision=5531
* remove monolithic testAlec Warner2007-01-101-20/+0
| | | | svn path=/main/trunk/; revision=5530
* split out util testsAlec Warner2007-01-107-19/+79
| | | | svn path=/main/trunk/; revision=5529
* rename atoms back to vercmpAlec Warner2007-01-101-0/+0
| | | | svn path=/main/trunk/; revision=5528