summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* shift test cases aroundAlec Warner2007-01-101-0/+33
| | | | svn path=/main/trunk/; revision=5527
* shift test cases aroundAlec Warner2007-01-101-28/+0
| | | | svn path=/main/trunk/; revision=5526
* Take Genone's suggestion and break the modules up into module oriented ↵Alec Warner2007-01-105-7/+34
| | | | | | fashion. Tests for portage.py go in portage/ and so on and so forth... svn path=/main/trunk/; revision=5525
* Fix Fail testAlec Warner2007-01-101-2/+5
| | | | svn path=/main/trunk/; revision=5524
* Make the tests pass.Zac Medico2007-01-101-14/+6
| | | | svn path=/main/trunk/; revision=5523
* rework test import code, rename test_vercmp to be more generic, add tests ↵Alec Warner2007-01-103-11/+36
| | | | | | for =* glob matches svn path=/main/trunk/; revision=5522
* Use startwith to simplify =* matching.Zac Medico2007-01-101-2/+1
| | | | svn path=/main/trunk/; revision=5521
* Minor fixes for the =* operator (I hope we're done now :).Zac Medico2007-01-101-3/+6
| | | | svn path=/main/trunk/; revision=5520
* I hate this thingMarius Mauch2007-01-101-1/+4
| | | | svn path=/main/trunk/; revision=5519
* minor performance improvementMarius Mauch2007-01-101-5/+5
| | | | svn path=/main/trunk/; revision=5518
* also sanitize mycpv for =* handlingMarius Mauch2007-01-101-0/+2
| | | | svn path=/main/trunk/; revision=5517
* =* operator sucksMarius Mauch2007-01-101-8/+5
| | | | svn path=/main/trunk/; revision=5516
* Documenting the loop a bitMarius Mauch2007-01-101-0/+3
| | | | svn path=/main/trunk/; revision=5515
* Make the =* operator more robustMarius Mauch2007-01-101-2/+7
| | | | svn path=/main/trunk/; revision=5514
* Attach the problematic data to the exception for debuggingMarius Mauch2007-01-101-1/+1
| | | | svn path=/main/trunk/; revision=5513
* Stupid me, shouldn't jsut move a part of the patchMarius Mauch2007-01-102-13/+12
| | | | svn path=/main/trunk/; revision=5512
* Always use vercmp for cpv comparisonsMarius Mauch2007-01-102-4/+15
| | | | svn path=/main/trunk/; revision=5511
* Make env variable example about USE shell independentMarius Mauch2007-01-101-2/+3
| | | | svn path=/main/trunk/; revision=5510
* create symlinks to html documentation if DOC_SYMLINK_DIR is set, original ↵Marius Mauch2007-01-103-1/+26
| | | | | | patch by TGL <degrenier@easyconnect.fr> (bug #67130) svn path=/main/trunk/; revision=5509
* make.globals has no business in profilesMarius Mauch2007-01-101-3/+1
| | | | svn path=/main/trunk/; revision=5508
* For bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify ↵Zac Medico2007-01-107-70/+68
| | | | | | eqawarn to use vecho and send ouput to stderr. svn path=/main/trunk/; revision=5507
* Add elog related variables to make.conf(5) with a pointer to ↵Marius Mauch2007-01-102-3/+21
| | | | | | make.conf.example. Add elog() description to ebuild(5) and update einfo() description. svn path=/main/trunk/; revision=5506
* Update x86 CFLAGS section, original patch by Peter Gantner (bug #133402)Marius Mauch2007-01-101-14/+46
| | | | svn path=/main/trunk/; revision=5505
* Misc typo fixes, patch by Benno Schulenberg (bug #157812)Marius Mauch2007-01-101-11/+11
| | | | svn path=/main/trunk/; revision=5504
* For bug #160971, rename dir.gz to dir.gz.old when necessary to avoid ↵Zac Medico2007-01-091-6/+8
| | | | | | problems with install-info. Thanks to Ed Catmur <ed@catmur.co.uk> for the initial patch. svn path=/main/trunk/; revision=5503
* For bug #161003, disallow virtuals in package.provided and document it. ↵Zac Medico2007-01-092-1/+24
| | | | | | Thanks to Robin Johnson <robbat2@gentoo.org> for the initial patch. svn path=/main/trunk/; revision=5502
* For bug #161103, don't skip collision-protect checks in cases where the ↵Zac Medico2007-01-091-3/+6
| | | | | | beginning of the file path matches a symlink but is not acually inside a symlinked directory (check the path against symlink + os.path.sep). svn path=/main/trunk/; revision=5499
* Make digestgen() force fetch unless all required digest types are available. ↵Zac Medico2007-01-091-2/+12
| | | | | | Thanks to jokey for reporting on irc. svn path=/main/trunk/; revision=5496
* Split PORTAGE_ELOG_CLASSES outside the loop for better efficiency.Zac Medico2007-01-091-2/+3
| | | | svn path=/main/trunk/; revision=5495
* Update NEWS with eqawarn and 'ebuild foo test' changesMarius Mauch2007-01-091-0/+2
| | | | svn path=/main/trunk/; revision=5494
* This file apparently uses spaces to line everything up pretty (I have weird ↵Alec Warner2007-01-091-2/+2
| | | | | | tabs set, so spacies are good :P) svn path=/main/trunk/; revision=5493
* Okies this works locally for me now (and Zac)Alec Warner2007-01-091-3/+3
| | | | svn path=/main/trunk/; revision=5492
* Mention new QA loglevel in make.conf.exampleMarius Mauch2007-01-091-1/+1
| | | | svn path=/main/trunk/; revision=5491
* Add new eqawarn function and QA loglevel to be used for QA messagesMarius Mauch2007-01-092-2/+12
| | | | svn path=/main/trunk/; revision=5490
* Zac pointed out that the retcodes would be wrong if stuff failed...Yeah...Alec Warner2007-01-091-2/+2
| | | | svn path=/main/trunk/; revision=5489
* Disable qa_source usage until it actually worksMarius Mauch2007-01-091-3/+3
| | | | svn path=/main/trunk/; revision=5488
* Always run src_test when calling 'ebuild foo test'Marius Mauch2007-01-092-1/+6
| | | | svn path=/main/trunk/; revision=5487
* Make PORTAGE_BASE_PATH dynamic based on __file__Marius Mauch2007-01-091-1/+4
| | | | svn path=/main/trunk/; revision=5486