Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2026-06-22 23:59:27 +00:00
parent 2fe70fa33c
commit e76734b2a2
3 changed files with 5 additions and 38 deletions
-29
View File
@@ -1,29 +0,0 @@
name: Package builder
run-name: ${{ gitea.actor }} is building ${{ gitea.repo }}
on: [push]
jobs:
BuildPackage:
runs-on: autobuilder
container:
volumes:
- /home/builder/public/spark-extra/import:/import
steps:
- name: Show job info
run: |
echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"
echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v3
- name: Build the package
run: |
cd ${{ gitea.workspace }}
/build ${{ gitea.workspace }} -s --noconfirm
# - name: Upload artifacts
# uses: actions/upload-artifact@v3
# with:
# name: package
# path: ./*.pkg.tar.zst
- name: Put the packages into the import dir
run: cp -v ./*.pkg.tar.zst /import
+2 -9
View File
@@ -1,12 +1,5 @@
# Maintainer: Christian Hesse <mail@eworm.de>
# ➡️ Pushing pre-releases to [core-testing] can cause havoc, especially
# as all [core] packages are built there, and may be moved before.
# Anyway, pre-release packages may be available in my personal testing
# repository. Brave souls add it with:
# [eworm-testing]
# SigLevel = Required
# Server = https://pkgbuild.com/~eworm/$repo/$arch/
# Maintainer: Jack L. Frost <fbt@fleshless.org>
# Modified from the upstream Arch system PKGBUILD
pkgbase=systemd-libs
pkgname=( 'systemd-libs-systemd' 'systemd-libs-udev' )
+3
View File
@@ -0,0 +1,3 @@
# Standalone systemd-libs
This package has been deprecated in favour of https://code.fleshless.org/PKGBUILDs/systemd