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:
|
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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue