Age | Commit message (Expand) | Author | Files | Lines |
2020-06-26 | subr/rtl_fetch.subr:rtl_fetch_url_wget(): retain digest post-download & forci... | Lucio Andrés Illanes Albornoz | 2 | -19/+46 |
2020-06-02 | subr/rtl_install.subr: correctly return failure given rtl_fileop() failure. | Lucio Andrés Illanes Albornoz | 1 | -3/+9 |
2020-06-02 | midipix.env:${DEFAULT_BUILD_VARS}: adds ${PKG_CFLAGS_BUILD} and ${PKG_MAKE_SU... | Lucio Andrés Illanes Albornoz | 2 | -29/+47 |
2020-05-30 | subr/pkgtool_init.subr:pkgtoolp_init_getopts(): correctly set ${BUILD_KIND}. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 |
2020-05-27 | subr/pkg_install_files.subr:pkgp_install_files_strip(): strip minipix package... | Lucio Andrés Illanes Albornoz | 1 | -14/+18 |
2020-05-26 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -0/+15 |
2020-05-26 | subr/pkg_install{,_files}.subr: call pkgp_install{,_files}_perms() as early a... | Lucio Andrés Illanes Albornoz | 2 | -21/+25 |
2020-05-26 | subr/pkg_install_files.subr:pkgp_install_files_strip(): check for either of .... | 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 | -10/+19 |
2020-05-15 | subr/rtl_complex.subr:rtl_percentage(): initial implementation. | Lucio Andrés Illanes Albornoz | 2 | -10/+11 |
2020-05-15 | Include percentage and package counts in build status informationals. | Lucio Andrés Illanes Albornoz | 1 | -8/+8 |
2020-05-15 | Include percentage and package counts in build status informationals. | Lucio Andrés Illanes Albornoz | 1 | -11/+19 |
2020-05-15 | subr/rtl_list.subr:rtl_l{assign,first}(): initial implementation. | Lucio Andrés Illanes Albornoz | 2 | -2/+26 |
2020-05-15 | subr/rtl.subr:rtl_set_IFS_nl(): initial implementation. | Lucio Andrés Illanes Albornoz | 3 | -5/+8 |
2020-05-15 | Optionally install ${PKG_DESTDIR_HOST} into ${PREFIX}. | Lucio Andrés Illanes Albornoz | 4 | -21/+35 |
2020-05-11 | subr/build_init.subr:buildp_init_getopts(): allow mixing non-option arguments... | Lucio Andrés Illanes Albornoz | 2 | -46/+34 |
2020-05-11 | subr/pkgtool_init.subr:pkgtoolp_init_getopts(): clarify invalid command line ... | Lucio Andrés Illanes Albornoz | 1 | -1/+1 |
2020-05-11 | subr/build_init.subr:buildp_init_{args,getopts}(): call rtl_fileop_set_log() ... | Lucio Andrés Illanes Albornoz | 3 | -15/+24 |
2020-05-11 | subr/ex_pkg.subr:ex_pkg_check_depends(): check for and exit on first unknown ... | Lucio Andrés Illanes Albornoz | 2 | -9/+8 |
2020-05-11 | subr/ex_pkg.subr:ex_pkg_check_depends(): check for and exit on first unknown ... | Lucio Andrés Illanes Albornoz | 2 | -6/+9 |
2020-05-11 | subr/pkgtool_init.subr:pkgtoolp_init_getopts(): correctly initialise ${BUILD_... | 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 |
2020-05-07 | build.sh:buildp_dispatch_pkg_state(): include percentage and package counts i... | Lucio Andrés Illanes Albornoz | 1 | -1/+1 |
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 |