2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-16 00:12:52 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Joseph Werle
2148b2e06b refactor(): clean up useless versions in subcommands 2022-05-28 12:18:11 +02:00
jwerle
c6e2fd1d09 fix(): use '#!/usr/bin/env bash' 2022-03-28 06:59:13 -07:00
jwerle
f4665a5b74 refactor(lib): cleanup, remove useless code, fix lint 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
Ben Peachey
574a928de8 Fix various Shellcheck 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
1107d7608c Changes various (text) files to *not* be executable
This change affects LICENSE, README.md, package.json and Makefile files.
2018-02-02 11:16:54 -05:00
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
2017-02-06 10:28:58 -05:00
Joseph Werle
a7bbe0383a add term 2014-05-24 13:05:32 -04:00