Compare commits
3 Commits
dc2e068305
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| e76734b2a2 | |||
| 2fe70fa33c | |||
| b83330dcd5 |
@@ -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
|
|
||||||
@@ -1,12 +1,5 @@
|
|||||||
# Maintainer: Christian Hesse <mail@eworm.de>
|
# Maintainer: Jack L. Frost <fbt@fleshless.org>
|
||||||
|
# Modified from the upstream Arch system PKGBUILD
|
||||||
# ➡️ 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/
|
|
||||||
|
|
||||||
pkgbase=systemd-libs
|
pkgbase=systemd-libs
|
||||||
pkgname=( 'systemd-libs-systemd' 'systemd-libs-udev' )
|
pkgname=( 'systemd-libs-systemd' 'systemd-libs-udev' )
|
||||||
|
|||||||
Reference in New Issue
Block a user