2023-09-04 17:12:46 -05:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
2023-09-10 18:16:36 -05:00
|
|
|
- name: Update fedora repo
|
2023-09-04 17:12:46 -05:00
|
|
|
image: debian:stable-slim
|
|
|
|
commands:
|
2023-09-10 18:16:36 -05:00
|
|
|
- '/drone/src/fedora.sh'
|
2023-09-04 17:18:53 -05:00
|
|
|
volumes:
|
2023-09-10 18:16:36 -05:00
|
|
|
- name: fedora-repo
|
|
|
|
path: /repo
|
|
|
|
- name: Update debian repo
|
|
|
|
image: debian:stable-slim
|
|
|
|
commands:
|
2023-09-16 12:06:56 -05:00
|
|
|
- '/drone/src/debian-bookworm-x64.sh'
|
2023-09-10 18:16:36 -05:00
|
|
|
volumes:
|
2023-09-11 09:34:22 -05:00
|
|
|
- name: bookworm-repo
|
2023-09-04 17:18:53 -05:00
|
|
|
path: /repo
|
2024-09-26 13:59:32 -05:00
|
|
|
- name: Update archlinux repo
|
|
|
|
image: zocker160/aur-builder
|
|
|
|
commands:
|
|
|
|
- '/drone/src/archlinux.sh'
|
|
|
|
volumes:
|
|
|
|
- name: arch-repo
|
|
|
|
path: /repo
|
2023-09-04 17:18:53 -05:00
|
|
|
|
|
|
|
volumes:
|
2023-09-10 18:16:36 -05:00
|
|
|
- name: fedora-repo
|
|
|
|
host:
|
2024-02-15 13:10:19 -06:00
|
|
|
path: /mnt/user/files/repos/fedora/x86_64
|
2023-09-11 09:34:22 -05:00
|
|
|
- name: bookworm-repo
|
2023-09-04 17:18:53 -05:00
|
|
|
host:
|
2024-09-26 13:59:32 -05:00
|
|
|
path: /mnt/user/files/repos/debian
|
|
|
|
- name: arch-repo
|
|
|
|
host:
|
2024-09-26 14:56:47 -05:00
|
|
|
path: /mnt/user/files/repos/archlinux/x86_64
|