portage.git
17 years agodocs for grabdict
Alec Warner [Thu, 11 Jan 2007 19:02:17 +0000 (19:02 -0000)]
docs for grabdict

svn path=/main/trunk/; revision=5556

17 years agoadd support for user-customizable compression #9870
Mike Frysinger [Thu, 11 Jan 2007 18:50:51 +0000 (18:50 -0000)]
add support for user-customizable compression #9870

svn path=/main/trunk/; revision=5555

17 years agoUse dict.get() to prevent a potential (bug unlikely) KeyError.
Zac Medico [Thu, 11 Jan 2007 18:09:08 +0000 (18:09 -0000)]
Use dict.get() to prevent a potential (bug unlikely) KeyError.

svn path=/main/trunk/; revision=5554

17 years agoUse isinstance(foo, basestring) so that it can work with unicode strings too.
Zac Medico [Thu, 11 Jan 2007 17:34:56 +0000 (17:34 -0000)]
Use isinstance(foo, basestring) so that it can work with unicode strings too.

svn path=/main/trunk/; revision=5553

17 years agoAdd note that any value enables EPAUSE_IGNORE
Marius Mauch [Thu, 11 Jan 2007 10:08:51 +0000 (10:08 -0000)]
Add note that any value enables EPAUSE_IGNORE

svn path=/main/trunk/; revision=5552

17 years agoMake FEATURES=test imply USE=test
Marius Mauch [Thu, 11 Jan 2007 09:09:34 +0000 (09:09 -0000)]
Make FEATURES=test imply USE=test

svn path=/main/trunk/; revision=5551

17 years agocontinue is only for loops
Marius Mauch [Thu, 11 Jan 2007 09:07:22 +0000 (09:07 -0000)]
continue is only for loops

svn path=/main/trunk/; revision=5550

17 years agoadd stack_lists checks
Alec Warner [Thu, 11 Jan 2007 09:03:18 +0000 (09:03 -0000)]
add stack_lists checks

svn path=/main/trunk/; revision=5549

17 years agoExtend ignore filter for grablines (bug #144445)
Marius Mauch [Thu, 11 Jan 2007 08:47:50 +0000 (08:47 -0000)]
Extend ignore filter for grablines (bug #144445)

svn path=/main/trunk/; revision=5548

17 years agoMore portage_util tests
Alec Warner [Thu, 11 Jan 2007 08:45:13 +0000 (08:45 -0000)]
More portage_util tests

svn path=/main/trunk/; revision=5547

17 years agoDon't escape strings in PortageException as that breaks newline handling (bug 147785)
Marius Mauch [Thu, 11 Jan 2007 08:22:51 +0000 (08:22 -0000)]
Don't escape strings in PortageException as that breaks newline handling (bug 147785)

svn path=/main/trunk/; revision=5546

17 years agoRename 'Last Sync' to 'Timestamp of tree' to clarify the meaning (bug #150051)
Marius Mauch [Thu, 11 Jan 2007 07:52:57 +0000 (07:52 -0000)]
Rename 'Last Sync' to 'Timestamp of tree' to clarify the meaning (bug #150051)

svn path=/main/trunk/; revision=5545

17 years agoAdd 'stricter' description, misc typo fixes, patch by Max Lorenz (bug #153755)
Marius Mauch [Thu, 11 Jan 2007 07:19:34 +0000 (07:19 -0000)]
Add 'stricter' description, misc typo fixes, patch by Max Lorenz (bug #153755)

svn path=/main/trunk/; revision=5544

17 years agoUpdate CCACHE docs, patch by Ryan Hill (bug #156865)
Marius Mauch [Thu, 11 Jan 2007 07:10:27 +0000 (07:10 -0000)]
Update CCACHE docs, patch by Ryan Hill (bug #156865)

svn path=/main/trunk/; revision=5543

17 years agoRemove RESTRICT=sandbox docs until bug #161045 is resolved
Marius Mauch [Thu, 11 Jan 2007 06:58:36 +0000 (06:58 -0000)]
Remove RESTRICT=sandbox docs until bug #161045 is resolved

svn path=/main/trunk/; revision=5542

17 years agoRemove / character from module names.
Zac Medico [Thu, 11 Jan 2007 06:18:50 +0000 (06:18 -0000)]
Remove / character from module names.

svn path=/main/trunk/; revision=5541

17 years agomore test re-arranging as Alec can't read what functions are in what files
Alec Warner [Thu, 11 Jan 2007 05:29:35 +0000 (05:29 -0000)]
more test re-arranging as Alec can't read what functions are in what files

svn path=/main/trunk/; revision=5540

17 years agoedit test-notes
Alec Warner [Thu, 11 Jan 2007 05:12:06 +0000 (05:12 -0000)]
edit test-notes

svn path=/main/trunk/; revision=5539

17 years agoremove bogs test dir, add portage_versions
Alec Warner [Thu, 11 Jan 2007 05:10:12 +0000 (05:10 -0000)]
remove bogs test dir, add portage_versions

svn path=/main/trunk/; revision=5538

17 years agoAdd a bit of path mangling to allow deeper tests
Alec Warner [Thu, 11 Jan 2007 05:09:38 +0000 (05:09 -0000)]
Add a bit of path mangling to allow deeper tests

svn path=/main/trunk/; revision=5537

17 years agoRename depgraph._invalid_depgraph_is_acceptable() to _accept_collisions() for a bette...
Zac Medico [Wed, 10 Jan 2007 23:53:23 +0000 (23:53 -0000)]
Rename depgraph._invalid_depgraph_is_acceptable() to _accept_collisions() for a better description.

svn path=/main/trunk/; revision=5536

17 years agoDon't allow slot collision nodes to block other packages since blocker validation...
Zac Medico [Wed, 10 Jan 2007 23:46:57 +0000 (23:46 -0000)]
Don't allow slot collision nodes to block other packages since blocker validation is only able to account for one package per slot.

svn path=/main/trunk/; revision=5535

17 years agoFor bug #161422, make slot collisions non-fatal in cases where an invalid depgraph...
Zac Medico [Wed, 10 Jan 2007 23:29:43 +0000 (23:29 -0000)]
For bug #161422, make slot collisions non-fatal in cases where an invalid depgraph is acceptable (--fetchonly, for example).

svn path=/main/trunk/; revision=5534

17 years agoFix sys.path so that imports work correctly.
Zac Medico [Wed, 10 Jan 2007 21:13:43 +0000 (21:13 -0000)]
Fix sys.path so that imports work correctly.

svn path=/main/trunk/; revision=5533

17 years agoFix module loading.
Zac Medico [Wed, 10 Jan 2007 18:46:35 +0000 (18:46 -0000)]
Fix module loading.

svn path=/main/trunk/; revision=5532

17 years agoadd a few tips on adding tests, and kinks in the current system, I hope to fix the...
Alec Warner [Wed, 10 Jan 2007 13:51:32 +0000 (13:51 -0000)]
add a few tips on adding tests, and kinks in the current system, I hope to fix the import bug soon

svn path=/main/trunk/; revision=5531

17 years agoremove monolithic test
Alec Warner [Wed, 10 Jan 2007 13:45:50 +0000 (13:45 -0000)]
remove monolithic test

svn path=/main/trunk/; revision=5530

17 years agosplit out util tests
Alec Warner [Wed, 10 Jan 2007 13:45:27 +0000 (13:45 -0000)]
split out util tests

svn path=/main/trunk/; revision=5529

17 years agorename atoms back to vercmp
Alec Warner [Wed, 10 Jan 2007 13:38:08 +0000 (13:38 -0000)]
rename atoms back to vercmp

svn path=/main/trunk/; revision=5528

17 years agoshift test cases around
Alec Warner [Wed, 10 Jan 2007 13:37:46 +0000 (13:37 -0000)]
shift test cases around

svn path=/main/trunk/; revision=5527

17 years agoshift test cases around
Alec Warner [Wed, 10 Jan 2007 13:37:28 +0000 (13:37 -0000)]
shift test cases around

svn path=/main/trunk/; revision=5526

17 years agoTake Genone's suggestion and break the modules up into module oriented fashion. ...
Alec Warner [Wed, 10 Jan 2007 13:35:03 +0000 (13:35 -0000)]
Take Genone's suggestion and break the modules up into module oriented fashion.  Tests for portage.py go in portage/ and so on and so forth...

svn path=/main/trunk/; revision=5525

17 years agoFix Fail test
Alec Warner [Wed, 10 Jan 2007 12:52:55 +0000 (12:52 -0000)]
Fix Fail test

svn path=/main/trunk/; revision=5524

17 years agoMake the tests pass.
Zac Medico [Wed, 10 Jan 2007 12:50:49 +0000 (12:50 -0000)]
Make the tests pass.

svn path=/main/trunk/; revision=5523

17 years agorework test import code, rename test_vercmp to be more generic, add tests for =*...
Alec Warner [Wed, 10 Jan 2007 12:30:05 +0000 (12:30 -0000)]
rework test import code, rename test_vercmp to be more generic, add tests for =* glob matches

svn path=/main/trunk/; revision=5522

17 years agoUse startwith to simplify =* matching.
Zac Medico [Wed, 10 Jan 2007 11:41:09 +0000 (11:41 -0000)]
Use startwith to simplify =* matching.

svn path=/main/trunk/; revision=5521

17 years agoMinor fixes for the =* operator (I hope we're done now :).
Zac Medico [Wed, 10 Jan 2007 11:25:06 +0000 (11:25 -0000)]
Minor fixes for the =* operator (I hope we're done now :).

svn path=/main/trunk/; revision=5520

17 years agoI hate this thing
Marius Mauch [Wed, 10 Jan 2007 11:02:21 +0000 (11:02 -0000)]
I hate this thing

svn path=/main/trunk/; revision=5519

17 years agominor performance improvement
Marius Mauch [Wed, 10 Jan 2007 10:02:52 +0000 (10:02 -0000)]
minor performance improvement

svn path=/main/trunk/; revision=5518

17 years agoalso sanitize mycpv for =* handling
Marius Mauch [Wed, 10 Jan 2007 09:50:19 +0000 (09:50 -0000)]
also sanitize mycpv for =* handling

svn path=/main/trunk/; revision=5517

17 years ago=* operator sucks
Marius Mauch [Wed, 10 Jan 2007 09:40:43 +0000 (09:40 -0000)]
=* operator sucks

svn path=/main/trunk/; revision=5516

17 years agoDocumenting the loop a bit
Marius Mauch [Wed, 10 Jan 2007 09:07:57 +0000 (09:07 -0000)]
Documenting the loop a bit

svn path=/main/trunk/; revision=5515

17 years agoMake the =* operator more robust
Marius Mauch [Wed, 10 Jan 2007 08:55:31 +0000 (08:55 -0000)]
Make the =* operator more robust

svn path=/main/trunk/; revision=5514

17 years agoAttach the problematic data to the exception for debugging
Marius Mauch [Wed, 10 Jan 2007 08:34:43 +0000 (08:34 -0000)]
Attach the problematic data to the exception for debugging

svn path=/main/trunk/; revision=5513

17 years agoStupid me, shouldn't jsut move a part of the patch
Marius Mauch [Wed, 10 Jan 2007 08:18:06 +0000 (08:18 -0000)]
Stupid me, shouldn't jsut move a part of the patch

svn path=/main/trunk/; revision=5512

17 years agoAlways use vercmp for cpv comparisons
Marius Mauch [Wed, 10 Jan 2007 08:08:18 +0000 (08:08 -0000)]
Always use vercmp for cpv comparisons

svn path=/main/trunk/; revision=5511

17 years agoMake env variable example about USE shell independent
Marius Mauch [Wed, 10 Jan 2007 07:44:01 +0000 (07:44 -0000)]
Make env variable example about USE shell independent

svn path=/main/trunk/; revision=5510

17 years agocreate symlinks to html documentation if DOC_SYMLINK_DIR is set, original patch by...
Marius Mauch [Wed, 10 Jan 2007 06:18:13 +0000 (06:18 -0000)]
create symlinks to html documentation if DOC_SYMLINK_DIR is set, original patch by TGL <degrenier@easyconnect.fr> (bug #67130)

svn path=/main/trunk/; revision=5509

17 years agomake.globals has no business in profiles
Marius Mauch [Wed, 10 Jan 2007 04:34:47 +0000 (04:34 -0000)]
make.globals has no business in profiles

svn path=/main/trunk/; revision=5508

17 years agoFor bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify eqawarn...
Zac Medico [Wed, 10 Jan 2007 04:22:27 +0000 (04:22 -0000)]
For bug #160075, send all 'QA Notice' messages to eqawarn.  Also, modify eqawarn to use vecho and send ouput to stderr.

svn path=/main/trunk/; revision=5507

17 years agoAdd elog related variables to make.conf(5) with a pointer to make.conf.example. Add...
Marius Mauch [Wed, 10 Jan 2007 03:24:21 +0000 (03:24 -0000)]
Add elog related variables to make.conf(5) with a pointer to make.conf.example. Add elog() description to ebuild(5) and update einfo() description.

svn path=/main/trunk/; revision=5506

17 years agoUpdate x86 CFLAGS section, original patch by Peter Gantner (bug #133402)
Marius Mauch [Wed, 10 Jan 2007 02:26:43 +0000 (02:26 -0000)]
Update x86 CFLAGS section, original patch by Peter Gantner (bug #133402)

svn path=/main/trunk/; revision=5505

17 years agoMisc typo fixes, patch by Benno Schulenberg (bug #157812)
Marius Mauch [Wed, 10 Jan 2007 01:40:19 +0000 (01:40 -0000)]
Misc typo fixes, patch by Benno Schulenberg (bug #157812)

svn path=/main/trunk/; revision=5504

17 years agoFor bug #160971, rename dir.gz to dir.gz.old when necessary to avoid problems with...
Zac Medico [Tue, 9 Jan 2007 22:23:22 +0000 (22:23 -0000)]
For bug #160971, rename dir.gz to dir.gz.old when necessary to avoid problems with install-info.  Thanks to Ed Catmur <ed@catmur.co.uk> for the initial patch.

svn path=/main/trunk/; revision=5503

17 years agoFor bug #161003, disallow virtuals in package.provided and document it. Thanks to...
Zac Medico [Tue, 9 Jan 2007 20:34:27 +0000 (20:34 -0000)]
For bug #161003, disallow virtuals in package.provided and document it.  Thanks to Robin Johnson <robbat2@gentoo.org> for the initial patch.

svn path=/main/trunk/; revision=5502

17 years agoFor bug #161103, don't skip collision-protect checks in cases where the beginning...
Zac Medico [Tue, 9 Jan 2007 18:54:09 +0000 (18:54 -0000)]
For bug #161103, don't skip collision-protect checks in cases where the 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

17 years agoMake digestgen() force fetch unless all required digest types are available. Thanks...
Zac Medico [Tue, 9 Jan 2007 04:25:33 +0000 (04:25 -0000)]
Make digestgen() force fetch unless all required digest types are available.  Thanks to jokey for reporting on irc.

svn path=/main/trunk/; revision=5496

17 years agoSplit PORTAGE_ELOG_CLASSES outside the loop for better efficiency.
Zac Medico [Tue, 9 Jan 2007 02:51:58 +0000 (02:51 -0000)]
Split PORTAGE_ELOG_CLASSES outside the loop for better efficiency.

svn path=/main/trunk/; revision=5495

17 years agoUpdate NEWS with eqawarn and 'ebuild foo test' changes
Marius Mauch [Tue, 9 Jan 2007 02:35:45 +0000 (02:35 -0000)]
Update NEWS with eqawarn and 'ebuild foo test' changes

svn path=/main/trunk/; revision=5494

17 years agoThis file apparently uses spaces to line everything up pretty (I have weird tabs...
Alec Warner [Tue, 9 Jan 2007 02:18:21 +0000 (02:18 -0000)]
This file apparently uses spaces to line everything up pretty (I have weird tabs set, so spacies are good :P)

svn path=/main/trunk/; revision=5493

17 years agoOkies this works locally for me now (and Zac)
Alec Warner [Tue, 9 Jan 2007 02:12:00 +0000 (02:12 -0000)]
Okies this works locally for me now (and Zac)

svn path=/main/trunk/; revision=5492

17 years agoMention new QA loglevel in make.conf.example
Marius Mauch [Tue, 9 Jan 2007 01:56:04 +0000 (01:56 -0000)]
Mention new QA loglevel in make.conf.example

svn path=/main/trunk/; revision=5491

17 years agoAdd new eqawarn function and QA loglevel to be used for QA messages
Marius Mauch [Tue, 9 Jan 2007 01:43:40 +0000 (01:43 -0000)]
Add new eqawarn function and QA loglevel to be used for QA messages

svn path=/main/trunk/; revision=5490

17 years agoZac pointed out that the retcodes would be wrong if stuff failed...Yeah...
Alec Warner [Tue, 9 Jan 2007 01:34:18 +0000 (01:34 -0000)]
Zac pointed out that the retcodes would be wrong if stuff failed...Yeah...

svn path=/main/trunk/; revision=5489

17 years agoDisable qa_source usage until it actually works
Marius Mauch [Tue, 9 Jan 2007 01:23:08 +0000 (01:23 -0000)]
Disable qa_source usage until it actually works

svn path=/main/trunk/; revision=5488

17 years agoAlways run src_test when calling 'ebuild foo test'
Marius Mauch [Tue, 9 Jan 2007 01:21:19 +0000 (01:21 -0000)]
Always run src_test when calling 'ebuild foo test'

svn path=/main/trunk/; revision=5487

17 years agoMake PORTAGE_BASE_PATH dynamic based on __file__
Marius Mauch [Tue, 9 Jan 2007 01:18:30 +0000 (01:18 -0000)]
Make PORTAGE_BASE_PATH dynamic based on __file__

svn path=/main/trunk/; revision=5486

17 years agoAntarus sucks at bash, thanks for Genone for reporting this major bug.
Alec Warner [Mon, 8 Jan 2007 23:47:44 +0000 (23:47 -0000)]
Antarus sucks at bash, thanks for Genone for reporting this major bug.

svn path=/main/trunk/; revision=5485

17 years agoImplement QA checks that attempt to detect changed shopts and IFS in ebuild/eclass...
Alec Warner [Mon, 8 Jan 2007 21:15:13 +0000 (21:15 -0000)]
Implement QA checks that attempt to detect changed shopts and IFS in ebuild/eclass/profile code.  Spit a warning if that is the case.  I expect this check will eventually reset the shopts and IFS, but in this case it may break things that depend on the current behavior

svn path=/main/trunk/; revision=5484

17 years agoFor bug #160893, ignore a KeyError during cache cleansing since that key isn't wanted...
Zac Medico [Mon, 8 Jan 2007 16:20:31 +0000 (16:20 -0000)]
For bug #160893, ignore a KeyError during cache cleansing since that key isn't wanted anyway.

svn path=/main/trunk/; revision=5483

17 years agos/suffix/version prefix/ since it really is a prefix for the version string.
Zac Medico [Mon, 8 Jan 2007 05:27:14 +0000 (05:27 -0000)]
s/suffix/version prefix/ since it really is a prefix for the version string.

svn path=/main/trunk/; revision=5482

17 years agos/prefix/suffix/ Thanks to hydrogen for reporting on irc.
Zac Medico [Mon, 8 Jan 2007 05:09:43 +0000 (05:09 -0000)]
s/prefix/suffix/ Thanks to hydrogen for reporting on irc.

svn path=/main/trunk/; revision=5481

17 years agoDon't automatically fix digests in --pretend mode.
Zac Medico [Sun, 7 Jan 2007 17:59:24 +0000 (17:59 -0000)]
Don't automatically fix digests in --pretend mode.

svn path=/main/trunk/; revision=5480

17 years agoDon't swallow an IOError if it is thrown from the aux_get call in portdbapi.getfetchl...
Zac Medico [Sat, 6 Jan 2007 23:07:38 +0000 (23:07 -0000)]
Don't swallow an IOError if it is thrown from the aux_get call in portdbapi.getfetchlist().

svn path=/main/trunk/; revision=5478

17 years agoFix the digestentry.unused check so that it works properly when old-style files/diges...
Zac Medico [Sat, 6 Jan 2007 22:39:23 +0000 (22:39 -0000)]
Fix the digestentry.unused check so that it works properly when old-style files/digest-* don't exist.

svn path=/main/trunk/; revision=5477

17 years agoFor bug #160310, remove the line continuation syntax check since it's still possible...
Zac Medico [Sat, 6 Jan 2007 04:35:45 +0000 (04:35 -0000)]
For bug #160310, remove the line continuation syntax check since it's still possible for it to generate false positives.

svn path=/main/trunk/; revision=5471

17 years agoFor bug #160310, allow \ inside `` quotes in order to prevent a false Line continuati...
Zac Medico [Sat, 6 Jan 2007 02:10:34 +0000 (02:10 -0000)]
For bug #160310, allow \ inside `` quotes in order to prevent a false Line continuation ("\") Syntax Error.

svn path=/main/trunk/; revision=5470

17 years agoforce C locale for now when parsing gcc log files #160234
Mike Frysinger [Sat, 6 Jan 2007 01:36:44 +0000 (01:36 -0000)]
force C locale for now when parsing gcc log files #160234

svn path=/main/trunk/; revision=5469

17 years agorevert previous changes ... ruby.eclass is wrongly polluting env with nullglob
Mike Frysinger [Sat, 6 Jan 2007 01:06:36 +0000 (01:06 -0000)]
revert previous changes ... ruby.eclass is wrongly polluting env with nullglob

svn path=/main/trunk/; revision=5468

17 years agoFix one more potential false glob match.
Zac Medico [Sat, 6 Jan 2007 00:30:12 +0000 (00:30 -0000)]
Fix one more potential false glob match.

svn path=/main/trunk/; revision=5467

17 years agoFix shell glob logic that leads to false positives. Thanks to Flameeyes for reporting.
Zac Medico [Sat, 6 Jan 2007 00:16:59 +0000 (00:16 -0000)]
Fix shell glob logic that leads to false positives.  Thanks to Flameeyes for reporting.

svn path=/main/trunk/; revision=5466

17 years agoFor bug #160299, make sure that emerge sees a somewhat valid COUNTER even when the...
Zac Medico [Fri, 5 Jan 2007 22:39:59 +0000 (22:39 -0000)]
For bug #160299, make sure that emerge sees a somewhat valid COUNTER even when the counter is missing.

svn path=/main/trunk/; revision=5465

17 years agoFor python-2.3 compatibility, don't pass an iterable into dict.update().
Zac Medico [Fri, 5 Jan 2007 11:29:15 +0000 (11:29 -0000)]
For python-2.3 compatibility, don't pass an iterable into dict.update().

svn path=/main/trunk/; revision=5464

17 years agoMake repoman use portage.normalize_path instead of os.path.normpath. This might...
Zac Medico [Fri, 5 Jan 2007 01:26:58 +0000 (01:26 -0000)]
Make repoman use portage.normalize_path instead of os.path.normpath.  This might solve an issue with incorrect repolevel detection that was reported by drizzt.

svn path=/main/trunk/; revision=5463

17 years agoUse -G instead of -g (typo from the previous commit).
Zac Medico [Thu, 4 Jan 2007 21:18:13 +0000 (21:18 -0000)]
Use -G instead of -g (typo from the previous commit).

svn path=/main/trunk/; revision=5462

17 years agoAs a workaround for bug #147625, spawn `id -g portage` in order to get a list of...
Zac Medico [Thu, 4 Jan 2007 21:13:45 +0000 (21:13 -0000)]
As a workaround for bug #147625, spawn `id -g portage` in order to get a list of groups for the portage user without the need to call grp.getgrall().

svn path=/main/trunk/; revision=5461

17 years agoMake sure that myid is defined for the previous commit.
Zac Medico [Thu, 4 Jan 2007 03:23:12 +0000 (03:23 -0000)]
Make sure that myid is defined for the previous commit.

svn path=/main/trunk/; revision=5459

17 years agoWhen fetching metadata from a binhost, reconnect if the http server closes the connec...
Zac Medico [Thu, 4 Jan 2007 03:11:39 +0000 (03:11 -0000)]
When fetching metadata from a binhost, reconnect if the http server closes the connection before sending a valid response.  Thanks to ranger for reporting.

svn path=/main/trunk/; revision=5458

17 years agoExport EBUILD_PHASE="" when running misc-function.sh in order to prevent bogus phase...
Zac Medico [Thu, 4 Jan 2007 00:19:13 +0000 (00:19 -0000)]
Export EBUILD_PHASE="" when running misc-function.sh in order to prevent bogus phase values coming from ${T}/environment.  Thanks to solar for reporting.

svn path=/main/trunk/; revision=5457

17 years agoImplement distlocks for --getbinpkg so that it works properly when parallel-fetch...
Zac Medico [Thu, 4 Jan 2007 00:06:39 +0000 (00:06 -0000)]
Implement distlocks for --getbinpkg so that it works properly when parallel-fetch is enabled.  Thanks to Brent Baude <ranger@gentoo.org> for reporting.

svn path=/main/trunk/; revision=5456

17 years agoMake sure stderr is flushed since os._exit doesn't flush stdio buffers.
Zac Medico [Wed, 3 Jan 2007 22:32:46 +0000 (22:32 -0000)]
Make sure stderr is flushed since os._exit doesn't flush stdio buffers.

svn path=/main/trunk/; revision=5455

17 years agoMake sure stderr is flushed since os._exit doesn't flush stdio buffers.
Zac Medico [Wed, 3 Jan 2007 22:30:58 +0000 (22:30 -0000)]
Make sure stderr is flushed since os._exit doesn't flush stdio buffers.

svn path=/main/trunk/; revision=5454

17 years agoUse os._exit instead of sys.exit in a forked child process.
Zac Medico [Wed, 3 Jan 2007 22:25:55 +0000 (22:25 -0000)]
Use os._exit instead of sys.exit in a forked child process.

svn path=/main/trunk/; revision=5453

17 years agoWhen using the spawn's returnpid parameter, manually remove the returned pids from...
Zac Medico [Wed, 3 Jan 2007 06:46:42 +0000 (06:46 -0000)]
When using the spawn's returnpid parameter, manually remove the returned pids from portage_exec.spawned_pids.

svn path=/main/trunk/; revision=5452

17 years agoundo
Marius Mauch [Wed, 3 Jan 2007 02:50:54 +0000 (02:50 -0000)]
undo

svn path=/main/trunk/; revision=5451

17 years agoAllow - in elog module names
Marius Mauch [Wed, 3 Jan 2007 02:46:58 +0000 (02:46 -0000)]
Allow - in elog module names

svn path=/main/trunk/; revision=5450

17 years agoadd support for scanning of build logs for common issues #111436
Mike Frysinger [Wed, 3 Jan 2007 02:32:09 +0000 (02:32 -0000)]
add support for scanning of build logs for common issues #111436

svn path=/main/trunk/; revision=5449

17 years agoTry to create DISTDIR before disabling fetch due to it's nonexistence. Thanks to...
Zac Medico [Tue, 2 Jan 2007 21:37:19 +0000 (21:37 -0000)]
Try to create DISTDIR before disabling fetch due to it's nonexistence.  Thanks to astinus for reporting.

svn path=/main/trunk/; revision=5448

17 years agoOptimize dep_zapdeps to work without a vartree when called by repoman.
Zac Medico [Tue, 2 Jan 2007 10:42:50 +0000 (10:42 -0000)]
Optimize dep_zapdeps to work without a vartree when called by repoman.

svn path=/main/trunk/; revision=5444

17 years agoDon't bother to list the contents of directories before they are unmerged since it...
Zac Medico [Tue, 2 Jan 2007 04:54:56 +0000 (04:54 -0000)]
Don't bother to list the contents of directories before they are unmerged since it triggers unnecessary stat calls.  Thanks to James Cloos <cloos@jhcloos.com> for reporting.

svn path=/main/trunk/; revision=5443