aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* emerge: respect NO_COLORSiddhanth Rathod2023-03-211-2/+9
* bin: isolated-functions.sh: make ___makeopts_jobs return CPUs as default, not 1Sam James2022-09-291-1/+8
* isolated-functions.sh: sync ___makeopts_jobs with multiprocessing.eclassSam James2022-08-011-4/+5
* bin: style tweaksSam James2022-08-011-24/+27
* *: use /usr/bin/env bash iso /bin/bashFabian Groffen2022-07-251-1/+1
* Allow nested ebegin calls using a count variableMike Gilbert2022-07-121-8/+4
* Revert "ebegin/eend: accept properly nested calls in different functions"Mike Gilbert2022-07-031-18/+4
* bin/*.sh: use bash's extended-test builtin ('[[' and ']]')Florian Schmaus2022-05-221-8/+8
* ebegin/eend: accept properly nested calls in different functionsThomas Bracht Laumann Jespersen2022-04-281-4/+18
* ebegin: Output QA warning if call to eend is missingThomas Bracht Laumann Jespersen2022-04-151-0/+3
* bin/*.sh: cosmetic cleanups to comments, whitespaceSam James2022-04-131-2/+2
* eend: Output QA warning if ebegin has not been calledThomas Bracht Laumann Jespersen2022-04-121-0/+6
* die: omit $S display if not setMike Frysinger2022-02-151-1/+1
* die: do not kill $EBUILD_MASTER_PID if it isn't yet setupMike Frysinger2022-02-151-1/+3
* Move debug-print to isolated-functions.shMike Gilbert2021-11-191-0/+39
* Use distinct colors for output msg typesMichał Górny2021-10-041-11/+19
* Prefix color vars with "PORTAGE_COLOR_"Michał Górny2021-10-041-21/+21
* eend: Output QA notice when called without argumentUlrich Müller2021-09-271-0/+1
* Ban hasq, hasv and useq in EAPI 8Michał Górny2021-05-231-1/+5
* Revert "Skip QA Notice for hasq/useq during *rm phases."Ulrich Müller2020-10-181-2/+1
* eqawarn: output to build log regardless of --quiet (bug 713818)Zac Medico2020-03-211-2/+2
* helper-functions.sh: __multijob_init: handle errorsZac Medico2019-11-171-2/+3
* unpack: Unconditionally die if an unpacker returns an error.Ulrich Müller2019-08-131-10/+3
* Add bash ___is_indexed_array_var function (bug 662468)Ross Konsolebox2019-05-191-0/+10
* isolated-functions.sh: Do not define any aliases.Ulrich Müller2018-11-051-2/+0
* Move parallel xargs wrapping to isolated-functions.shMichał Górny2018-09-201-0/+22
* XARGS: use gxargs for USERLAND=BSD (bug 663256)Zac Medico2018-08-091-1/+5
* Add EAPI 7 version comparison & manipulation functionsMichał Górny2018-03-111-0/+4
* isolated-functions.sh: Ensure informational command output to stderrMichał Górny2018-03-041-15/+15
* isolated-functions.sh: optimize array length testsZac Medico2018-02-061-3/+3
* ebuild.sh: Completely ban external commands in global scopeMichał Górny2017-09-111-0/+4
* isolated-functions.sh: Output error message for nofatal die.Ulrich Müller2016-01-291-5/+6
* Revert unreviewed and breaking changes done by ArfreverMichał Górny2015-12-091-13/+7
* portage.repository.config.RepoConfig: Support location with trailing whitespa...Arfrever Frehtes Taifersar Arahesis2015-12-091-7/+13
* die: call set +x since tracing only produces useless noise hereZac Medico2015-07-171-0/+1
* require PORTAGE_{BIN,PYM}_PATH not be clearedMike Frysinger2015-06-101-1/+1
* Add tentative EAPI6 nonfatal support to die()Michał Górny2014-12-041-0/+7
* Apply 'nonfatal' to helpers onlyMichał Górny2014-12-041-6/+1
* Respect nonfatal in unpack(), econf() and einstall()Michał Górny2014-12-041-2/+9
* Remove __eqalog & __eqawarnlogMichał Górny2014-11-201-23/+0
* Introduce eqatag to output proper machine-readable QA logsMichał Górny2014-11-201-0/+68
* Introduce eqalog and eqawarnlog functions.Michael Palimaka2014-10-271-0/+23
* Rename a private function.Arfrever Frehtes Taifersar Arahesis2014-02-051-2/+2
* add a __bashpid helper for <bash-4.0 versionsMike Frysinger2013-12-211-1/+8
* __repo_key: comment on bash-3.2 compatibilityv2.2.0_alpha193Zac Medico2013-08-031-0/+4
* __repo_key: fix for bash-3.2 compatibilityZac Medico2013-08-031-1/+1
* die(): Stop using PORTDIR and clean output.Arfrever Frehtes Taifersar Arahesis2013-07-161-23/+3
* Stop using PORTDIR_OVERLAY in bash part of Portage.Arfrever Frehtes Taifersar Arahesis2013-07-161-8/+17
* Tweak die message for fail-clean, bug #454050.Zac Medico2013-01-251-1/+2
* die: use local IFS settingZac Medico2012-10-271-0/+2