Automatic workflow to update yandex-music ebuild
Some checks failed
yandex-music / check-and-update (push) Failing after 29s
Some checks failed
yandex-music / check-and-update (push) Failing after 29s
This commit was merged in pull request #1.
This commit is contained in:
23
.gitea/actions/pkgdev-manifest/action.yml
Normal file
23
.gitea/actions/pkgdev-manifest/action.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
name: "Construct manifests using pkgdev"
|
||||
description: "Construct manifest using pkgdev"
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Cache pkgdev
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
~/.cache/pkgcore
|
||||
~/.cache/pkgcheck
|
||||
~/.cache/distfiles
|
||||
key: pkgdev
|
||||
- name: Run pkgdev manifest
|
||||
uses: docker://git.ratigorsk-12.ru/gentoo/pkgdev-docker:master
|
||||
with:
|
||||
args: >
|
||||
-c '
|
||||
set -euo pipefail
|
||||
|
||||
pmaint sync gentoo
|
||||
pkgdev manifest -d ~/.cache/distfiles
|
||||
'
|
||||
Reference in New Issue
Block a user