misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug #233253 - Implement a @downgrade set which selects packages for which
Zac Medico
2008-07-31
3
-1
/
+55
*
Always invalidate results from _userpriv_test_write_file_cache when
Zac Medico
2008-07-31
1
-1
/
+1
*
Bug #233458 - Fix AsynchronousTask exit listener handling so that an exit
Zac Medico
2008-07-31
1
-5
/
+17
*
Describe InheritSet and OwnerSet.
Zac Medico
2008-07-31
1
-0
/
+4
*
* Rename @live-ebuilds to @live-rebuild, for consistency with the other
Zac Medico
2008-07-31
2
-1
/
+25
*
Remove quotes since the seem to cause incorrect results.
Zac Medico
2008-07-31
1
-1
/
+1
*
Add a new @module-rebuild set which emulates the behavior of the
Zac Medico
2008-07-31
2
-1
/
+43
*
Implement a new @live-ebuilds which is generated from installed packages
Zac Medico
2008-07-31
2
-1
/
+44
*
disable default IONICE command as it breaks for non-root, and ionice might no...
Marius Mauch
2008-07-31
1
-1
/
+2
*
Fixes in portage.fetch() for bugs #233303 and #94133:
Zac Medico
2008-07-31
1
-2
/
+48
*
Split out a _spawn_fetch() function that will be useful for implementing a
Zac Medico
2008-07-31
1
-29
/
+49
*
Bug #233421 - Fix grammar, missing "be" in --update description. Thanks to
Zac Medico
2008-07-30
1
-2
/
+2
*
Fix typo.
v2.2_rc5
Zac Medico
2008-07-30
1
-1
/
+1
*
Update foo[!bar=] syntax.
Zac Medico
2008-07-30
1
-1
/
+1
*
* Fix Scheduler._restart_if_necessary() breakage so that the given package
Zac Medico
2008-07-30
1
-14
/
+16
*
Remove redundant use dep validation code that's handled by regular expression
Zac Medico
2008-07-30
1
-6
/
+2
*
Remove unused variable.
Zac Medico
2008-07-30
1
-1
/
+1
*
* Add more use dep validation.
Zac Medico
2008-07-30
2
-9
/
+28
*
When checking for news items in --pretend mode, pass update=False into
Zac Medico
2008-07-30
1
-22
/
+27
*
Put a 5 second cap on the delay produced by Scheduler._job_delay().
Zac Medico
2008-07-30
1
-2
/
+5
*
Just return a boolean "state changed" value from
Zac Medico
2008-07-30
1
-7
/
+7
*
* Optimize SequentialTaskQueue.schedule() by using a _dirty attribute
Zac Medico
2008-07-30
1
-13
/
+18
*
Change conditional USE deps syntax and expermental EAPI from 2_pre0 to 2_pre1.
Zac Medico
2008-07-30
5
-22
/
+28
*
Count state changes in Scheduler._schedule_tasks() and avoid some extra calls
Zac Medico
2008-07-29
1
-5
/
+12
*
Fix _choose_pkg() to always return something if nothing is running or merging.
Zac Medico
2008-07-29
1
-0
/
+3
*
Avoid triggering a tight loop AssertionError in Scheduler._main_loop().
Zac Medico
2008-07-29
1
-1
/
+2
*
Fix the last part of Scheduler._main_loop() to work correctly now that
Zac Medico
2008-07-29
1
-5
/
+7
*
Disable auto_schedule on all of Scheduler._task_queues and schedule them
Zac Medico
2008-07-29
1
-8
/
+4
*
Add a quiet signal handler for SIGINT and SIGTERM since emerge calls ebuild
Zac Medico
2008-07-29
1
-1
/
+16
*
Fix Scheduler._set_digraph() to correctly handle cases when max_jobs is True.
Zac Medico
2008-07-29
1
-1
/
+2
*
Make sure Scheduler._choose_pkg() doesn't return a package too early when
Zac Medico
2008-07-29
1
-0
/
+3
*
Fix Scheduler._choose_pkg() so that it doesn't choose packages prematurely
Zac Medico
2008-07-29
1
-1
/
+1
*
Enable Scheduler._job_delay() whenever --load-average is enabled, for whole
Zac Medico
2008-07-29
1
-18
/
+5
*
During the first minute of entering the main scheduler loop, if --load-average
Zac Medico
2008-07-29
1
-0
/
+38
*
Fix slightly broken loop logic in insert_optional_args() by converting it to
Zac Medico
2008-07-29
1
-7
/
+9
*
Add support for the --jobs option to be specified without an
Zac Medico
2008-07-29
3
-15
/
+85
*
In apply_recursive_permissions(), ignore InvalidLocation exceptions such as
Zac Medico
2008-07-29
1
-2
/
+6
*
Tweak table alignment.
Zac Medico
2008-07-29
1
-2
/
+2
*
Implement _use_dep.__nonzero__().
Zac Medico
2008-07-29
1
-0
/
+3
*
Fix _use_dep.__str__() to work correctly in the case when conditional USE
Zac Medico
2008-07-29
1
-0
/
+2
*
Redirect the FEATURES=buildsyspkg message to the log when in background mode.
Zac Medico
2008-07-29
1
-6
/
+18
*
Add syntax examples for unconditional USE deps.
Zac Medico
2008-07-28
1
-0
/
+29
*
Fix alignment.
Zac Medico
2008-07-28
1
-1
/
+1
*
Tweak the conditional USE deps examples.
Zac Medico
2008-07-28
2
-8
/
+8
*
Document the doman language code path translation extension from bug #222439.
Zac Medico
2008-07-28
1
-0
/
+31
*
Make use of the new config.iteritems() method.
Zac Medico
2008-07-28
1
-1
/
+1
*
Fix broken reference to "categories" in CategorySet.singleBuilder(). Thanks
Zac Medico
2008-07-28
1
-1
/
+1
*
Bug #233165 - When waiting for jobs and merges to finish in
Zac Medico
2008-07-28
1
-0
/
+3
*
Bug #233103 - In portage.fetch(), pass all config variables instead of just
Zac Medico
2008-07-28
1
-1
/
+1
*
Even though the message is split on $'\n' in elog_base(), it's still
Zac Medico
2008-07-28
2
-2
/
+6
[next]