mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
disable arch tests for now (#928)
* disable arch tests for now * note that Arch Linux now requires install from source * note issue with Arch, and with spaces in parent dirs
This commit is contained in:
parent
ac0f720a39
commit
577981d90a
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
docker-env:
|
docker-env:
|
||||||
- alma
|
- alma
|
||||||
- alpine
|
- alpine
|
||||||
- arch
|
#- arch # disable arch testing for now, see #916
|
||||||
- debian-gnupg1 # We need to test legacy version of gnupg
|
- debian-gnupg1 # We need to test legacy version of gnupg
|
||||||
- debian-gnupg2
|
- debian-gnupg2
|
||||||
- fedora
|
- fedora
|
||||||
|
@ -4,11 +4,14 @@
|
|||||||
|
|
||||||
### Misc
|
### 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)
|
- Improve error messaging when we cannot find git repo (#874)
|
||||||
- Temporarily disable apk builds on alpine (#881)
|
- Temporarily disable apk builds on alpine (#881)
|
||||||
- Have `hide -v` show output from gnupg
|
- Have `hide -v` show output from gnupg
|
||||||
- Documentation updates and fixes
|
- Documentation updates and fixes
|
||||||
|
|
||||||
|
|
||||||
## 0.5.0
|
## 0.5.0
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -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
|
Use `Manual Installation` method described below.
|
||||||
"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
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user