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
*
Don't call emergelog() from the parallel-fetch process for bug #88837.
Zac Medico
2006-07-10
1
-1
/
+3
*
Move code out of global scope.
Zac Medico
2006-07-10
1
-10
/
+12
*
Use a list comprehension to simplify the code for bug #55871.
Zac Medico
2006-07-10
1
-4
/
+3
*
Move all the config adjustments that require the config instance to be unlock...
Zac Medico
2006-07-10
1
-57
/
+58
*
If category expansion fails against the portage tree, remove the null/ prefix...
Zac Medico
2006-07-10
1
-0
/
+6
*
Start at the end of the list so that the index works properly after items are...
Zac Medico
2006-07-10
1
-1
/
+1
*
Allow binary packages to be installed with --usepkg even when there is no ebu...
Zac Medico
2006-07-10
1
-2
/
+3
*
Implement fakedbapi.cpv_all() so that bindbapi will inherit it.
Zac Medico
2006-07-09
1
-0
/
+3
*
Add a bindbapi.aux_update() method for database maintenance. See bug #122089.
Zac Medico
2006-07-09
1
-0
/
+12
*
Use write_atomic for dblink metadata updates.
Zac Medico
2006-07-09
1
-3
/
+1
*
Update error handling for write_atomic calls to use PortageException.
Zac Medico
2006-07-09
2
-3
/
+3
*
Wrap common write_atomic exceptions for easier error handling.
Zac Medico
2006-07-09
1
-4
/
+16
*
Add a vardbapi.aux_update() method for database maintenance. See bug #122089.
Zac Medico
2006-07-09
1
-3
/
+22
*
Use dbapi to unify config.setinst() call in depgraph.select_dep().
Zac Medico
2006-07-09
1
-4
/
+2
*
Use the abstract dbapi.aux_get() interface to unify retrieval of IUSE in depg...
Zac Medico
2006-07-09
1
-4
/
+1
*
Use the abstract dbapi.aux_get() interface to unify retrieval of dependency s...
Zac Medico
2006-07-09
1
-32
/
+19
*
Use a cmpsplit() function to simplify package comparisons in depgraph.select_...
Zac Medico
2006-07-08
1
-6
/
+6
*
Remove the merging=2 case to simplify merge/nomerge logic.
Zac Medico
2006-07-08
1
-3
/
+1
*
Fix indentation mistake from the last commit.
Zac Medico
2006-07-08
1
-3
/
+3
*
Use set.intersection() to simplify --newuse comparison.
Zac Medico
2006-07-08
1
-10
/
+11
*
Do config.reset() prior to the depend phase to make sure that doebuild choose...
Zac Medico
2006-07-08
1
-0
/
+1
*
Remove USE_EXPAND_HIDDEN from make.globals since it's now included in the bas...
Zac Medico
2006-07-07
1
-3
/
+0
*
Fix the NameError that occurs when collision-protect triggers unmerge. See bu...
Zac Medico
2006-07-07
1
-1
/
+1
*
Use copy.deepcopy() to ensure that state comparison works properly.
Zac Medico
2006-07-06
1
-2
/
+2
*
Only commit the mtimedb if the internal state has changed.
Zac Medico
2006-07-06
1
-1
/
+7
*
Export the path of the build log into the ebuild env as suggested by Flameeyes.
Zac Medico
2006-07-06
1
-0
/
+1
*
remove pointless line that just ruins the display
Mike Frysinger
2006-07-06
1
-1
/
+0
*
Clean up getportageversion() profile logic and fix a ValueError that occurs w...
Zac Medico
2006-07-06
1
-10
/
+12
*
Remove global autouse cache since most people don't use it anyway and it's br...
Zac Medico
2006-07-06
1
-8
/
+0
*
Move the ARCH sanity check from the depgraph constructor to a new validate_eb...
Zac Medico
2006-07-06
1
-12
/
+18
*
Fix missing newline.
Zac Medico
2006-07-06
1
-1
/
+1
*
Cache a cloned config instance inside portdbapi so that a new one doesn't hav...
Zac Medico
2006-07-05
1
-2
/
+7
*
Make a backup of ACCEPT_KEYWORDS when repoman changes it for each profile. T...
Zac Medico
2006-07-05
1
-0
/
+2
*
Use a cloned config instance for the depend phase in portdbapi.aux_get(). Se...
Zac Medico
2006-07-05
1
-5
/
+2
*
Fix repoman breakage due to the fact that portage.portagetree now creates it'...
Zac Medico
2006-07-05
1
-7
/
+9
*
Freeze all pordbapi instances.
Zac Medico
2006-07-05
1
-1
/
+3
*
Run global updates asap and then reload the whole config to make sure everyth...
Zac Medico
2006-07-05
1
-3
/
+6
*
Match blockers against the correct $ROOT for bug #108449.
Zac Medico
2006-07-05
1
-4
/
+6
*
Pass existing trees into load_emerge_config() so that the existing portdbapi ...
Zac Medico
2006-07-05
1
-4
/
+4
*
Allow the loading of a completely separate config for / and PORTAGE_CONFIGROO...
Zac Medico
2006-07-05
2
-129
/
+146
*
Fix more $ROOT references for bug #137446.
Zac Medico
2006-07-04
1
-6
/
+14
*
Fix $ROOT references in the depgraph class for bug #137446.
Zac Medico
2006-07-04
1
-91
/
+89
*
Use the correct bintree and porttree for bug #137446.
Zac Medico
2006-07-03
1
-2
/
+2
*
Remove color from "none" reported by vapier.
Zac Medico
2006-07-03
1
-2
/
+2
*
Remove commented code cruft.
Zac Medico
2006-07-03
1
-10
/
+0
*
Do some basic validation of the mtimedb resume data so that assumptions can b...
Zac Medico
2006-07-03
1
-0
/
+10
*
When displaying the resume merge list, don't show the skipped package when --...
Zac Medico
2006-07-03
2
-2
/
+15
*
Commit the mtimedb for --skipfirst so that if the user aborts the first packa...
Zac Medico
2006-07-03
1
-0
/
+1
*
Revert accidental hunk from the last commit.
Zac Medico
2006-07-03
1
-1
/
+1
*
Force fetch if the number of parsed digests does not match the number of dige...
Zac Medico
2006-07-03
1
-8
/
+10
[next]