Skip to content

Commit

Permalink
remove bash completions install
Browse files Browse the repository at this point in the history
  • Loading branch information
thatportugueseguy committed Nov 21, 2024
1 parent 1558f03 commit 975ed63
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 28 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Unreleased
- Remove bash completions opam install. Moved to debian package.

## 0.1.4 (2024-08-26)
- Add bash completions on install

Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@ clean:
.PHONY: top
top:
dune utop .

.PHONY: install_bash_completions
install_bash_completions:
./install-bash-completions.sh
22 changes: 0 additions & 22 deletions install-bash-completions.sh

This file was deleted.

1 change: 0 additions & 1 deletion passage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ build: [
]
]
dev-repo: "git+https://github.com/ahrefs/passage.git"
install: [make "install_bash_completions"]
x-ci-accept-failures: [
"alpine-3.20"
"archlinux"
Expand Down
1 change: 0 additions & 1 deletion passage.opam.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
install: [make "install_bash_completions"]
x-ci-accept-failures: [
"alpine-3.20"
"archlinux"
Expand Down

0 comments on commit 975ed63

Please sign in to comment.