Compare commits
No commits in common. "740afc15940f639d7e94de7e2fd6f8369afa0a86" and "2fa3341049939d1143c613fca342bb46a69a814c" have entirely different histories.
740afc1594
...
2fa3341049
15
.SRCINFO
Normal file
15
.SRCINFO
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
pkgbase = xorg-noudev-conf
|
||||||
|
pkgdesc = X.Org configuration for setups with no udev.
|
||||||
|
pkgver = 0.1
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://google.com
|
||||||
|
arch = any
|
||||||
|
license = WTFPL
|
||||||
|
depends = xorg-server
|
||||||
|
source = 00-disable-hotplug.conf
|
||||||
|
source = 05-input.conf
|
||||||
|
md5sums = 6f18a3b0f6d23ada0476edcb375bd115
|
||||||
|
md5sums = dd3365d7218bc167ed99279acfb945ba
|
||||||
|
|
||||||
|
pkgname = xorg-noudev-conf
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user