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
*
Remove unuser return values from PollScheduler event handlers.
Zac Medico
2010-08-15
4
-6
/
+0
*
Remove redundant os.path.join() call in _init_ipc_fifos().
Zac Medico
2010-08-15
1
-3
/
+1
*
Add the "unexpected bash exit" case to the docstring.
Zac Medico
2010-08-15
1
-1
/
+3
*
Add some ebuild metadata for realism.
Zac Medico
2010-08-15
1
-1
/
+9
*
Pass along PORTAGE_USERNAME and PORTAGE_GRPNAME since they
Zac Medico
2010-08-15
1
-0
/
+9
*
Make create_trees() pass along PORTAGE_GRPNAME and PORTAGE_USERNAME
Zac Medico
2010-08-15
1
-1
/
+1
*
Avoid KeyError if PORTAGE_USERNAME or PORTAGE_GRPNAME are unset.
Zac Medico
2010-08-15
1
-4
/
+7
*
Pass along PORTAGE_USERNAME and PORTAGE_GRPNAME inside _load_config()
Zac Medico
2010-08-15
1
-1
/
+5
*
Add some more info to the 'Cannot chown a lockfile' message, since
Zac Medico
2010-08-15
1
-1
/
+5
*
Set PORTAGE_PYTHON for ebuild.sh subprocesses.
Zac Medico
2010-08-15
1
-0
/
+2
*
DoebuildSpawnTestCase: Invoke portage.package.ebuild.doebuild.spawn()
Zac Medico
2010-08-15
2
-0
/
+49
*
Bug #332799 - Don't download lzma snapshots if tarsync is installed.
Zac Medico
2010-08-14
1
-6
/
+3
*
Disable EbuildIpcDaemon for now, since it seems to be triggering
Zac Medico
2010-08-14
6
-42
/
+88
*
portage.dep: Integrate the functionality of flatten into use_reduce
Sebastian Luther
2010-08-14
9
-54
/
+153
*
Add support for NOCOLOR variable.
Zac Medico
2010-08-14
1
-2
/
+15
*
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portage
Zac Medico
2010-08-14
1
-2
/
+15
|
\
|
*
Use more correct paths to byte-compiled Python modules with Python 3.2
Arfrever Frehtes Taifersar Arahesis
2010-08-14
1
-2
/
+15
*
|
Pass $USE via IPC in order to ensure that we have the correct value for
Zac Medico
2010-08-14
2
-4
/
+10
|
/
*
Fix the ACCEPT_LICENSE setting that's generated for eutils check_license()
Zac Medico
2010-08-14
1
-15
/
+26
*
When in background mode, set NOCOLOR=true in order to prevent color
Zac Medico
2010-08-14
1
-0
/
+5
*
Add PORTAGE_PYTHON to _environ_whitelist.
Zac Medico
2010-08-14
1
-1
/
+1
*
Move PORTAGE_PYTHON setting to doebuild_environment() so that it
Zac Medico
2010-08-14
4
-6
/
+5
*
Move 'phase' attribute to AbstractEbuildProcess from subclasses, so
Zac Medico
2010-08-14
3
-11
/
+11
*
Add a QueryCommand.settings attribute and use it so that $USE
Zac Medico
2010-08-14
3
-7
/
+8
*
Fix EbuildSpawnProcess to use self.settings.environ() for the spawn
Zac Medico
2010-08-14
3
-22
/
+12
*
portage.dep: Integrate the functionality of dep_opconvert into use_reduce
Sebastian Luther
2010-08-14
5
-27
/
+92
*
Make sure PORTAGE_IPC_DAEMON is only in the environment for
Zac Medico
2010-08-14
1
-3
/
+6
*
Fix _schedule spelling in _schedule_waitpid().
Zac Medico
2010-08-14
1
-1
/
+1
*
Add a PollScheduler._schedule_waitpid() method for SubProcess._wait()
Zac Medico
2010-08-14
4
-4
/
+49
*
Atom.violated_conditionals: Use iuse.is_valid_flag instead of iuse.all
Sebastian Luther
2010-08-13
4
-24
/
+37
*
Add a SIGUSR1 handling to trigger pdb.set_trace().
Zac Medico
2010-08-13
1
-0
/
+6
*
Add back the POLLHUP handling for now since PipeReaderTestCase breaks
Zac Medico
2010-08-13
1
-1
/
+5
*
Stop handling POLLHUP events, since we're only polling for input and
Zac Medico
2010-08-13
1
-5
/
+1
*
Define basestring for python3.
Zac Medico
2010-08-13
1
-0
/
+4
*
Implement use dependency defaults
Sebastian Luther
2010-08-13
11
-152
/
+543
*
Don't call exit after pkg_nofetch since that prevents the ebuild-ipc
Zac Medico
2010-08-13
1
-1
/
+0
*
Filter PORTAGE_PYTHON in save_ebuild_env().
Zac Medico
2010-08-13
1
-1
/
+1
*
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portage
Zac Medico
2010-08-13
9
-33
/
+44
|
\
|
*
Use /usr/bin/python when PORTAGE_PYTHON variable is empty.
Arfrever Frehtes Taifersar Arahesis
2010-08-14
5
-9
/
+9
|
*
Set PORTAGE_PYTHON in processes executed by portage.process._exec().
Arfrever Frehtes Taifersar Arahesis
2010-08-14
1
-1
/
+4
|
*
portage.os is apparently imported, so os doesn't need to be imported.
Arfrever Frehtes Taifersar Arahesis
2010-08-14
1
-1
/
+0
|
*
Add a script, which simplifies testing with multiple versions of Python.
Arfrever Frehtes Taifersar Arahesis
2010-08-14
1
-0
/
+17
|
*
Ensure that all Python processes use the same version of Python.
Arfrever Frehtes Taifersar Arahesis
2010-08-14
7
-32
/
+24
*
|
Add a SIGUSR1 handler to trigger pdb.set_trace().
Zac Medico
2010-08-13
1
-0
/
+6
|
/
*
Setup EBUILD_MASTER_PID at the bottom, for scripts that source
Zac Medico
2010-08-13
1
-0
/
+4
*
Handle KeyError due to stale events.
Zac Medico
2010-08-13
1
-6
/
+14
*
Set o-r on ipc fifos since the are sensitive to reading.
Zac Medico
2010-08-13
1
-1
/
+1
*
Bug #315615 - Use EbuildIpcDaemon to implement has_version and best_version.
Zac Medico
2010-08-13
5
-2
/
+74
*
Rename SubProcess._zombie() to _orphan_process_warn() and clarify
Zac Medico
2010-08-13
2
-6
/
+6
*
Move EBUILD_MASTER_PID and associated SIGTERM trap into ebuild_main()
Zac Medico
2010-08-13
1
-4
/
+5
[next]