aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* install_hooks: fix variable name for PORTAGE_CONFIGROOTFabian Groffen2011-09-231-1/+1
* Fix 'shopt: +s: invalid shell option name' error.Arfrever Frehtes Taifersar Arahesis2011-09-231-1/+1
* add install hooksBrian Harring2011-09-211-0/+15
* install_qa_check: adjust "poor programming" msgsZac Medico2011-09-181-10/+10
* misc-functions.sh: fix incorrect has -o usageZac Medico2011-07-121-1/+1
* Remove all hasq/useq calls for bug #199722.Zac Medico2011-07-081-11/+11
* misc-functions.sh: remove stale NEEDED* filesZac Medico2011-06-301-0/+1
* Add a QA check for systemd unit file install.Michał Górny2011-06-241-0/+10
* install_qa_check(): Simplify code and make 'l' a local variable.Arfrever Frehtes Taifersar Arahesis2011-04-301-3/+3
* Check for references to ${ROOT} in install_qa_checks.David James2011-04-291-8/+26
* Move preinst/postinst_bsdflags from bash to pyDavid James2011-04-281-16/+0
* Bug #364467 - handle gcc-4.6-style QA warningsRyan Hill2011-04-261-18/+18
* Update date headers in modified files.Zac Medico2011-02-191-1/+1
* docompress, prepcompress: Add missing quotes.Ulrich Mueller2011-02-191-1/+1
* bash: as a general rule, use read -rZac Medico2010-12-291-4/+4
* Substitute bash builtin >> for touch command.Zac Medico2010-12-191-1/+2
* dyn_spec: account for empty $FILESDIRZac Medico2010-10-291-1/+3
* Fix readonly variable assignment for PORTAGE_BINPKG_TMPFILE whenZac Medico2010-09-301-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 #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
* Make the "warning: call to .* will always overflow destination buffer"Zac Medico2010-09-091-0/+3
* Remove all \a (alert/bell/beep) tokens (bug 336024)Sebastian Luther2010-09-061-24/+22
* When signaling successful exit from an ebuild phase via ebuild-ipc,Zac Medico2010-09-021-1/+4
* Bug #335340 - Add support for PORTAGE_BZIP2_COMMAND andZac Medico2010-08-301-1/+1
* Bug fix in canonicalize() function.Ulrich Mueller2010-08-301-3/+3
* Add canonicalize() function, replacement for "readlink -f".v2.2_rc72Ulrich Mueller2010-08-281-16/+22
* Change a comment in prepcompress().Ulrich Mueller2010-08-281-2/+3
* Implement controllable compression and docompress, bug #273633.Ulrich Mueller2010-08-281-0/+97
* Remove python-oriented checks from install_qa_check() since I'm unsureZac Medico2010-08-221-29/+0
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-211-2/+6
* Disable EbuildIpcDaemon for now, since it seems to be triggeringZac Medico2010-08-141-0/+1
* Use /usr/bin/python when PORTAGE_PYTHON variable is empty.Arfrever Frehtes Taifersar Arahesis2010-08-141-2/+2
* Ensure that all Python processes use the same version of Python.Arfrever Frehtes Taifersar Arahesis2010-08-141-4/+4
* Add QA check for libtool libraries in Python site-packages directories.Arfrever Frehtes Taifersar Arahesis2010-08-131-0/+9
* Add QA check for static libraries in Python site-packages directories.Arfrever Frehtes Taifersar Arahesis2010-08-131-2/+12
* Use EbuildIpcDaemon to replace the functionality ofZac Medico2010-08-131-3/+1
* Make some variables local.Arfrever Frehtes Taifersar Arahesis2010-08-051-3/+12
* Bug #301915: Add QA check for byte-compiled Python modules.Arfrever Frehtes Taifersar Arahesis2010-08-051-5/+4
* install_qa_check: catch more gcc warningsMike Frysinger2010-07-191-0/+29
* misc-functions.sh fix for baselayoutDaniel Robbins2010-06-271-0/+2
* Bug #321145: Don't ignore exit status of filter-bash-environment.py and check...Arfrever Frehtes Taifersar Arahesis2010-05-251-1/+1
* Extend QA check for absolute symlinks in lib dirs to more file typesSebastian Luther2010-05-151-11/+14
* Fix typo in check for shared libraries lacking NEEDED entries.Arfrever Frehtes Taifersar Arahesis2010-04-161-1/+1
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* install_qa_check: make sure init.d and conf.d files do not have syntax errors...Mike Frysinger2010-03-231-0/+9
* Bug #295715 - Implement a register_success_hook function to complementZac Medico2009-12-061-0/+16