jwerle
|
05c2da3d56
|
chore(bpkg.json): 1.0.6
|
2022-03-23 16:47:30 -04:00 |
|
jwerle
|
7523983418
|
fix(lib/suggest/suggest.sh): fix usage of 'read'
|
2022-03-23 16:47:13 -04:00 |
|
jwerle
|
e6faf5cced
|
chore(bpkg.json): 1.0.5
|
2022-03-23 15:26:44 -04:00 |
|
jwerle
|
702af11418
|
fix(lib/run/run.sh): fix preemptive 'BPKG_SCRIPT_SOURCES'
|
2022-03-23 15:26:28 -04:00 |
|
jwerle
|
b8b54611b4
|
chore(bpkg.json): 1.0.4
|
2022-03-23 15:13:50 -04:00 |
|
jwerle
|
5fae8a6785
|
fix(lib/package/package.sh): correctly handle package introspection
|
2022-03-23 15:12:14 -04:00 |
|
jwerle
|
05ba93cdc8
|
chore(bpkg.json): 1.0.3
|
2022-03-23 14:57:43 -04:00 |
|
jwerle
|
a69f438f8d
|
chore(bpkg.json): 1.0.2
|
2022-03-23 14:55:41 -04:00 |
|
jwerle
|
aee770b699
|
fix(): fix stderr output redirection
|
2022-03-23 14:55:30 -04:00 |
|
jwerle
|
015acb0b7d
|
chore(bpkg.json): 1.0.1
|
2022-03-23 14:37:27 -04:00 |
|
jwerle
|
35b1b10fb4
|
fix(lib/install/install.sh): support 'repo' in 'bpkg.json'
|
2022-03-23 14:37:09 -04:00 |
|
jwerle
|
26f2da871d
|
chore(bpkg.json): set version to '1.0.0'
|
2022-03-23 11:16:59 -07:00 |
|
jwerle
|
2324a0ebd7
|
fix(lib/run/run.sh): fix typo
|
2022-03-23 11:16:59 -07:00 |
|
jwerle
|
edaf0cab93
|
refactor(): support 'commands' for 'bpkg run' and 'BPKG_SCRIPT_SOURCES' env var
|
2022-03-23 11:16:59 -07:00 |
|
jwerle
|
f0b5ee6ba7
|
fix(bpkg.json): use 'v1' as version for now
|
2022-03-23 11:16:59 -07:00 |
|
jwerle
|
9c96da562e
|
fix(install.sh): fix broken url
|
2022-03-23 11:16:59 -07:00 |
|
jwerle
|
f4665a5b74
|
refactor(lib): cleanup, remove useless code, fix lint
|
2022-03-23 11:16:59 -07:00 |
|
jwerle
|
d8dae99045
|
chore(.github/workflows/shellcheck-per-file.yml): fix shellcheck version
|
2022-03-23 11:16:59 -07:00 |
|
jwerle
|
9bdca13391
|
doc(README.md): update sponsors
|
2022-03-23 11:16:59 -07:00 |
|
jwerle
|
dfb978c167
|
fix(install.sh,run.sh): fix output
|
2022-03-23 11:16:59 -07:00 |
|
jwerle
|
1d6eeb6529
|
feat(): introduce 'bpkg source <name>'
|
2022-03-23 11:16:59 -07:00 |
|
jwerle
|
9ea0f02b76
|
feat(): introduce 'bpkg-run'
|
2022-03-23 11:16:59 -07:00 |
|
jwerle
|
c9ef8595ec
|
refactor(): support custom 'deps/' dir
|
2022-03-23 11:16:59 -07:00 |
|
jwerle
|
de503e955e
|
refactor(): support 'bpkg.json'
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
7e6b03e8ea
|
Change pipeline-components/shellcheck to latest version.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
02c277e2c8
|
Update pipeline-components/shellcheck in workflow.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
8e287ce2b3
|
Add GitHub Action for Shellcheck.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
4af346da14
|
Fix more Shellcheck violations.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
af4d935075
|
Fix more Shellcheck SC2034 violations.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
447269a7ff
|
Fix more Shellcheck SC2155 violations.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
574a928de8
|
Fix various Shellcheck violations.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
7494024a57
|
Fix all Shellcheck SC2206 violations.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
4c6a99ad3b
|
Remove unused variable.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
28b14b9fdd
|
Fix all Shellcheck SC2034 violations.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
a53a6648cc
|
Fix all Shellcheck SC2155 violations.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
427ad007be
|
Fix all Shellcheck SC2230 violations.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
ef99e9550d
|
Fix all Shellcheck SC2219 violations.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
d30daebb1b
|
Fix all Shellcheck SC2236 violations.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
355a1bd49d
|
Fix all Shellcheck SC2086 violations.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
0485cbd0ba
|
Fix all Shellcheck SC2059 violations.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
2e17e87472
|
Fix all Shellcheck SC2053 violations.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
f55825365e
|
Fix all Shellcheck SC2004 violations.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
dd4bfbd678
|
Fix all Shellcheck SC1090 violations.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
ca20c53aff
|
Add support for bpkg.json, next to package.json.
|
2022-03-23 11:16:59 -07:00 |
|
Ben Peachey
|
e57476b661
|
Merge pull request #138 from francescobianco/support-main-branch
Fix unresolved branch in repository that use 'main'
|
2022-01-09 22:52:58 +01:00 |
|
Francesco Bianco
|
1103e4bd2e
|
Fix unresolved branch in repository that use 'main' instead of 'master' as default branch
|
2022-01-08 00:31:31 +01:00 |
|
sinkcup
|
d5f6bcb199
|
docs: remove GitHub generated code
|
2021-08-14 22:13:07 -04:00 |
|
sink
|
501633af82
|
docs: remove command prefix(#135)
|
2021-08-14 22:13:07 -04:00 |
|
Ben Peachey
|
92c3225eed
|
Release v0.3.2.
|
2021-01-01 13:35:51 +01:00 |
|
Joseph Werle
|
707863ee25
|
refactor(lib/install/install.sh): Use single bracket with quoted USER env variable
|
2020-03-19 09:26:48 -04:00 |
|