@@ -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
|
||||
@@ -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' )
|
||||
|
||||
Reference in New Issue
Block a user