Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-03 | Drop ccache support. | Lucía Andrea Illanes Albornoz | 1 | -17/+0 | |
2023-03-30 | Delete ${DEFAULT_RPM_JOBS_SEMAPHORE} on init. | Lucía Andrea Illanes Albornoz | 1 | -0/+1 | |
2023-03-26 | Print group file pathname in ./pkgtool.sh -i output. | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
2023-03-23 | Implements ccache integration, pt. II. | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
2023-03-21 | Document subr.rtl/*.subr functions, pt. IV. | Lucía Andrea Illanes Albornoz | 1 | -24/+24 | |
2023-03-20 | Correctly pass ccache to CMake. | Lucía Andrea Illanes Albornoz | 1 | -4/+4 | |
2023-03-20 | Implements ccache integration. | Lucía Andrea Illanes Albornoz | 1 | -0/+17 | |
2023-03-20 | Default theme from etc/*.theme.host.<full hostname>. | Lucía Andrea Illanes Albornoz | 1 | -1/+3 | |
2023-03-20 | Implements --theme in {build,pkgtool}.sh. | Lucía Andrea Illanes Albornoz | 1 | -0/+9 | |
2023-03-19 | Kill child process tree w/ TERM then KILL on abort. | Lucía Andrea Illanes Albornoz | 1 | -10/+13 | |
2023-03-14 | Fix relaxed mode (-R). | Lucía Andrea Illanes Albornoz | 1 | -7/+4 | |
2023-02-27 | build.sh:buildp_init_getopts_fn(): fix --roar. | Lucía Andrea Illanes Albornoz | 1 | -3/+3 | |
2023-02-22 | Exit correctly on ^C and -V [..]. | Lucía Andrea Illanes Albornoz | 1 | -1/+2 | |
2023-02-19 | subr.ex/ex_pkg.subr:ex_pkg_load_vars(): prepend ${PREFIX} w/ ${PWD%/}/ if ↵ | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
not absolute pathname. | |||||
2023-02-19 | Reject empty variables from the command line. | Lucía Andrea Illanes Albornoz | 1 | -3/+7 | |
2023-02-18 | Update copyright legends. | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
2023-02-17 | Make everything a bit faster. | Lucía Andrea Illanes Albornoz | 1 | -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 Albornoz | 1 | -1/+1 | |
2021-09-09 | build.sh:build(): fix spelling. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
2021-09-09 | build.sh:buildp_dispatch_pkg_state(): log env vars in child process at ↵ | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
correct level. | |||||
2021-08-27 | Implements localised message files, pt. II. | Lucio Andrés Illanes Albornoz | 1 | -2/+2 | |
2021-08-26 | Implements localised message files. | Lucio Andrés Illanes Albornoz | 1 | -23/+21 | |
2021-08-26 | Implements logging tags, tag sets, and themes. | Lucio Andrés Illanes Albornoz | 1 | -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 Albornoz | 1 | -2/+2 | |
subr.rtl/rtl_log.subr:${RTL_LOG_MSG_{NOTICE,VERBOSE}_COLOUR}: swap. | |||||
2021-08-26 | Log messages at {info,notice,verbose} and {,-v,-vv}. | Lucio Andrés Illanes Albornoz | 1 | -6/+6 | |
2021-08-25 | Implements ./build.sh -V {notice,verbose,build,fileops,install,xtrace}. | Lucio Andrés Illanes Albornoz | 1 | -2/+2 | |
2021-08-25 | {build,pkgtool}.sh: export LANG=C LC_ALL=C during execution for performance ↵ | Lucio Andrés Illanes Albornoz | 1 | -1/+2 | |
reasons. | |||||
2021-08-24 | Split ./build.sh -x from ./build.sh -vvvv. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
2021-05-10 | Implements {fetch,configure,build,install}_clean. | Lucio Andrés Illanes Albornoz | 1 | -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-07 | Implements extended -r syntax. | Lucio Andrés Illanes Albornoz | 1 | -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-06 | build.sh:build(): workaround bash >=4.4.20 & Zsh inconsistency concerning ↵ | Lucio Andrés Illanes Albornoz | 1 | -2/+3 | |
local uninitialised variables inheriting from the environment (or not.) | |||||
2021-04-05 | {build,pkgtool}.sh: update copyright legend. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
etc/README.md: updated. | |||||
2021-01-22 | Implements ${{DEFAULT,PKG,...}_MIRRORS}. | Lucio Andrés Illanes Albornoz | 1 | -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-27 | build.sh: update copyright legend. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
2020-05-26 | build.sh:build(): don't zero-initialise ${DEFAULT_GITROOT_HEAD} (via tehcloud.) | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
2020-05-15 | Include percentage and group counts in group status informationals. | Lucio Andrés Illanes Albornoz | 1 | -4/+4 | |
2020-05-15 | Include percentage and package counts in build status informationals. | Lucio Andrés Illanes Albornoz | 1 | -2/+2 | |
2020-05-11 | build.sh:build(): don't forcibly initialise ${BUILD_HNAME}. | Lucio Andrés Illanes Albornoz | 1 | -2/+2 | |
midipix.env:${DEFAULT_LOG_ENV_VARS}: additionally log ${PREFIX_RPM}. | |||||
2020-05-11 | build.sh:build(): initialise global variable ${EX_PKG_DISPATCH_WAIT}. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
2020-05-07 | Revert "build.sh:buildp_dispatch_pkg_state(): include percentage and package ↵ | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
counts in `finish_pkg' informational." This reverts commit 08f57a8d88e4ec4f2705bfd2c69abda752f03907. | |||||
2020-05-07 | build.sh:buildp_dispatch_pkg_state(): include percentage and package counts ↵ | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
in `finish_pkg' informational. subr/ex_pkg_dispatch.subr:exp_pkg_dispatch_group(): include package counts in `finish_pkg' message. | |||||
2020-05-06 | build.sh:buildp_dispatch_pkg_state(): include percentage in `start_pkg' ↵ | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
informational. | |||||
2020-04-29 | Designate {debug,release} build as build kind. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
etc/{{build,pkgtool}.usage,README.md}: updated. | |||||
2020-04-29 | build.sh:buildp_ast(): ignore SIG{HUP,INT,TERM,USR[12]} during handler ↵ | Lucio Andrés Illanes Albornoz | 1 | -0/+1 | |
execution. | |||||
2020-04-09 | build.sh:buildp_ast(): remove ${DEFAULT_BUILD_STATUS_IN_PROGRESS_FNAME} at ↵ | Lucio Andrés Illanes Albornoz | 1 | -3/+3 | |
last opportunity. | |||||
2020-03-15 | Set -o nounset in addition to +o errexit -o nounset. | Lucio Andrés Illanes Albornoz | 1 | -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-15 | General cleanup. | Lucio Andrés Illanes Albornoz | 1 | -50/+66 | |
2020-03-11 | build.sh:build(): install signal handlers post-initialisation. | Lucio Andrés Illanes Albornoz | 1 | -5/+5 | |
2020-03-11 | pkgtool.sh, subr/{build_init,ex_pkg_exec}.subr: rebuild package, dump & exit ↵ | Lucio Andrés Illanes Albornoz | 1 | -3/+3 | |
if package dump is unavailable. build.sh:buildp_dispatch_fail_pkg(): log --dump-{in,on-abort} messages at `info' level. | |||||
2020-03-11 | Initial implementation of pkgtool.sh. | Lucio Andrés Illanes Albornoz | 1 | -4/+14 | |
build.sh:build(): move cd(1) to $(dirname "${0}"). etc/{build.usage,README.md}: updated. midipix.env:${DEFAULT_CLEAR_ENV_VARS_EXCEPT}: allow inheriting ARCH, BUILD, BUILD_DLCACHEDIR, BUILD_WORKDIR, and PREFIX* from the environment. pkgtool.sh: initial implementation. subr/build_init.subr:buildp_init_defaults(): allow inheriting ARCH, BUILD, BUILD_DLCACHEDIR, BUILD_WORKDIR, and PREFIX* from the environment. subr/build_init.subr:buildp_init_env(): move cd(1) to $(dirname "${0}"). subr/build_init.subr:buildp_init_files(): correctly pass ${_status} from rtl_check_path_vars(). subr/ex_pkg_exec.subr:ex_pkg_exec(): dump subset of variables and exported variables on build failure and --dump-on-abort. subr/pkgtool_init.subr: adapted from subr/build_init.subr. subr/rtl_complex.subr:rtl_filter_vars(): initial implementation. subr/rtl_string.subr:rtl_subst(): initial implementation. |