Compare commits

..

4 Commits

Author SHA1 Message Date
fbt
a53c9bc631 Merge branch 'master' of ssh://code.fleshless.org:2290/PKGBUILDs/ufw-tools
All checks were successful
Package builder / BuildPackage (push) Successful in 45s
2025-05-25 11:17:40 +00:00
fbt
ef52345d3e v++
Signed-off-by: fbt <fbt@fleshless.org>
2025-05-25 11:17:34 +00:00
fbt
d990f2aa41 no job status
Signed-off-by: fbt <fbt@fleshless.org>
2025-05-25 11:17:06 +00:00
fbt
62dceaa5a0 Rename the job
Signed-off-by: fbt <fbt@fleshless.org>
2023-10-25 23:27:30 +00:00
2 changed files with 5 additions and 6 deletions

View File

@ -1,9 +1,9 @@
name: Gitea Actions Demo name: Package builder
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is building ${{ gitea.repo }}
on: [push] on: [push]
jobs: jobs:
Explore-Gitea-Actions: BuildPackage:
runs-on: autobuilder runs-on: autobuilder
container: container:
volumes: volumes:
@ -25,4 +25,3 @@ jobs:
/build -s --noconfirm /build -s --noconfirm
- name: Put the packages into the import dir - name: Put the packages into the import dir
run: cp -v ./*.pkg.tar.zst /import run: cp -v ./*.pkg.tar.zst /import
- run: echo "This job's status is ${{ job.status }}."

View File

@ -2,7 +2,7 @@
# % Trigger: 1589311823 % # % Trigger: 1589311823 %
pkgname=ufw-tools pkgname=ufw-tools
pkgver=1.21.3 pkgver=1.22.1
pkgrel=1 pkgrel=1
pkgdesc='A set of tools for zerofiles.org (8fw.me)' pkgdesc='A set of tools for zerofiles.org (8fw.me)'
url="https://code.fleshless.org/fbt/$pkgname" url="https://code.fleshless.org/fbt/$pkgname"
@ -20,4 +20,4 @@ package() {
install -Dm755 ufwd "$pkgdir/usr/bin/ufwd" install -Dm755 ufwd "$pkgdir/usr/bin/ufwd"
} }
sha1sums=('8b7a296dc287b62efaa483fa347ce4e98951e811') sha1sums=('ebc0e8dd177644b49a3d1c0fba90c8c89b39dcfb')