summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Make ebuild-ipc.py close the output_file before trying to re-open itZac Medico2010-09-141-2/+6
* Bug #336433 - Don't filter the DCCC_PATH variable from environment sinceZac Medico2010-09-141-1/+1
* Add option -s to docompress command.Ulrich Mueller2010-09-141-1/+7
* Revert "Remove ebuild-helpers/preplib (bug 102297)"Zac Medico2010-09-141-0/+28
* Make ebuild-ipc timeout messages show which operation timed out.Zac Medico2010-09-141-6/+11
* Bug #336142 - Make ebuild-ipc.py keep trying to communicate indefinitely,Zac Medico2010-09-141-36/+98
* Remove ebuild-helpers/preplib (bug 102297)Sebastian Luther2010-09-131-28/+0
* Make sure atoms in profiles follow the profiles EAPISebastian Luther2010-09-131-1/+1
* Bug #336873 - Add a leading comma when matching --hash-style=gnuZac Medico2010-09-131-1/+1
* Bug #337031 - Don't make "always overflow destination buffers" gccv2.2_rc81Zac Medico2010-09-121-3/+4
* Bug #336142 - Use a longer timeout for ebuild-ipc, in case the system isZac Medico2010-09-121-1/+3
* Bug #273282 - Make install_qa_check() eqawarn about installation intov2.2_rc79Zac Medico2010-09-101-1/+12
* Fix the "alway overflow" eerror message to not use the messageZac Medico2010-09-101-1/+1
* Make the "always overflow" gcc warning code use a separate variableZac Medico2010-09-101-8/+20
* Remove redundant local retval declaration in has_version().Zac Medico2010-09-101-1/+0
* Make ebuild-ipc.py suppress IOError just like it does for EOFErrorZac Medico2010-09-101-3/+1
* Make ebuild-ipc.py handle exceptions from pickle.loads().Zac Medico2010-09-101-11/+15
* Make ebuild-ipc.py display EOFError if no data is read from theZac Medico2010-09-101-2/+2
* Add missing comma in tuple.Zac Medico2010-09-091-2/+2
* Make the "warning: call to .* will always overflow destination buffer"Zac Medico2010-09-091-0/+3
* Bug #336644 - Make ebuild-ipc.py use array.fromfile() to read picklesZac Medico2010-09-092-33/+36
* Filter the FEATURES variable out of the environment between phases,Zac Medico2010-09-071-2/+3
* Fix dyn_setup 'already setup' message to refer to setup instead ofZac Medico2010-09-071-1/+1
* Move stale elog cleanup code from ebuild.sh to _doebuild_spawn(), soZac Medico2010-09-071-10/+11
* Define EBUILD_MASTER_PID earlier in ebuild.sh, before $EBUILD isv2.2_rc76Zac Medico2010-09-061-4/+8
* Bug #336285 - Add workaround to unpack() in order to prevent unzipZac Medico2010-09-061-0/+3
* Remove all \a (alert/bell/beep) tokens (bug 336024)Sebastian Luther2010-09-063-26/+23
* print up-to-date copyright yearsFabian Groffen2010-09-051-1/+1
* Update copyright header.Ulrich Mueller2010-09-051-1/+1
* dodoc, prepalldocs: Don't test for EAPI; use helpers in subdir 4 instead.Ulrich Mueller2010-09-054-8/+2
* Don't regenerate GNU Info if the dir contains a .keepinfodir file, bug 257260.Ulrich Mueller2010-09-051-0/+3
* Take the code which displays ebuild information before pkg_setup,Zac Medico2010-09-051-5/+0
* Remove redundant initial os.sep argument to os.path.join() callsZac Medico2010-09-051-2/+2
* use EROOT with WORLD_FILEFabian Groffen2010-09-041-1/+1
* use EROOT with VDB_PATHFabian Groffen2010-09-043-4/+5
* Make ebuild-ipc.py call portage._disable_legacy_globals() since itZac Medico2010-09-031-0/+1
* Adjust AlarmSignal.unregister() call in ebuild-ipc.Zac Medico2010-09-031-7/+8
* Make AlarmSignal.register() require a time parameter and pass it toZac Medico2010-09-031-2/+2
* Add AlarmSignal.register() and unregister() classmethods in order toZac Medico2010-09-031-3/+2
* Bug #335777 - Add a 40 second timeout in ebuild-ipc.py, so that if anZac Medico2010-09-031-1/+20
* Fix VDB_PATH handling in ebuild(1) to join with EROOT.Zac Medico2010-09-031-2/+2
* Unify to different pieces of code that handle sandbox considerations forZac Medico2010-09-021-12/+12
* Prevent local x variable in ebuild_main() from showing up inZac Medico2010-09-021-2/+2
* Prevent the local filter_opts variable in filter_readonly_variables()Zac Medico2010-09-021-5/+6
* Filter more variables that don't need to end up in environment.bz2.Zac Medico2010-09-021-1/+1
* Add a _SANDBOX_COMPAT_LEVEL constant which will be used to enableZac Medico2010-09-022-1/+11
* When signaling successful exit from an ebuild phase via ebuild-ipc,Zac Medico2010-09-022-2/+27
* Hide the portageq list_preserved_libs command when _ENABLE_PRESERVE_LIBSZac Medico2010-09-021-0/+3
* Make repoman disable FEATURES=unknown-features-warn for the profilesZac Medico2010-09-021-0/+4
* Adjust EbuildIpcDaemon pickle read and write code in order to ensureZac Medico2010-09-021-4/+26