ArchLinux repository without any $arch
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7144ca6f02
commit
91795249ad
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ steps:
|
|||
key:
|
||||
from_secret: deploy_ssh_key
|
||||
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
|
||||
recursive: false
|
||||
when:
|
||||
|
|
|
@ -28,7 +28,7 @@ be copied inside $HOME or /etc depending on the helper script.
|
|||
```shell
|
||||
[repo-aur-myservermanager-com]
|
||||
SigLevel = Never
|
||||
Server = https://aur.myservermanager.com/$arch
|
||||
Server = https://aur.myservermanager.com
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Reference in a new issue