summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Bug #338588 - Allow quickpkg to create packages even though theZac Medico2010-09-251-3/+10
* In EbuildIpc._receive_reply(), close the input_file when finished.v2.2_rc86Zac Medico2010-09-211-0/+2
* In EbuildIpc._wait(), use waitpid() instead of wait() since we reallyZac Medico2010-09-211-1/+1
* Bug #337465 - Make ebuild-ipc use an array in order to force aZac Medico2010-09-211-3/+16
* Make ebuild-ipc use select() for timeouts, instead of alarm signals.Zac Medico2010-09-211-29/+44
* Fix default() and default_src_install() definitions to account forZac Medico2010-09-201-0/+10
* Make ebuild-ipc use a normal read() call instead of array.fromfile()Zac Medico2010-09-201-13/+3
* Make ebuild-ipc kill the child IO process before it exits due to timeout.Zac Medico2010-09-201-1/+8
* Fix ebuild-ipc to correctly handle non-zero return codes fromZac Medico2010-09-201-4/+8
* Rewrite ebuild-ipc timeout handling to use forks.Zac Medico2010-09-201-62/+85
* Make ebuild-ipc show an additional 'read failed' message if the bufferZac Medico2010-09-201-1/+8
* If ebuild-ipc times out during read, check if the read buffer isZac Medico2010-09-201-2/+4
* Revert "Add option -s to docompress command."Ulrich Mueller2010-09-201-7/+1
* Make repoman tolerate errors from utime() when fetching metadata.dtd.Zac Medico2010-09-191-2/+9
* Fix ebuild-ipc.py to timeout if necessary when opening input_fileZac Medico2010-09-181-2/+8
* Use blocking IO in ebuild-ipc.py and EbuildIpcDaemon._send_reply(),Zac Medico2010-09-181-17/+1
* Put more variables in PORTAGE_READONLY_VARS instead of usingZac Medico2010-09-172-24/+20
* Rename READONLY_EBUILD_METADATA and READONLY_PORTAGE_VARS to startZac Medico2010-09-172-5/+6
* Remove unused PORTAGE_MASTER_PID variable.Zac Medico2010-09-171-1/+1
* Add virtual/linux-sources to repoman's RDEPEND.suspect check.Zac Medico2010-09-171-0/+1
* Don't unset PORTAGE_BUILDDIR in save_ebuild_env() since it'sZac Medico2010-09-171-1/+1
* Add PORTAGE_BUILDDIR to READONLY_PORTAGE_VARS since it's extremelyZac Medico2010-09-171-1/+1
* Bug #337180 - Add a --unmatched-removal option for stricter checkingZac Medico2010-09-151-0/+4
* 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