Commit Graph

15 Commits (79481450fe2e28953f23d6b9ce90ccc73fbeee79)

Author SHA1 Message Date
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
Joseph Werle 2148b2e06b refactor(): clean up useless versions in subcommands 2 years ago
Ben Peachey b2a2e0aa65
Remove `# shellcheck disable=SC2230` directives
This has been resolved from `.shellcheckrc`.
2 years ago
jwerle c6e2fd1d09 fix(): use '#!/usr/bin/env bash' 2 years ago
jwerle de503e955e refactor(): support 'bpkg.json' 2 years ago
Ben Peachey 4af346da14 Fix more Shellcheck violations. 2 years ago
Ben Peachey af4d935075 Fix more Shellcheck SC2034 violations. 2 years ago
Ben Peachey 447269a7ff Fix more Shellcheck SC2155 violations. 2 years ago
Ben Peachey 574a928de8 Fix various Shellcheck violations. 2 years ago
Ben Peachey 427ad007be Fix all Shellcheck SC2230 violations. 2 years ago
Ben Peachey 355a1bd49d Fix all Shellcheck SC2086 violations. 2 years ago
Ben Peachey 2e17e87472 Fix all Shellcheck SC2053 violations. 2 years ago
Ben Peachey dd4bfbd678 Fix all Shellcheck SC1090 violations. 2 years ago
Abdelkafi Ahmed 0617f26461 Replace ` ` with $( ) inside strings and in commands (#77)
* Changed how to execute shell commands inside output strings

* Removed the extra { }

* Drop changes to JSON files inside lib/json
7 years ago
Chris Carpita e25906484f Support wiki-based repository index
New Plugins:
- bpkg-update: sync repo listings locally
- bpkg-list: list the repo names, with -d flag for details
- bpkg-utils: source-only shared utilities for bpkg plugins

Change-Id: I9ef04a86efa35c61cabd7c4ecfa7c7a134b41c6c
10 years ago