Skip to content

Commit

Permalink
disable arch tests for now (#928)
Browse files Browse the repository at this point in the history
* disable arch tests for now
* note that Arch Linux now requires install from source
* note issue with Arch, and with spaces in parent dirs
  • Loading branch information
joshrabinowitz committed Sep 5, 2022
1 parent ac0f720 commit 577981d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
docker-env:
- alma
- alpine
- arch
#- arch # disable arch testing for now, see #916
- debian-gnupg1 # We need to test legacy version of gnupg
- debian-gnupg2
- fedora
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@

### Misc

- NOTE: Arch instructions now say to install from source. Arch tests removed temporarily (#916)
- NOTE: there is an issue when repo directory (or a parent dir) contains a space (#135)
- Improve error messaging when we cannot find git repo (#874)
- Temporarily disable apk builds on alpine (#881)
- Have `hide -v` show output from gnupg
- Documentation updates and fixes


## 0.5.0

### Features
Expand Down
13 changes: 2 additions & 11 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,9 @@ and you can see a list of supported architectures

---

### Arch Linux / `PKGBUILD` or `AUR`
### Arch Linux

The _Arch_ way to install git-secret is to use the directions for
"Installing Packages" at [Arch User Repository Documentation](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages)
along with the `PKGBUILD` file from the [git-secret Arch Linux Package](https://aur.archlinux.org/packages/git-secret/)

You can also install from the [AUR](https://aur.archlinux.org/) using your helper of choice by
installing the package `git-secret`, for example using [yay](https://github.com/Jguer/yay)

```bash
yay -S git-secret
```
Use `Manual Installation` method described below.

---

Expand Down

0 comments on commit 577981d

Please sign in to comment.