summaryrefslogtreecommitdiffhomepage
path: root/build.sh
AgeCommit message (Collapse)AuthorFilesLines
8 daysbuild.sh: accept comma-separated list of groups to build in addition to ↵Lucía Andrea Illanes Albornoz1-16/+19
SP-separated.
2024-03-01build.sh: disambiguate skipped vs. disabled packages.Lucía Andrea Illanes Albornoz1-4/+4
etc/build.msgs.en:${MSG_build_finish}: disambiguate skipped vs. disabled packages.
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 ↵Lucía Andrea Illanes Albornoz1-1/+1
not absolute pathname.
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
0) Issues several prayers and sacrifices to Enki under threat of a terrible deluge sent down by Ellil 1) Convert fork-write/read exprs to be non-forking 2) Pass mostly everything by reference 3) Don't bother cleaning the variable namespace because Bourne shell is an abomination 4) Removes broken ./pkgtool.sh -s, --restart-at, --update-diff & ./build.sh --dump-{in,on-abort} 5) Cleanup
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 ↵Lucio Andrés Illanes Albornoz1-1/+1
correct level.
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
subr/pkgtool_init.subr:pkgtoolp_init_args(): set ${BUILD_HNAME}.
2021-08-26{build,pkgtool}.sh: log environment variables at "notice" level.Lucio Andrés Illanes Albornoz1-2/+2
subr.rtl/rtl_log.subr:${RTL_LOG_MSG_{NOTICE,VERBOSE}_COLOUR}: swap.
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 ↵Lucio Andrés Illanes Albornoz1-1/+2
reasons.
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
build.sh:buildp_dispatch_fail_pkg(): print NL when writing to ${DEFAULT_BUILD_LAST_FAILED_PKG_FNAME}. etc/{README.md,build.usage}: updated. midipix.env: updated. subr.rtl/rtl_complex.subr:rtl_sunset(): initial implementation. subr.rtl/rtl_list.subr:rtl_l{filter[23],length2,lift[23]}(): initial implementation. subr.rtl/rtl_state.subr:rtl_state_test(): take ${_build_steps} vs. ${_build_step}. subr/{build_init,ex_pkg_restart}.subr: splits extended restart syntax processing logic. subr/ex_pkg_exec.subr:ex_pkg_exec(): filter "start". subr/pkg_{build,configure,fetch,install}_clean.subr: initial implementation.
2021-05-07Implements extended -r syntax.Lucio Andrés Illanes Albornoz1-1/+2
build.sh:buildp_ast(): only reset package build step state if ${ARG_RESET_PKG} is 1. etc/{build.usage,README.md}: updated. etc/build.usage.short, subr/build_init.subr: implement short help screen. midipix.env: correctly escape multi-line variable assignment expressions. subr.rtl/rtl_list.subr: updated. subr.rtl/rtl_state.subr:rtl_state_set(): correctly implement invalidation. subr.rtl/rtl_state.subr:rtl_state_test(): honour `LAST'. subr/build_init.subr:buildp_init_getopts(): implements --reset-pkg. subr/build_init.subr:buildp_{expand_restart_{at,recursive},process_restart_spec}(): initial implementation. subr/ex_pkg_{dispatch,env}.subr: updated. subr/ex_pkg_exec.subr:ex_pkg_exec(): honour `ALL' and `LAST'. vars/gcc.vars: updated.
2021-04-06build.sh:build(): workaround bash >=4.4.20 & Zsh inconsistency concerning ↵Lucio Andrés Illanes Albornoz1-2/+3
local uninitialised variables inheriting from the environment (or not.)
2021-04-05{build,pkgtool}.sh: update copyright legend.Lucio Andrés Illanes Albornoz1-1/+1
etc/README.md: updated.
2021-01-22Implements ${{DEFAULT,PKG,...}_MIRRORS}.Lucio Andrés Illanes Albornoz1-1/+1
build.sh:build(): define and zero-initialise ${DEFAULT_MIRRORS}. etc/README.md: updated. midipix.env: adds ${DEFAULT_MIRRORS} (https://midipix.org/mirror/ https://midipix.lucioillanes.de/archives/). subr.rtl/rtl_fetch.subr:rtl_fetch_url_wget(): receive and operate on target name and optional list of mirrors. subr/pkg_fetch_download.subr: additionally pass ${PKG_NAME} and ${PKG_MIRRORS} to rtl_fetch_url_wget().
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
midipix.env:${DEFAULT_LOG_ENV_VARS}: additionally log ${PREFIX_RPM}.
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
counts in `finish_pkg' informational." This reverts commit 08f57a8d88e4ec4f2705bfd2c69abda752f03907.
2020-05-07build.sh:buildp_dispatch_pkg_state(): include percentage and package counts ↵Lucio Andrés Illanes Albornoz1-1/+1
in `finish_pkg' informational. subr/ex_pkg_dispatch.subr:exp_pkg_dispatch_group(): include package counts in `finish_pkg' message.
2020-05-06build.sh:buildp_dispatch_pkg_state(): include percentage in `start_pkg' ↵Lucio Andrés Illanes Albornoz1-1/+1
informational.
2020-04-29Designate {debug,release} build as build kind.Lucio Andrés Illanes Albornoz1-1/+1
etc/{{build,pkgtool}.usage,README.md}: updated.
2020-04-29build.sh:buildp_ast(): ignore SIG{HUP,INT,TERM,USR[12]} during handler ↵Lucio Andrés Illanes Albornoz1-0/+1
execution.
2020-04-09build.sh:buildp_ast(): remove ${DEFAULT_BUILD_STATUS_IN_PROGRESS_FNAME} at ↵Lucio Andrés Illanes Albornoz1-3/+3
last opportunity.
2020-03-15Set -o nounset in addition to +o errexit -o nounset.Lucio Andrés Illanes Albornoz1-1/+1
groups/000.host_tools.group:libtool_host:${PKG_LIBTOOL}: build w/ `none'. subr/build_init.subr:buildp_init_getopts(): set ${DEFAULT_BUILD_CPUS} prior to ex_pkg_load_vars() call. subr/pkg_{build,install_make}.subr: only pass `LIBTOOL=${PKG_LIBTOOL}' if set and not `none'. vars/libtool_host.vars: removes obsolete vars file.
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