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
*
revert r8256 (plans changed)
Marius Mauch
2007-10-23
6
-32
/
+29
*
move base classes for package sets into a separate module
Marius Mauch
2007-10-23
8
-164
/
+170
*
just pass the SetConfig instance instead of only the settings and trees attri...
Marius Mauch
2007-10-23
6
-29
/
+32
*
Optimize PROFILE_ONLY_VARIABLES handling.
Zac Medico
2007-10-23
1
-6
/
+6
*
make 'world' and 'system' behave like their sets/ counterparts
Marius Mauch
2007-10-23
1
-2
/
+1
*
make PROFILE_ONLY_VARIABLES incremental
Marius Mauch
2007-10-23
1
-1
/
+1
*
protect variables specified in PROFILE_ONLY_VARIABLES from being set by the user
Marius Mauch
2007-10-23
1
-1
/
+13
*
add quickie logger function
Alec Warner
2007-10-23
1
-0
/
+10
*
Begin to use python logging framework. Remove if quiet < bla logic and inste...
Alec Warner
2007-10-23
1
-58
/
+41
*
Don't show the "checking files for package collisions" message
Zac Medico
2007-10-23
1
-2
/
+3
*
aha, i knew that diff was screwy, the mail to portage-commits and grep made i...
Alec Warner
2007-10-23
1
-71
/
+0
*
fix tabbing
Alec Warner
2007-10-23
1
-1
/
+1
*
Sigh, this integration did not go well, please check the diff (it seemed to a...
Alec Warner
2007-10-23
1
-216
/
+283
*
Print the Id tag an it's own line to avoid going
Zac Medico
2007-10-23
1
-2
/
+2
*
Fix the version Id tag.
Zac Medico
2007-10-23
1
-2
/
+1
*
Fix config.setinst() to return early when the given
Zac Medico
2007-10-23
1
-0
/
+3
*
Remove a redundant self.treeVirtuals deepcopy from the
Zac Medico
2007-10-23
1
-2
/
+1
*
Bug #196652 - Check for useless ABOUT-NLS|COPYING|LICENSE
Zac Medico
2007-10-23
2
-3
/
+23
*
Fix broken imports.
Zac Medico
2007-10-22
1
-2
/
+2
*
In depgraph.create(), if a direct circular dependency is
Zac Medico
2007-10-22
1
-6
/
+9
*
In depgraph.create(), don't ignore direct circular dependencies
Zac Medico
2007-10-22
1
-8
/
+7
*
Bug #184118 - Add an emaint "cleanresume" action that deletes
Zac Medico
2007-10-22
1
-1
/
+50
*
Bug #196680 - Handle a CacheError inside mirror_cache() when
Zac Medico
2007-10-22
1
-0
/
+4
*
Combine depgraph._select_dep() into create() so that
Zac Medico
2007-10-21
1
-107
/
+75
*
Always pass package metadata into depgraph.create() so
Zac Medico
2007-10-21
1
-13
/
+8
*
Do a loop over each dependency type to simplify
Zac Medico
2007-10-21
1
-19
/
+11
*
Don't catch a ValueError if it isn't the type that's expected
Zac Medico
2007-10-21
1
-0
/
+3
*
Fix NewsManager.getUnreadItems() so that it works properly
Zac Medico
2007-10-21
1
-13
/
+16
*
Bug #196427 - Prevent various news related tracebacks
Zac Medico
2007-10-21
2
-3
/
+11
*
note that sets can't contain other sets
Marius Mauch
2007-10-21
1
-1
/
+1
*
add some notes about restrictions wrt package sets
Marius Mauch
2007-10-21
2
-0
/
+11
*
fix comment
Marius Mauch
2007-10-21
1
-1
/
+1
*
ignore "permission denied" errors when changing perms of news skipfile that h...
Marius Mauch
2007-10-21
1
-1
/
+10
*
restore proper call logic
Marius Mauch
2007-10-21
1
-1
/
+3
*
Remove slashes that cause problems when unpacking files with relative paths (...
Marius Mauch
2007-10-21
1
-4
/
+4
*
Remove uneeded "arg" and "addme" parameters where possible.
Zac Medico
2007-10-21
1
-7
/
+4
*
Use a "depth" parameter to track depth of recursion relative
Zac Medico
2007-10-21
1
-25
/
+23
*
Split the "arg" parameter out of depgraph.select_dep() so
Zac Medico
2007-10-21
1
-25
/
+26
*
Bug #196537 - Make portageq check that the <root> parameter
Zac Medico
2007-10-21
1
-7
/
+13
*
Make depgraph.xcreate() use the filtered repo to determine
Zac Medico
2007-10-21
1
-13
/
+13
*
Raise an InvalidDependString exception if necessary when
Zac Medico
2007-10-21
1
-41
/
+24
*
Rename variable for consistency.
Zac Medico
2007-10-21
1
-2
/
+2
*
Split the atom selection logic out of depgraph.select_dep().
Zac Medico
2007-10-21
1
-39
/
+41
*
Split the package selection logic out of depgraph.select_dep().
Zac Medico
2007-10-20
1
-173
/
+181
*
Split the masked packages display out of depgraph.select_dep().
Zac Medico
2007-10-20
1
-91
/
+95
*
Use a simple Package class to bundle package data
Zac Medico
2007-10-20
1
-22
/
+37
*
Allow the depgraph to add old-style virtual providers but
Zac Medico
2007-10-20
2
-4
/
+28
*
Remove the config.setinst() call from depgraph.select_dep()
Zac Medico
2007-10-20
1
-28
/
+0
*
Bug #196435 - Add some more references to quickpkg(1) since
Zac Medico
2007-10-19
3
-8
/
+22
*
Refactor _merge_logentries() to make it a little more efficient.
Zac Medico
2007-10-19
1
-7
/
+6
[next]