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
*
Use binarytree._ensure_dir() to create the binpkg parent dir.
Zac Medico
2010-08-17
1
-6
/
+11
*
Use binarytree._ensure_dir() to create the binpkg parent dir.
Zac Medico
2010-08-17
1
-7
/
+1
*
Fix breakage in REPLACING_VERSIONS support for emerge.
Zac Medico
2010-08-17
2
-1
/
+15
*
Add pretend to actionmap_deps.
Zac Medico
2010-08-17
1
-1
/
+2
*
Fix the REPLACING_VERSIONS code to work in cases when the pretend/setup
Zac Medico
2010-08-17
1
-16
/
+21
*
Discard REPLACING_VERSIONS and REPLACED_BY_VERSION when they are no
Zac Medico
2010-08-17
2
-0
/
+4
*
Use EbuildPhase instead of EbuildProcess, for things like die_hooks
Zac Medico
2010-08-17
1
-2
/
+2
*
Make EbuildBinpkg inherit from CompositeTask since the EbuildPhase
Zac Medico
2010-08-17
1
-12
/
+23
*
Remove no longer needed code.
Arfrever Frehtes Taifersar Arahesis
2010-08-17
1
-8
/
+0
*
Tweak the EbuildSpawnProcess test and add comments.
Zac Medico
2010-08-17
1
-3
/
+9
*
Make EbuildBinpkg inherit from EbuildProcess since the 'package'
Zac Medico
2010-08-17
1
-18
/
+6
*
Pass actionmap keyword argument as keyword, rather than positional.
Zac Medico
2010-08-17
1
-1
/
+1
*
Write compiled bytecodes to /dev/null, rather than write and unlink
Zac Medico
2010-08-17
1
-10
/
+1
*
Fix _spawn_phase() to pass actionmap to EbuildPhase.
Zac Medico
2010-08-17
1
-1
/
+1
*
Unify ebuild spawing some more. All proper ebuild phases which execute
Zac Medico
2010-08-17
3
-75
/
+56
*
Fix _spawn_phase() to spawn phases without sandbox when necessary.
Zac Medico
2010-08-17
2
-8
/
+11
*
Source isolated-functions.sh for helpers_die function.
Zac Medico
2010-08-17
1
-1
/
+3
*
Make doebuild() use EbuildPhase to execute all phase (unless returnpid
Zac Medico
2010-08-17
2
-33
/
+41
*
Make sure doebuild() doesn't erroneously unlink a logfile when returnpid
Zac Medico
2010-08-17
1
-1
/
+1
*
Make EbuildBuild check the manifest before beginning, since with
Zac Medico
2010-08-16
1
-0
/
+27
*
For ebuilds from $ROOT/var/db/pkg, don't give /var/db/pkg with the
Zac Medico
2010-08-16
1
-1
/
+4
*
Use EbuildPhase to eliminate duplicate phase conditionals from doebuild().
Zac Medico
2010-08-16
1
-28
/
+2
*
Use EbuildPhase to execute preinst/postinst and eliminate duplicate code.
Zac Medico
2010-08-16
1
-65
/
+9
*
Use MiscFunctionsProcess to eliminate the _spawn_misc_sh() function.
Zac Medico
2010-08-16
2
-31
/
+11
*
Make spawnebuild() use EbuildPhase to eliminate duplicate code.
Zac Medico
2010-08-16
4
-76
/
+38
*
Reuse a single TaskScheduler instance.
Zac Medico
2010-08-16
1
-2
/
+2
*
Fix broken reference to 'myprovide' variable.
Zac Medico
2010-08-16
1
-1
/
+1
*
Pass token_class=portage.dep.Atom when parsing PROVIDE.
Zac Medico
2010-08-16
1
-1
/
+2
*
Add a MiscFunctionsProcess test.
Zac Medico
2010-08-16
1
-2
/
+10
*
Pass token_class parameter if possible to use_reduce
Sebastian Luther
2010-08-16
2
-102
/
+93
*
portage.dep.use_reduce: Add token_class parameter
Sebastian Luther
2010-08-16
2
-11
/
+37
*
Fix ebuild.sh argument for cleanrm phase.
Zac Medico
2010-08-16
1
-1
/
+6
*
Move the fakeroot_state attribute back to EbuildSpawnProcess from
Zac Medico
2010-08-16
2
-4
/
+4
*
Expand sys.executable earlier, so that change of sys.executable symlink
Arfrever Frehtes Taifersar Arahesis
2010-08-16
4
-4
/
+7
*
Fix typos in comments.
Arfrever Frehtes Taifersar Arahesis
2010-08-16
1
-3
/
+3
*
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portage
Zac Medico
2010-08-16
3
-3
/
+3
|
\
|
*
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portage
Arfrever Frehtes Taifersar Arahesis
2010-08-16
1
-0
/
+10
|
|
\
|
*
|
Ensure that PORTAGE_PYTHON isn't a symlink.
Arfrever Frehtes Taifersar Arahesis
2010-08-16
3
-3
/
+3
*
|
|
Move fakeroot_state attribute from EbuildSpawnProcess to
Zac Medico
2010-08-16
2
-4
/
+4
|
|
/
|
/
|
*
|
Test the EbuildPhase class.
Zac Medico
2010-08-16
1
-0
/
+10
|
/
*
Remove unused attributes from classes.
Zac Medico
2010-08-16
8
-39
/
+32
*
Split out parts of doebuild() so that EbuildProcess can bypass it
Zac Medico
2010-08-16
4
-149
/
+185
*
Revert back to using portdbapi.getFetchMap() since the Package class
Zac Medico
2010-08-16
1
-5
/
+6
*
portage.dep.use_reduce: More comments and better error messages
Sebastian Luther
2010-08-16
2
-10
/
+43
*
Pass is_valid_flag to use_reduce if possible
Sebastian Luther
2010-08-16
2
-4
/
+5
*
portage.dep.use_reduce: Better error messages
Sebastian Luther
2010-08-16
2
-21
/
+50
*
portage.dep.use_reduce: Better validation of use flags in use conditionals
Sebastian Luther
2010-08-16
3
-13
/
+49
*
Convert EbuildBinpkg to inherit from MiscFunctionsProcess instead
Zac Medico
2010-08-16
2
-29
/
+33
*
Split the actionmap code out of doebuild() into a _spawn_actionmap()
Zac Medico
2010-08-16
1
-46
/
+50
*
Handle OSError from os.path.samefile() (breakage from previous commit).
Zac Medico
2010-08-16
1
-1
/
+5
[next]