Commit Graph

43 Commits (0be274e4506b95f4495ead76887b505159255c77)

Author SHA1 Message Date
Christopher B. Hauser b55bc82ebd fix scripts array for loop, issue #82 (#84) 7 years ago
Ben Peachey e9a0278bce Adds missing null check (#83)
Adds a check to make sure that the "$scripts" array in the install script is not empty.
7 years ago
Ben Peachey 2a30578d0b Issues 78 - Makes `install.sh` more shellcheck compliant. (#81)
* Issues 78 - Makes `install.sh` more shellcheck compliant.

* Adds wrapper for curl calls.

* Replaces unneeded double quotes with single quotes.

* Replaces single bracket tests with double bracket tests.

* Adds function for saving remote files locally.

* Adds null checks.

* Fixes incorrect curl parameters.

* Wraps logic to get package.json in separate function.

* Adds cleaner solution for curl calls in install.sh.
7 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
Benoit Hiller 8c48808195 moving local only prep into other branch
This changes moves things like creating the deps dir and installing
dependencies into the local branch of the installer. This will stop
it from trying to install dependencies when you do global installs.
Installing dependencies for global installs doesn't look like it
actually worked though.
8 years ago
Benoit Hiller 5916a6b3de preventing double install
The existing behaviour was to perform a global install in addition to
a local one rather than instead of.

fixes #70
8 years ago
Joseph Werle ac0f1f5d16 Merge pull request #68 from nfischer/fix-return-status
Fix template return code generated by `bpkg init`
8 years ago
Nate Fischer b570ebfcd0 Clarify that "username" means "Github username" 8 years ago
Nate Fischer 887fb48c11 Fix template return code generated by `bpkg init` 8 years ago
brandonocasey 5b707579cb added files array support to install/package.json
updated readme with files entry
moved package.json copy near the start of install
moved directory creation to the start of install
moved getdeps to the start of install
8 years ago
Troy Howard af0efc54c5 add recursive dependency resolution via package.json 9 years ago
Joseph Werle 7cc8b1e126 fix typo 9 years ago
JuanPablo 3091eef2f2 after local install, script to PATH
* if the installed file is a script in the json file, after
  install, a symbolic link is made from
  deps/package_name/script.sh -> deps/bin/script
  and the script get user execution permissions
9 years ago
Chris Carpita 5ad5fc9318 Improvements to bpkg init
- Generate README.md file with description and install directions pre-filled
- Generate $NAME.sh file with boilerplate, including source-check, usage,
-   argument processing, and version print.
- Nice default for package.json "install" field
- Initialize git repo if one does not exist
- Fix issue with prompt where delete key erased prompt, by using `read -p`
10 years ago
Chris Carpita cc6d9dd6fe Separate command doc from option doc 10 years ago
Chris Carpita 8b9c57cfbf Use ordered parameters for readme/sources, fix for git remote auth disclosure 10 years ago
Chris Carpita 9c537d7b73 Add command (show) to display package details from remote
- Use --details flag to print remote README.md
- Use --source flag to print scripts sources
10 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
Chris Carpita 02b481ae2e Shorten line, fix fallback array formatting
Change-Id: I911e69a115bf9c6f5e029626480aa83b63f2c09e
10 years ago
Chris Carpita 6c5079c099 Support for GHE and multiple remotes
Change-Id: I87cab44e86ccf35480a4db02f0e0e4089caf970b
10 years ago
Joseph Werle 59ec0a6cf5 fuzzy match for arrays.. 10 years ago
Joseph Werle 6c207359b3 fix install bug 10 years ago
Dominic Giglio ac6b1c86f0 grr redirection 10 years ago
Dominic Giglio ce020ab885 add -e 10 years ago
Dominic Giglio fba52d6819 remove depth for private ghe instances 10 years ago
Stephen Mathieson ac4be078ea install: fix "missing" typo 10 years ago
Ben Kogan 6393eb48d8 Add bpkg-init script 10 years ago
Joseph Werle bbf13862e2 make less strict to allow for existing repos to work as long as 'make install' works :) 10 years ago
Joseph Werle a2f31437df Fix invalid refs to term 10 years ago
Joseph Werle 45914f4103 enhance suggest 10 years ago
Joseph Werle b131781b39 enhance install 10 years ago
Joseph Werle 506762608d Add suggest and show helpful commands in help menu 10 years ago
Joseph Werle 4c3589b0bc cache bust requests 10 years ago
Joseph Werle d8d37a1bc3 liberal about flags and fix global install bug 10 years ago
Joseph Werle ada51d99e6 honor global attribute 10 years ago
Joseph Werle b64588e39a use colors in install 10 years ago
Joseph Werle a7bbe0383a add term 10 years ago
Joseph Werle 388a23dfab fix install 10 years ago
Joseph Werle 3becfc7c31 woops 10 years ago
Joseph Werle d1b688550a support install for global 10 years ago
Joseph Werle 497a0e76de fix stuffz 10 years ago
Joseph Werle 487c69c0d7 escape quote 10 years ago
Joseph Werle 16a53e5bcb init 10 years ago