summaryrefslogtreecommitdiffhomepage
path: root/build.sh
AgeCommit message (Expand)AuthorFilesLines
2024-03-01build.sh: disambiguate skipped vs. disabled packages.Lucía Andrea Illanes Albornoz1-4/+4
2023-04-03Drop ccache support.Lucía Andrea Illanes Albornoz1-17/+0
2023-03-30Delete ${DEFAULT_RPM_JOBS_SEMAPHORE} on init.Lucía Andrea Illanes Albornoz1-0/+1
2023-03-26Print group file pathname in ./pkgtool.sh -i output.Lucía Andrea Illanes Albornoz1-1/+1
2023-03-23Implements ccache integration, pt. II.Lucía Andrea Illanes Albornoz1-1/+1
2023-03-21Document subr.rtl/*.subr functions, pt. IV.Lucía Andrea Illanes Albornoz1-24/+24
2023-03-20Correctly pass ccache to CMake.Lucía Andrea Illanes Albornoz1-4/+4
2023-03-20Implements ccache integration.Lucía Andrea Illanes Albornoz1-0/+17
2023-03-20Default theme from etc/*.theme.host.<full hostname>.Lucía Andrea Illanes Albornoz1-1/+3
2023-03-20Implements --theme in {build,pkgtool}.sh.Lucía Andrea Illanes Albornoz1-0/+9
2023-03-19Kill child process tree w/ TERM then KILL on abort.Lucía Andrea Illanes Albornoz1-10/+13
2023-03-14Fix relaxed mode (-R).Lucía Andrea Illanes Albornoz1-7/+4
2023-02-27build.sh:buildp_init_getopts_fn(): fix --roar.Lucía Andrea Illanes Albornoz1-3/+3
2023-02-22Exit correctly on ^C and -V [..].Lucía Andrea Illanes Albornoz1-1/+2
2023-02-19subr.ex/ex_pkg.subr:ex_pkg_load_vars(): prepend ${PREFIX} w/ ${PWD%/}/ if not...Lucía Andrea Illanes Albornoz1-1/+1
2023-02-19Reject empty variables from the command line.Lucía Andrea Illanes Albornoz1-3/+7
2023-02-18Update copyright legends.Lucía Andrea Illanes Albornoz1-1/+1
2023-02-17Make everything a bit faster.Lucía Andrea Illanes Albornoz1-76/+430
2022-06-24{build,pkgtool}.sh, etc/LICENCE, midipix.env: update copyright legend.Lucía Andrea Illanes Albornoz1-1/+1
2021-09-09build.sh:build(): fix spelling.Lucio Andrés Illanes Albornoz1-1/+1
2021-09-09build.sh:buildp_dispatch_pkg_state(): log env vars in child process at correc...Lucio Andrés Illanes Albornoz1-1/+1
2021-08-27Implements localised message files, pt. II.Lucio Andrés Illanes Albornoz1-2/+2
2021-08-26Implements localised message files.Lucio Andrés Illanes Albornoz1-23/+21
2021-08-26Implements logging tags, tag sets, and themes.Lucio Andrés Illanes Albornoz1-27/+27
2021-08-26{build,pkgtool}.sh: log environment variables at "notice" level.Lucio Andrés Illanes Albornoz1-2/+2
2021-08-26Log messages at {info,notice,verbose} and {,-v,-vv}.Lucio Andrés Illanes Albornoz1-6/+6
2021-08-25Implements ./build.sh -V {notice,verbose,build,fileops,install,xtrace}.Lucio Andrés Illanes Albornoz1-2/+2
2021-08-25{build,pkgtool}.sh: export LANG=C LC_ALL=C during execution for performance r...Lucio Andrés Illanes Albornoz1-1/+2
2021-08-24Split ./build.sh -x from ./build.sh -vvvv.Lucio Andrés Illanes Albornoz1-1/+1
2021-05-10Implements {fetch,configure,build,install}_clean.Lucio Andrés Illanes Albornoz1-1/+1
2021-05-07Implements extended -r syntax.Lucio Andrés Illanes Albornoz1-1/+2
2021-04-06build.sh:build(): workaround bash >=4.4.20 & Zsh inconsistency concerning loc...Lucio Andrés Illanes Albornoz1-2/+3
2021-04-05{build,pkgtool}.sh: update copyright legend.Lucio Andrés Illanes Albornoz1-1/+1
2021-01-22Implements ${{DEFAULT,PKG,...}_MIRRORS}.Lucio Andrés Illanes Albornoz1-1/+1
2020-09-27build.sh: update copyright legend.Lucio Andrés Illanes Albornoz1-1/+1
2020-05-26build.sh:build(): don't zero-initialise ${DEFAULT_GITROOT_HEAD} (via tehcloud.)Lucio Andrés Illanes Albornoz1-1/+1
2020-05-15Include percentage and group counts in group status informationals.Lucio Andrés Illanes Albornoz1-4/+4
2020-05-15Include percentage and package counts in build status informationals.Lucio Andrés Illanes Albornoz1-2/+2
2020-05-11build.sh:build(): don't forcibly initialise ${BUILD_HNAME}.Lucio Andrés Illanes Albornoz1-2/+2
2020-05-11build.sh:build(): initialise global variable ${EX_PKG_DISPATCH_WAIT}.Lucio Andrés Illanes Albornoz1-1/+1
2020-05-07Revert "build.sh:buildp_dispatch_pkg_state(): include percentage and package ...Lucio Andrés Illanes Albornoz1-1/+1
2020-05-07build.sh:buildp_dispatch_pkg_state(): include percentage and package counts i...Lucio Andrés Illanes Albornoz1-1/+1
2020-05-06build.sh:buildp_dispatch_pkg_state(): include percentage in `start_pkg' infor...Lucio Andrés Illanes Albornoz1-1/+1
2020-04-29Designate {debug,release} build as build kind.Lucio Andrés Illanes Albornoz1-1/+1
2020-04-29build.sh:buildp_ast(): ignore SIG{HUP,INT,TERM,USR[12]} during handler execut...Lucio Andrés Illanes Albornoz1-0/+1
2020-04-09build.sh:buildp_ast(): remove ${DEFAULT_BUILD_STATUS_IN_PROGRESS_FNAME} at la...Lucio Andrés Illanes Albornoz1-3/+3
2020-03-15Set -o nounset in addition to +o errexit -o nounset.Lucio Andrés Illanes Albornoz1-1/+1
2020-03-15General cleanup.Lucio Andrés Illanes Albornoz1-50/+66
2020-03-11build.sh:build(): install signal handlers post-initialisation.Lucio Andrés Illanes Albornoz1-5/+5
2020-03-11pkgtool.sh, subr/{build_init,ex_pkg_exec}.subr: rebuild package, dump & exit ...Lucio Andrés Illanes Albornoz1-3/+3