a
Build/Publish XBPS / build-and-publish (push) Failing after 10s Details

This commit is contained in:
Luca Bilke 2024-05-21 00:29:11 +02:00
parent 208c9c5d9b
commit ff3e36bcbb
No known key found for this signature in database
GPG Key ID: C9E851809C1A5BDE
2 changed files with 6 additions and 4 deletions

View File

@ -6,7 +6,7 @@ on:
# branches:
# - main
paths-ignore:
- ".forgejo**"
# - ".forgejo**"
- ".renovaterc.json"
- "README.md"
@ -37,11 +37,11 @@ jobs:
export XBPS_TARGET_ARCH
for package in $packages; do
cp -a "srcpkgs/${package}" "/vp-master/srcpkgs/"
cp -a "srcpkgs/${package}" "/void-packages-master/srcpkgs/"
set +e
bash -x /vp-master/xbps-src pkg "${package}" >"pkg.log"
bash -x /void-packages-master/xbps-src pkg "${package}" >"pkg.log"
set -e
mv /vp-master/hostdir/binpkgs/${package}-*.${{ env.ARCH }}.xbps "/target/"
mv /void-packages-master/hostdir/binpkgs/${package}-*.${{ env.ARCH }}.xbps "/target/"
done
- name: Push packages

View File

@ -31,3 +31,5 @@ pre_fetch() {
post_install() {
vlicense LICENSE
}
# BOO