Commit Graph

114 Commits (ab682e1d46d3d1ac3184952c3d26f314f0d74b04)

Author SHA1 Message Date
jwerle ab682e1d46 fix(lib/env/env.sh): look up sources if bpkg path can be resolved 3 years ago
jwerle 1b097711a8 fix(lib/package/package.sh): fix infinite loop when root 3 years ago
jwerle 8595da906a fix(lib/package/package.sh): emit real path 'bpkg_package_path' 3 years ago
jwerle 4eff8f7192 fix(lib/run/run.sh): change directory before running local commnd 3 years ago
jwerle 308b66a5e9 refactor(lib/env/env.sh): introduce 'BPKG_PACKAGE_{PATH,ROOT}' and fully computed 'BPKG_PACKAGE_DEPS' 3 years ago
jwerle 29838c21f5 feat(lib/package/package.sh): introduce 'bpkg_package_path' 3 years ago
jwerle fc6befff37 refactor(lib/package/package.sh): search for relative 'bpkg.json' 3 years ago
jwerle 8126a2cbfa refactor(lib/install/install.sh): support dir path in 'bpkg-install' 3 years ago
jwerle 5cee38b43e refactor(lib/env/env.sh): introduce 'BPKG_FORCE_ACTIONS' 3 years ago
jwerle 457f02d0fa refactor(lib/install/install.sh): install local deps by default, handle many pkgs 3 years ago
jwerle 7950dc0055 fix(bpkg-package): fix package value emission cleanup 3 years ago
jwerle 8eaa0ac051 fix(bpkg-run): use 'eval' for package commands 3 years ago
jwerle 4c854bd241 fix(bpkg-run): fix default arg 3 years ago
jwerle ec8065c22e fix(bpkg-run): fix source emission 3 years ago
jwerle 619edf76ea fix(): fix source emission and errors 3 years ago
jwerle 387c9e93af refactor(): clean up output 3 years ago
jwerle c2f8a2c2be fix(): fix suggestions and false positive 'bpkg-run' rc 3 years ago
jwerle e6e02812c4 fix(suggest): fix stdout leak 3 years ago
jwerle fe8f5c942c fix(): fix broken environment variables 3 years ago
jwerle 563c365bad refactor(lib/lib/env.sh): clean up usage 3 years ago
jwerle c6e2fd1d09 fix(): use '#!/usr/bin/env bash' 3 years ago
jwerle fea1bc2690 fix(lib/run/run.sh): use '-path' instead of '-wholename' 3 years ago
jwerle 33359fccce fix(lib/env/env.sh): fix typo 3 years ago
jwerle c5ecb73298 (bpkg-env): introduce 'bpkg-env 3 years ago
jwerle 2b038c3ffe refactor(lib/run/run.sh): add more env vars for runner 3 years ago
jwerle 7523983418 fix(lib/suggest/suggest.sh): fix usage of 'read' 3 years ago
jwerle 702af11418 fix(lib/run/run.sh): fix preemptive 'BPKG_SCRIPT_SOURCES' 3 years ago
jwerle 5fae8a6785 fix(lib/package/package.sh): correctly handle package introspection 3 years ago
jwerle aee770b699 fix(): fix stderr output redirection 3 years ago
jwerle 35b1b10fb4 fix(lib/install/install.sh): support 'repo' in 'bpkg.json' 3 years ago
jwerle 2324a0ebd7 fix(lib/run/run.sh): fix typo 3 years ago
jwerle edaf0cab93 refactor(): support 'commands' for 'bpkg run' and 'BPKG_SCRIPT_SOURCES' env var 3 years ago
jwerle 9c96da562e fix(install.sh): fix broken url 3 years ago
jwerle f4665a5b74 refactor(lib): cleanup, remove useless code, fix lint 3 years ago
jwerle dfb978c167 fix(install.sh,run.sh): fix output 3 years ago
jwerle 1d6eeb6529 feat(): introduce 'bpkg source <name>' 3 years ago
jwerle 9ea0f02b76 feat(): introduce 'bpkg-run' 3 years ago
jwerle c9ef8595ec refactor(): support custom 'deps/' dir 3 years ago
jwerle de503e955e refactor(): support 'bpkg.json' 3 years ago
Ben Peachey 4af346da14 Fix more Shellcheck violations. 3 years ago
Ben Peachey af4d935075 Fix more Shellcheck SC2034 violations. 3 years ago
Ben Peachey 447269a7ff Fix more Shellcheck SC2155 violations. 3 years ago
Ben Peachey 574a928de8 Fix various Shellcheck violations. 3 years ago
Ben Peachey 7494024a57 Fix all Shellcheck SC2206 violations. 3 years ago
Ben Peachey 4c6a99ad3b Remove unused variable. 3 years ago
Ben Peachey 28b14b9fdd Fix all Shellcheck SC2034 violations. 3 years ago
Ben Peachey a53a6648cc Fix all Shellcheck SC2155 violations. 3 years ago
Ben Peachey 427ad007be Fix all Shellcheck SC2230 violations. 3 years ago
Ben Peachey ef99e9550d Fix all Shellcheck SC2219 violations. 3 years ago
Ben Peachey d30daebb1b Fix all Shellcheck SC2236 violations. 3 years ago