Commit Graph

306 Commits (master)
 

Author SHA1 Message Date
Sebastian Schuberth 4fbae9141a Refer to "setup.sh" instead of an "install" script
This is a fixup for bff2fde.
9 years ago
Chris Carpita 03da496b63 Merge pull request #46 from sschuberth/master
Make bpkg install properly on MSYS
9 years ago
Sebastian Schuberth ab3868a421 Also print some output for the "link" target 9 years ago
Sebastian Schuberth 5e36050143 Support installing on file systems that do not support symbolic links
When cloning a Git repository that contains symbolic links to a file
system that does not support symbolic links, Git replaces the links with
plain text files that contain the path to the target file. If we encouter
such files, install the linked source file rather than the link.
9 years ago
Sebastian Schuberth 9cd59f05f8 Ensure symbolic links have absolute targets
Fixes #21.
9 years ago
Sebastian Schuberth 84b0eeab90 Create the installation directory if required 9 years ago
Sebastian Schuberth bff2fde9c9 Get rid of the dependency on "make" to install "bpkg"
Rename install.sh to setup.sh in order to take the Makefile targets.
Former make target names are now passed to the script like

$ ./setup.sh uninstall

Fixes #45.
9 years ago
Sebastian Schuberth 3c6a141444 README: Minor wording improvements 9 years ago
Joseph Werle 29da5cf07f Merge pull request #42 from philippbosch/patch-1
Make curl-based install command easier to copy and paste
9 years ago
Philipp Bosch d5d943dafc Make curl-based install command easier to copy and paste 9 years ago
Joseph Werle c563f0f715 Merge pull request #41 from juanpabloaj/readme-local-install
readme: about script to deps/bin in local install
9 years ago
JuanPablo cd3d39aa4a readme: about script to deps/bin in local install 9 years ago
Joseph Werle f6c60726be bump version 9 years ago
Joseph Werle 248b2d1cfb Merge pull request #40 from juanpabloaj/bin-path
after local install, script to PATH
9 years ago
Joseph Werle b961688de8 Fix #37 9 years ago
Joseph Werle a0ebbaf0fe Merge pull request #39 from juanpabloaj/gitignore
gitignore added
9 years ago
Joseph Werle 64e63d4daa Merge pull request #38 from juanpabloaj/dependencies
dependencies to readme
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
JuanPablo 4d9dc1633a gitignore added 9 years ago
JuanPablo 09b3d2fae1 dependencies to readme 9 years ago
Joseph Werle 4b8e5ef31c Merge pull request #37 from juanpabloaj/without-basename
basename replaced with sed regex
9 years ago
JuanPablo c1c58c27cd basename replaced with sed regex 9 years ago
Joseph Werle 5bc4ebde32 Merge pull request #35 from juanpabloaj/install-as-user
make install in a user directory
9 years ago
JuanPablo 960fe81e85 make install in a user directory 9 years ago
Joseph Werle 744fb8917d Update README.md 10 years ago
Joseph Werle 620bd5c18c Update README.md 10 years ago
Joseph Werle 323ccff081 Update README.md 10 years ago
Joseph Werle 88cb8d468a Update README.md 10 years ago
Joseph Werle c59be4c158 Merge pull request #30 from coderaiser/patch-1
package: add repo
10 years ago
coderaiser 566b9d7862 package: add repo 10 years ago
Chris Carpita 16cd13f310 Merge pull request #28 from felixrabe/patch-4
install.sh: Robustify
10 years ago
Felix Rabe 9d777a3206 install.sh: Robustify 10 years ago
Joseph Werle 9c2cf5987c Merge pull request #27 from ccarpita/new/init-source
Improvements to bpkg init
10 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
Joseph Werle a3eb393c09 Merge pull request #26 from ccarpita/new/show-doc
Separate command doc from option doc
10 years ago
Chris Carpita cc6d9dd6fe Separate command doc from option doc 10 years ago
Joseph Werle 851889d74d Merge pull request #25 from ccarpita/new/bpkg-show
Add command (show) to display package details from remote
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 e85775ed48 Merge pull request #24 from ccarpita/new/repo-update-list
Support wiki-based repository index
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
Joseph Werle 8f1e597c8d Merge pull request #23 from ccarpita/add/ghe-support
Support for GHE and multiple remotes
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 8fa9a01def Merge pull request #20 from felixrabe/patch-3
Makefile: Correctly echo installation paths
10 years ago
Stephen Mathieson 2360757ba6 Merge pull request #19 from felixrabe/patch-2
install.sh: That was a tab
10 years ago
Felix Rabe cd8d96a73a Makefile: Correctly echo installation paths 10 years ago
Felix Rabe 1d093d3a90 install.sh: That was a tab 10 years ago
Joseph Werle e1d572de2e bump version 10 years ago
Joseph Werle 59ec0a6cf5 fuzzy match for arrays.. 10 years ago