Commit Graph

299 Commits (96d024a19b292a1cb28809895a8d3c3cb84b2570)
 

Author SHA1 Message Date
Joseph Werle 96d024a19b chore(): 1.1.4 1 year ago
Sam Likins d1e1a76242 Added install development dependencies functionality. 1 year ago
Sam Likins b9b0ec631e Modify local install link:
Changed symbolic link from absolute to relative for compliance in shared containers
1 year ago
Joseph Werle bd8c92f28c chore(scripts): add 'update-version.sh' script 2 years ago
Joseph Werle ea415ea0dd chore(): 1.1.3 2 years ago
Joseph Werle 831e01c0c6 chore(): 1.1.3 2 years ago
Ben Peachey 79bfbceef7 Fix incorrect function export name. 2 years ago
Joseph Werle 7d6278ef57 fix(bpkg-package): remove '-e' in echo when outputing prop value 2 years ago
Joseph Werle 9f60f492e9 fix(bpkg-env): fix missing '=' in 'BPKG_PACKAGE_DESCRIPTION' export 2 years ago
Joseph Werle 6da92da5f1 chore(.github/workflows/versions.yml): tidy 2 years ago
Joseph Werle ae411ed0f2 chore(.github/workflows/versions.yml): initial 'versions.yml' 2 years ago
Joseph Werle bf330bec45 fix(bpkg-env): fix 'BPKG_PACKAGE_DESCRIPTION' 2 years ago
Joseph Werle 7f3aa1f5e7 fix(scripts/fix-tag-history): fix tag history rewrite 2 years ago
Joseph Werle 6cdcebb9d4 fix(scripts/git-tag-history): check for diff before modifying 2 years ago
Joseph Werle c28f420581 chore(): 1.1.2 2 years ago
Joseph Werle d02dc66d15 fix(bpkg-run): propgate exit code in command 2 years ago
Joseph Werle d11e3d5584 chore(): 1.1.1 2 years ago
Joseph Werle 8d129a902f fix(bpkg-package): return non-zero on failure 2 years ago
Joseph Werle 2148b2e06b refactor(): clean up useless versions in subcommands 2 years ago
Joseph Werle 1588f1edd3 feat(): introduce 'bpkg-realpath' 2 years ago
jwerle 80e3da855e chore(): 1.0.25 2 years ago
jwerle 1bfbdaa125 fix(bpkg-run): fix glob lookup in command runner 2 years ago
jwerle 5200936fc1 chore(): 1.0.24 2 years ago
jwerle cd903cd9a1 fix(bpkg-install): fix usage of '$BPKG_PACKAGE_DEPS' var 2 years ago
Ben Peachey c9b8c46c32
Merge pull request #144 from bpkg/shellcheck/2022-03
Shellcheck updates
2 years ago
Ben Peachey b2a2e0aa65
Remove `# shellcheck disable=SC2230` directives
This has been resolved from `.shellcheckrc`.
2 years ago
Ben Peachey 1f27333472
Change Shellcheck config
- Remove SC1091 "Not following source" as all sources should have a `# shellcheck source=...` directive.
- Add `disable=SC2230`  to allow non-standard `which` for older shellcheck versions (it is already disabled in newer versions).
- Add comments for optional checks we might want to enable in the near future.
2 years ago
Ben Peachey d14964436e
Change Shellcheck GitHub action to cancel already running actions on same branch. 2 years ago
Ben Peachey b0b28a0233
Change Shellcheck GitHub action to use checkout@v3. 2 years ago
Ben Peachey 7d9644f8b8
Change Shellcheck GitHub action to lint all files at once. 2 years ago
Ben Peachey 2f0de7424f
Rename GitHub Action for shellcheck. 2 years ago
jwerle 9eadac7463 chore(): add scripts/ 2 years ago
jwerle 5da6901a35 chore(): 1.0.23 2 years ago
jwerle 39961dc9f6 fix(lib/run/run.sh): encapsulate commands in runner 2 years ago
jwerle 650f9d277e chore(): 1.0.22 2 years ago
jwerle c631e9aec7 fix(setup.sh): use 'whoami' instead of '$USER' 2 years ago
jwerle 85a7c85bf7 chore(): 1.0.21 2 years ago
jwerle ab682e1d46 fix(lib/env/env.sh): look up sources if bpkg path can be resolved 2 years ago
jwerle 1b097711a8 fix(lib/package/package.sh): fix infinite loop when root 2 years ago
jwerle 509063ee93 chore(): 1.0.20 2 years ago
jwerle 8595da906a fix(lib/package/package.sh): emit real path 'bpkg_package_path' 2 years ago
jwerle 4eff8f7192 fix(lib/run/run.sh): change directory before running local commnd 2 years ago
jwerle 23ac54d142 chore(): 1.0.19 2 years ago
jwerle 308b66a5e9 refactor(lib/env/env.sh): introduce 'BPKG_PACKAGE_{PATH,ROOT}' and fully computed 'BPKG_PACKAGE_DEPS' 2 years ago
jwerle 29838c21f5 feat(lib/package/package.sh): introduce 'bpkg_package_path' 2 years ago
jwerle 3b7eda9ec1 chore(): 1.0.18 2 years ago
jwerle fc6befff37 refactor(lib/package/package.sh): search for relative 'bpkg.json' 2 years ago
jwerle 7af69fe9be chore(): 1.0.17 2 years ago
jwerle 8126a2cbfa refactor(lib/install/install.sh): support dir path in 'bpkg-install' 2 years ago
jwerle 5cee38b43e refactor(lib/env/env.sh): introduce 'BPKG_FORCE_ACTIONS' 2 years ago