Commit Graph

36 Commits (master)

Author SHA1 Message Date
Edwin Kofler c7f5a467ec fix: Improve error reporting on failed git clone 8 months ago
Joseph Werle 96d024a19b chore(): 1.1.4 1 year ago
Joseph Werle ea415ea0dd chore(): 1.1.3 2 years ago
Joseph Werle 7f3aa1f5e7 fix(scripts/fix-tag-history): fix tag history rewrite 2 years ago
Joseph Werle 1588f1edd3 feat(): introduce 'bpkg-realpath' 2 years ago
jwerle 80e3da855e chore(): 1.0.25 2 years ago
jwerle 5200936fc1 chore(): 1.0.24 2 years ago
jwerle 5da6901a35 chore(): 1.0.23 2 years ago
jwerle 650f9d277e chore(): 1.0.22 2 years ago
jwerle c631e9aec7 fix(setup.sh): use 'whoami' instead of '$USER' 2 years ago
jwerle 85a7c85bf7 chore(): 1.0.21 2 years ago
jwerle 509063ee93 chore(): 1.0.20 2 years ago
jwerle 23ac54d142 chore(): 1.0.19 2 years ago
jwerle 3b7eda9ec1 chore(): 1.0.18 2 years ago
jwerle 7af69fe9be chore(): 1.0.17 2 years ago
jwerle 98ef3596e7 chore(): 1.0.16 2 years ago
jwerle cb9950efc1 fix(setup.sh): test for command existence 2 years ago
jwerle 192c0c23d5 refactor(setup.sh): allow tag/branch to be specified 2 years ago
jwerle 8c53e6647b refactor(setup.sh): clean up 2 years ago
jwerle 58af5f1e62 refactor(setup.sh): sort commands 2 years ago
jwerle c6e2fd1d09 fix(): use '#!/usr/bin/env bash' 2 years ago
jwerle c5ecb73298 (bpkg-env): introduce 'bpkg-env 2 years ago
jwerle edaf0cab93 refactor(): support 'commands' for 'bpkg run' and 'BPKG_SCRIPT_SOURCES' env var 2 years ago
jwerle 1d6eeb6529 feat(): introduce 'bpkg source <name>' 2 years ago
jwerle 9ea0f02b76 feat(): introduce 'bpkg-run' 2 years ago
Ben Peachey a53a6648cc Fix all Shellcheck SC2155 violations. 2 years ago
Ben Peachey 355a1bd49d Fix all Shellcheck SC2086 violations. 2 years ago
Joseph Werle f0496dfbf5 refactor(setup.sh): Use single bracket with quoted USER env variable 4 years ago
Dominic Giglio 8e9e6e96f4 refactor(setup.sh): Use double-quotes and double bracket conditional compound 4 years ago
Jean Claveau ab8f787e4b Setup to $HOME/.local if run as non root user 4 years ago
brandonocasey 594474720c updated setup.sh to install getdeps
this prevents the error 'error: `getdeps' is not a bpkg command.'
8 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