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