GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/portage.git
master
prefix
public_api
use-conflict-auto-resolve
Package management system
Portage development team <dev-portage@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pym
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo.
v2.2_rc5
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
4
-19
/
+25
*
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
*
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
2
-12
/
+81
*
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
*
Fix alignment.
Zac Medico
2008-07-28
1
-1
/
+1
*
Tweak the conditional USE deps examples.
Zac Medico
2008-07-28
1
-4
/
+4
*
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
1
-1
/
+1
*
Remove pointless generator expression.
Zac Medico
2008-07-28
1
-1
/
+1
*
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 EbuildFetcher to pass all config variables to the fetcher so things
Zac Medico
2008-07-27
2
-7
/
+8
*
Make elog_base() just use \n as the delimiter in the file since it's safe
Zac Medico
2008-07-27
1
-1
/
+1
*
Fix breakage from r11213 in INHERITED values returned from portdbapi.aux_get().
Zac Medico
2008-07-27
1
-8
/
+4
*
Serialize src_unpack() $DISTDIR access for live ebuilds since otherwise they
Zac Medico
2008-07-27
2
-5
/
+44
*
Schedule ebuild pkg_setup phases on the merge queue,
Zac Medico
2008-07-27
1
-15
/
+37
*
In PollScheduler._poll(), add a call to _schedule() in order to ensure that
Zac Medico
2008-07-27
1
-16
/
+36
*
Fix AsynchronousTask.removeStartListener() and removeExitListener() to return
Zac Medico
2008-07-27
1
-0
/
+4
*
Fix LinkageMap.findConsumers() to check whether the master link for a lib
Zac Medico
2008-07-26
1
-1
/
+19
[next]