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
*
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
*
Remove pointless generator expression.
Zac Medico
2008-07-28
1
-1
/
+1
*
Add note about support for EAPI="2_pre0".
v2.2_rc4
Zac Medico
2008-07-28
1
-0
/
+5
*
Create a table to document conditional USE dependency syntax.
Zac Medico
2008-07-28
3
-0
/
+41
*
Fix arg count when constructing a TypeError in the SlotDict constructor.
Zac Medico
2008-07-28
1
-1
/
+1
*
Add support for an new EAPI="2_pre0" value so that people who want to test
Zac Medico
2008-07-28
1
-1
/
+4
*
Disable the multi-bracket USE deps syntax, so only the comma separated syntax
Zac Medico
2008-07-28
3
-4
/
+6
*
Implement new conditional USE dep syntax:
Zac Medico
2008-07-28
2
-25
/
+80
*
Create a SlotDict constructor which can take an optional positional arg that
Zac Medico
2008-07-28
1
-0
/
+13
*
* Add support in dep_getusedeps() and isvalidatom() for comma separated USE
Zac Medico
2008-07-28
2
-3
/
+33
*
Bug #233137 - Implement Atom.split().
Zac Medico
2008-07-28
1
-1
/
+2
*
Fix incorrect logging.exception() arguments. The exception instance is not
Zac Medico
2008-07-27
1
-4
/
+4
*
Fix the new glep56 code to handle missing metadata.xml. Thanks to jmbsvicetto
Zac Medico
2008-07-27
1
-9
/
+10
*
Fix EbuildFetcher to pass all config variables to the fetcher so things
Zac Medico
2008-07-27
2
-7
/
+8
[next]