ArchLinux repository without any $arch
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Alexander Schäferdiek 2022-07-11 22:49:31 +02:00
parent 7144ca6f02
commit 91795249ad
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ steps:
key: key:
from_secret: deploy_ssh_key from_secret: deploy_ssh_key
source: ./_pkg/{*.zst,*.db.tar.gz,*.files.tar.gz} source: ./_pkg/{*.zst,*.db.tar.gz,*.files.tar.gz}
target: /srv/http/myservermanager.com/htdocs/aur/x86_64/ target: /srv/http/myservermanager.com/htdocs/aur/
delete: true delete: true
recursive: false recursive: false
when: when:

View file

@ -28,7 +28,7 @@ be copied inside $HOME or /etc depending on the helper script.
```shell ```shell
[repo-aur-myservermanager-com] [repo-aur-myservermanager-com]
SigLevel = Never SigLevel = Never
Server = https://aur.myservermanager.com/$arch Server = https://aur.myservermanager.com
``` ```
## Usage ## Usage