diff options
author | 2011-08-07 14:22:27 +0200 | |
---|---|---|
committer | 2011-08-07 14:22:27 +0200 | |
commit | c04393b04a46f8d658be1128fdd67d9888d8f5ba (patch) | |
tree | a2e209e53d75b46e08e437d8715957385fc8e374 /tinderbox-restart.sh | |
parent | Make sure to source the environment in local.start script. (diff) | |
download | flameeyes-tinderbox-c04393b04a46f8d658be1128fdd67d9888d8f5ba.tar.gz flameeyes-tinderbox-c04393b04a46f8d658be1128fdd67d9888d8f5ba.tar.bz2 flameeyes-tinderbox-c04393b04a46f8d658be1128fdd67d9888d8f5ba.zip |
Save to file the list of unsatisfied USE dependencies.
When running non-interactively this output would be unreachable, so save it
to file to actually read it out separately.
Diffstat (limited to 'tinderbox-restart.sh')
-rwxr-xr-x | tinderbox-restart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinderbox-restart.sh b/tinderbox-restart.sh index 5a1a8c8..2f96d7d 100755 --- a/tinderbox-restart.sh +++ b/tinderbox-restart.sh @@ -112,7 +112,7 @@ reset_emergelog # Generate a new complete list, this will also produce the list of new # dependencies to satisfy. Ignore new-style virtuals, leave them to be # merged out of dependencies. -${tboxdir}/tinderbox.py | egrep -v '^virtual/' > /var/cache/tinderbox/list-complete +${tboxdir}/tinderbox.py 2> /var/cache/tinderbox/use-conflicts | egrep -v '^virtual/' > /var/cache/tinderbox/list-complete # Launch the fetch operation in background, saving the log (of both # good results and failures). |