CI fx workflow 39
This commit is contained in:
parent
e94fffb110
commit
e3a1f7e52e
@ -2,10 +2,9 @@ name: Archlinux build
|
|||||||
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }} 🚀
|
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }} 🚀
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
if: ${{ gitea.ref_name }} == '/refs/heads/master'
|
|
||||||
build:
|
build:
|
||||||
runs-on: arch-latest
|
runs-on: arch-latest
|
||||||
if: ${{ github.ref }} == 'refs/head/zx'
|
if: ${{ github.ref }} == 'refs/head/master'
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
- 'zx'
|
- 'zx'
|
||||||
@ -28,10 +27,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
su -w GITHUB_SHA,GITHUB_REF_NAME,GITHUB_REF_TYPE - builder -c makepkg
|
su -w GITHUB_SHA,GITHUB_REF_NAME,GITHUB_REF_TYPE - builder -c makepkg
|
||||||
su - builder -c "ls -la"
|
su - builder -c "ls -la"
|
||||||
|
- name: Constructing artifact name and version
|
||||||
|
run: |
|
||||||
|
echo "BFORCE_VER=$(cat /builder/src/bforce/source/.version)-$(date +%Y%M%d)" >> $GITHUB_ENV
|
||||||
- name: Retrieving artifact files
|
- name: Retrieving artifact files
|
||||||
run: mkdir bforce && cp /builder/bforce-r*.pkg.tar.zst bforce
|
run: mkdir bforce && cp /builder/bforce-r*.pkg.tar.zst bforce
|
||||||
- name: Try to upload artifacts
|
- name: Try to upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: bforce-${{ env.GITHUB_SHA }}
|
name: bforce-${{ env.BFORCE_VER }}
|
||||||
path: bforce
|
path: bforce
|
||||||
|
@ -27,7 +27,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Getting version info
|
- name: Getting version info
|
||||||
run: |
|
run: |
|
||||||
echo "BFORCE_VER=$(cat ${{ env.GITHUB_WORKSPACE }}/source/.version)" >> $GITHUB_ENV
|
echo "BFORCE_VER=$(cat ${{ env.GITHUB_WORKSPACE }}/source/.version)-$(date +%Y%M%d)" >> $GITHUB_ENV
|
||||||
- name: Building package
|
- name: Building package
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
run: |
|
run: |
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
bforce (0.26.1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Fixed for ubuntu/debian builds and CI actions
|
||||||
|
|
||||||
|
-- Alexey Khromov <zx@zxalexis.ru> Sun, 13 Apr 2025 20:06:54 +0300
|
||||||
|
|
||||||
bforce (0.26) UNRELEASED; urgency=medium
|
bforce (0.26) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Fixed for IPv6 and build on amd64 and aarch64 platforms
|
* Fixed for IPv6 and build on amd64 and aarch64 platforms
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Bforce, Fidonet mailer
|
Summary: Bforce, Fidonet mailer
|
||||||
Name: bforce
|
Name: bforce
|
||||||
Version: 0.22.8
|
Version: 0.26.1
|
||||||
Release: ugenk4
|
Release: 0
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Fidonet/mailer
|
Group: Fidonet/mailer
|
||||||
Source0: bforce-%{version}.%{release}.tar.gz
|
Source0: bforce-%{version}.%{release}.tar.gz
|
||||||
@ -56,7 +56,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%attr(550,uucp,news) /usr/bin/bfstat
|
%attr(550,uucp,news) /usr/bin/bfstat
|
||||||
%attr(550,uucp,news) /usr/bin/nlookup
|
%attr(550,uucp,news) /usr/bin/nlookup
|
||||||
%attr(550,uucp,news) /usr/bin/outman
|
%attr(550,uucp,news) /usr/bin/outman
|
||||||
%attr(644,root,root) /usr/share/doc/bforce-0.22.8/*
|
%attr(644,root,root) /usr/share/doc/bforce/*
|
||||||
%dir %attr(770,uucp,news) /var/log/bforce
|
%dir %attr(770,uucp,news) /var/log/bforce
|
||||||
%dir %attr(770,uucp,news) /var/spool/fido/ndl
|
%dir %attr(770,uucp,news) /var/spool/fido/ndl
|
||||||
%attr(775,uucp,news) /var/spool/fido/bt
|
%attr(775,uucp,news) /var/spool/fido/bt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user