Compare commits

..

3 Commits

Author SHA1 Message Date
fbt e76734b2a2 kek
Signed-off-by: fbt <fbt@fleshless.org>
2026-06-22 23:59:27 +00:00
fbt 2fe70fa33c no need
Signed-off-by: fbt <fbt@fleshless.org>
2026-06-22 21:05:20 +00:00
fbt b83330dcd5 workflow
Package builder / BuildPackage (push) Successful in 24m5s
Signed-off-by: fbt <fbt@fleshless.org>
2026-06-22 21:03:47 +00:00
3 changed files with 5 additions and 41 deletions
-32
View File
@@ -1,32 +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: Link the workdir into /buildroot # for script compatability with the old builder.
run: |
ln -vfs ${{ gitea.workspace }} /buildroot
- name: Build the package
run: |
cd ${{ gitea.workspace }}
/build -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