summaryrefslogtreecommitdiffhomepage
path: root/subr
AgeCommit message (Expand)AuthorFilesLines
2020-04-25pkgtool.sh:pkgtoolp_rdepends(): print direct reverse dependencies in bright y...Lucio Andrés Illanes Albornoz1-2/+31
2020-04-17subr/pkg_install_libs.subr:pkgp_install_libs_shared(): correctly reference ${...Lucio Andrés Illanes Albornoz1-1/+1
2020-04-13subr/pkg_build.subr: pass either ${PKG_MAKEFLAGS_VERBOSITY} or nothing if set...Lucio Andrés Illanes Albornoz1-2/+5
2020-04-13subr/pkg_build.subr: invariably call make(1) w/ V=99.Lucio Andrés Illanes Albornoz1-1/+2
2020-04-12subr/build_init.subr:buildp_init_args(): skip unknown packages check given -r...Lucio Andrés Illanes Albornoz1-1/+1
2020-04-10Pass pkg-config(1) search path via ${PKG_CONFIG_LIBDIR}.Lucio Andrés Illanes Albornoz3-5/+5
2020-04-10subr/ex_pkg.subr:ex_pkg_get_packages(): correctly call rtl_log_msg() w/ `warn...Lucio Andrés Illanes Albornoz1-2/+2
2020-04-10subr/pkgtool_init.subr:pkgtoolp_init_getopts_help(): correctly cat etc/pkgtoo...Lucio Andrés Illanes Albornoz1-1/+1
2020-04-10subr/build_init.subr:buildp_init_args(): don't filter `host_deps_rpm' build g...Lucio Andrés Illanes Albornoz1-2/+4
2020-04-09subr/build_init.subr:buildp_init_files(): trap SIG{HUP,INT,TERM,USR[12]} duri...Lucio Andrés Illanes Albornoz1-1/+1
2020-04-09subr/build_init.subr:buildp_init_files(): trap SIG{HUP,INT,TERM,USR[12]} duri...Lucio Andrés Illanes Albornoz1-0/+2
2020-04-09subr/build_init.subr:buildp_init_getopts(): exit w/ error on attempt to speci...Lucio Andrés Illanes Albornoz1-1/+5
2020-04-09subr/rtl.subr:rtl_date(): default ${DEFAULT_TIMESTAMP_FMT} to "%Y/%m/%d %H:%M...Lucio Andrés Illanes Albornoz1-1/+1
2020-04-08subr/build_init.subr:buildp_init_args(): move ${BUILD_HNAME} check & default ...Lucio Andrés Illanes Albornoz1-3/+4
2020-04-04subr/rtl_complex.subr:rtl_is_newer(): reimplemented w/ stat(1).Lucio Andrés Illanes Albornoz2-5/+10
2020-03-26subr/ex_pkg_env.subr:exp_pkg_env_set(): correctly join NL-separated package v...Lucio Andrés Illanes Albornoz1-7/+7
2020-03-24subr/{ex_pkg_env,pkg_install,rtl_list}.subr: reference ${IFS} w/ explicit def...Lucio Andrés Illanes Albornoz3-6/+6
2020-03-19subr/{build,pkgtool}_init.subr: minor cleanup.Lucio Andrés Illanes Albornoz3-31/+72
2020-03-19subr/{pkg_install,rtl_fetch}.subr, subr/rtl_complex.subr:rtl_flock_acquire():...Lucio Andrés Illanes Albornoz3-29/+17
2020-03-15Set -o nounset in addition to +o errexit -o nounset.Lucio Andrés Illanes Albornoz29-186/+220
2020-03-15General cleanup.Lucio Andrés Illanes Albornoz17-509/+478
2020-03-13subr/pkgtool_init.subr:pkgtoolp_init_prereqs(): trim list of prerequisite com...Lucio Andrés Illanes Albornoz1-5/+3
2020-03-13Implements ./pkgtool.sh -[irt] options.Lucio Andrés Illanes Albornoz5-135/+310
2020-03-12midipix.env: remove redundant ${DEFAULT_LOG_MSG_*_COLOUR} variables.Lucio Andrés Illanes Albornoz1-0/+1
2020-03-12Reduce awk(1), grep(1), seq(1), and stat(1) usage.Lucio Andrés Illanes Albornoz6-36/+73
2020-03-11subr/build_init.subr:buildp_init_getopts(): --dump-on-abort excludes -R.Lucio Andrés Illanes Albornoz1-11/+15
2020-03-11pkgtool.sh, subr/{build_init,ex_pkg_exec}.subr: rebuild package, dump & exit ...Lucio Andrés Illanes Albornoz2-5/+17
2020-03-11Initial implementation of pkgtool.sh.Lucio Andrés Illanes Albornoz5-8/+209
2020-03-05subr/ex_pkg.subr: implement -r ***name[,..][:step,..]: forcibly rebuild all p...Lucio Andrés Illanes Albornoz1-30/+57
2020-03-05subr/ex_pkg_dispatch.subr: implement *<group>: inhibit group-group dependency...Lucio Andrés Illanes Albornoz2-50/+63
2020-03-05subr/ex_pkg{,_dispatch}.subr: implement -r ***name[,..][:step,..]: forcibly r...Lucio Andrés Illanes Albornoz3-24/+42
2020-03-04subr/build_init.subr:build_init(): call buildp_init_prereqs() after buildp_in...Lucio Andrés Illanes Albornoz1-20/+25
2020-03-04subr/build_init.subr:buildp_init_env(): source subr/*.subr as early as possib...Lucio Andrés Illanes Albornoz1-7/+8
2020-03-02subr/pkg_install.subr: serialise simultaneous installation to ${PKG_PREFIX} w...Lucio Andrés Illanes Albornoz1-1/+1
2020-03-02subr/build_init.subr:buildp_init_args(): reduce sed(1) usage.Lucio Andrés Illanes Albornoz2-2/+8
2020-03-02subr/pkg_install.subr: serialise simultaneous installation to ${PKG_PREFIX} w...Lucio Andrés Illanes Albornoz1-0/+14
2020-03-02build.sh:build(): iteratively print list of unknown packages, if any.Lucio Andrés Illanes Albornoz3-5/+5
2020-03-02subr/pkg_install.subr: remove -D pkg remnants.Lucio Andrés Illanes Albornoz1-3/+0
2020-03-01General cleanup, pt. III.Lucio Andrés Illanes Albornoz18-81/+169
2020-03-01build.sh:buildp_ast(): reset package state of in-progress packages at EXIT si...Lucio Andrés Illanes Albornoz1-10/+10
2020-02-29subr/build_init.subr:buildp_init_env(): don't use unavailable rtl_lconcat() (...Lucio Andrés Illanes Albornoz1-1/+1
2020-02-29subr/ex_pkg_env.subr:exp_pkg_env_set(): reduce hard-wiring.Lucio Andrés Illanes Albornoz1-7/+3
2020-02-29midipix.env: renamed from vars/env.vars.Lucio Andrés Illanes Albornoz1-1/+1
2020-02-29Refactors dist packages into groups/999.dist.group and dist/dist_*.dist.Lucio Andrés Illanes Albornoz2-2/+8
2020-02-29build.sh:buildp_ast(): correctly call rtl_kill_tree().Lucio Andrés Illanes Albornoz1-6/+10
2020-02-29build.sh:buildp_dispatch{,_pkg_state}(): forward `msg_pkg' messages to stdout...Lucio Andrés Illanes Albornoz1-0/+2
2020-02-29subr/build_init.subr:buildp_init_vars(): reject unknown groups.Lucio Andrés Illanes Albornoz1-9/+17
2020-02-29groups/dev_packages.group:${GROUP_AUTO}: set to 0.Lucio Andrés Illanes Albornoz1-1/+8
2020-02-29build.sh:buildp_dispatch(): silence command(1) output.Lucio Andrés Illanes Albornoz1-2/+5
2020-02-26subr/pkg_{fetch_extract,install_make}.subr, vars/env.vars: minor cleanup.Lucio Andrés Illanes Albornoz2-6/+1