Commit Graph

306 Commits (master)
 

Author SHA1 Message Date
Edwin Kofler c7f5a467ec fix: Improve error reporting on failed git clone 8 months ago
Edwin Kofler df95293fcd fix: Improve message when installing no packages 9 months ago
Edwin Kofler 9c34a8f0d8 fix: Interpret most escape sequence within JSON strings 9 months ago
Sam Likins 91ef3ff1c8
Fix run passing parameters to command. (#162) 11 months ago
Sam Likins 79481450fe
List Commands with Descriptions (#161)
* Updated `utils.sh` with `bpkg_exec_exist` and `bpkg_exec_or_exit`.
* Updated scripts with `bpkg_exec_or_exit`.
* Updated `install.sh` to utilize utility functions.
* Updated `runner` in `run.sh`.
* Added `--list` option to `run.sh`.
* Added `commands-description` to `bpkg.json`.
* Updated README TOC and missing `dependencies-dev` section.
* Added `commands-description` section to README.
* Corrected failing shellcheck.
1 year ago
Sam Likins e2e373acf6 Added missing markdown links. 1 year ago
Sam Likins df685b5f68 Added `commands` run configuration documentation and correct TOC. 1 year ago
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