Testing arch workflow
This commit is contained in:
parent
9fa59cacca
commit
36747d9071
21
.gitea/workflows/arch.yaml
Normal file
21
.gitea/workflows/arch.yaml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: Archlinux build
|
||||||
|
run-name: ${{ gitea.name}} building 🚀
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: arch-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "🎉 The job was automatically triggered by a ${{ gitea_event_name }} event."
|
||||||
|
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
|
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
|
- name: List files in the repository
|
||||||
|
run: |
|
||||||
|
ls ${{ gitea.basedir }}
|
||||||
|
- run: echo "🍏 This job's status is ${{ gitea.status }}."
|
||||||
|
- run: mkdir ${{gitea.basedir}}/../build
|
||||||
|
- run: cp ${{ gitea.basedir }}/archlinux/PKGBUILD.local ${{gitea.basedir}}/../build/PKGBUILD
|
||||||
|
- run: cd ${{gitea.basedir}}/../build && ls && makepkg
|
25
man/bfindex.1
Normal file
25
man/bfindex.1
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
.TH BFINDEX "1" "April 2003"
|
||||||
|
.SH NAME
|
||||||
|
bfindex \- nodelist compiler for bforce
|
||||||
|
.SH SYNOPSYS
|
||||||
|
\fBbfindex [-fh]\fR
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
\fBbfindex\fP is a nodelist compiler for BinkleyForce FTN mailer.
|
||||||
|
.SH OPTIONS
|
||||||
|
\fB\-f\fR
|
||||||
|
force nodelist compiling
|
||||||
|
.P
|
||||||
|
\fB-h\fR
|
||||||
|
show help message
|
||||||
|
.SH SEE ALSO
|
||||||
|
bforce(1),bfstat(1),nlookup(1)
|
||||||
|
.SH AUTHOR
|
||||||
|
Bforce was written by Alexander Belkin <adb@newmail.ru>, 2:5020/2120
|
||||||
|
.P
|
||||||
|
This manual page was written by Zhenja Kaluta <trinfo@mail.ru>
|
||||||
|
|
||||||
|
This is free documentation; you can redistribute it and/or modify it
|
||||||
|
under the terms of the GNU General Public License as published by the
|
||||||
|
Free Software Foundation; either version 2 of the License, or (at your
|
||||||
|
option) any later version.
|
68
man/bforce.1
Normal file
68
man/bforce.1
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
.TH BFORCE "1" "April 2003"
|
||||||
|
.SH NAME
|
||||||
|
Bforce \- FTN mailer
|
||||||
|
.SH SYNOPSYS
|
||||||
|
\fBbforce [-fmh] [-I\fIinclude\fB] [-n\fIphone\fB]\
|
||||||
|
[-l\fIline_number\fB] [-a\fIip_address\fB] \
|
||||||
|
[-S\fIconnect\fB] [-p\fIdevice\fB] \fP<\fInode\fP>
|
||||||
|
.P
|
||||||
|
\fBbforce [-ih] [-I\fIinclude\fB] [-S\fIconnect\fB] \
|
||||||
|
\fI<tsync|yoohoo|emsi|binkp|auto>
|
||||||
|
.P
|
||||||
|
\fBbforce [-dh] [-C\fIconfig\fB] [-I\fIinclude\fB]
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
\fBbforce\fP BinkleyForce is a simple ifcico like FTN mailer. It can
|
||||||
|
works via TCP/IP as well as on modem links.
|
||||||
|
.SH OPTIONS
|
||||||
|
\fB\-d\fR
|
||||||
|
run as daemon
|
||||||
|
.P
|
||||||
|
\fB\-q\fR
|
||||||
|
terminate daemon
|
||||||
|
.P
|
||||||
|
\fB\-i\fR
|
||||||
|
run from inetd (for slave mode only)
|
||||||
|
.P
|
||||||
|
\fB\-f\fR
|
||||||
|
ignore system's work time
|
||||||
|
.P
|
||||||
|
\fB\-o\fR
|
||||||
|
starts outgoing session on stdin/stdout
|
||||||
|
.P
|
||||||
|
\fB-C \fIconfig\fR
|
||||||
|
main config file name. Default is ("/etc/bforce/bforce.conf")
|
||||||
|
.P
|
||||||
|
\fB-I \fIconfig\fR
|
||||||
|
additional config file name
|
||||||
|
.P
|
||||||
|
\fB-n \fIphone\fR
|
||||||
|
override phone number
|
||||||
|
.P
|
||||||
|
\fB-l \fIline_number\fR
|
||||||
|
call on this hidden line (default is 0)
|
||||||
|
.P
|
||||||
|
\fB-a \fIip_address\fR
|
||||||
|
override internet address
|
||||||
|
.P
|
||||||
|
\fB-S \fIconnect_str\fR
|
||||||
|
connect string (for slave mode only)
|
||||||
|
.P
|
||||||
|
\fB-p \fIport\fR
|
||||||
|
override modem port (must be defined in config)
|
||||||
|
.P
|
||||||
|
\fB-h\fR
|
||||||
|
show help message
|
||||||
|
.SH SEE ALSO
|
||||||
|
bfindex(1),bfstat(1),nlookup(1)
|
||||||
|
.SH AUTHOR
|
||||||
|
Bforce was written by Alexander Belkin <adb@newmail.ru>, 2:5020/2120
|
||||||
|
.P
|
||||||
|
This manual page was written by Zhenja Kaluta <trinfo@mail.ru>
|
||||||
|
.P
|
||||||
|
Revision 2 by Evgeniy Kozhuhovskiy <e.kozhuhovskiy@gmail.com>
|
||||||
|
|
||||||
|
This is free documentation; you can redistribute it and/or modify it
|
||||||
|
under the terms of the GNU General Public License as published by the
|
||||||
|
Free Software Foundation; either version 2 of the License, or (at your
|
||||||
|
option) any later version.
|
47
man/bfstat.1
Normal file
47
man/bfstat.1
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
.TH BINDEX "1" "April 2003"
|
||||||
|
.SH NAME
|
||||||
|
bfstat \- binkley style outbound statistic
|
||||||
|
.SH SYNOPSYS
|
||||||
|
\fBbfstat [-afhprst] [-n \fInumber\fB]\fR
|
||||||
|
.SH DESCRIPTION
|
||||||
|
\fBbfstat\fP help you to see your outbound statistic in human readable
|
||||||
|
form.
|
||||||
|
.SH OPTIONS
|
||||||
|
\fB\-a\fR
|
||||||
|
sort by FTN address (default)
|
||||||
|
.P
|
||||||
|
\fB\-c\fR
|
||||||
|
print incoming/outgoing calls statistic
|
||||||
|
.P
|
||||||
|
\fB\-f\fR
|
||||||
|
disable queue sorting
|
||||||
|
.P
|
||||||
|
\fB\-n \fInumber\fR
|
||||||
|
don't print more than <number> systems
|
||||||
|
.P
|
||||||
|
\fB\-p\fR
|
||||||
|
print sizes in human readable format
|
||||||
|
.P
|
||||||
|
\fB\-r\fR
|
||||||
|
reverse order while sorting
|
||||||
|
.P
|
||||||
|
\fB\-s\fR
|
||||||
|
sort by total files size
|
||||||
|
.P
|
||||||
|
\fB\-t\fR
|
||||||
|
disable total sizes printing
|
||||||
|
.P
|
||||||
|
\fB-h\fR
|
||||||
|
show help message
|
||||||
|
.SH SEE ALSO
|
||||||
|
bforce(1),bindex(1),nlookup(1)
|
||||||
|
.SH AUTHOR
|
||||||
|
Bforce was written by Alexander Belkin <adb@newmail.ru>, 2:5020/2120
|
||||||
|
.P
|
||||||
|
This manual page was written by Zhenja Kaluta <trinfo@mail.ru>
|
||||||
|
.P
|
||||||
|
Revision 2 by Evgeniy Kozhuhovskiy <e.kozhuhovskiy@gmail.com>
|
||||||
|
This is free documentation; you can redistribute it and/or modify it
|
||||||
|
under the terms of the GNU General Public License as published by the
|
||||||
|
Free Software Foundation; either version 2 of the License, or (at your
|
||||||
|
option) any later version.
|
30
man/nlookup.1
Normal file
30
man/nlookup.1
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
.TH NLOOKUP "1" "April 2003"
|
||||||
|
.SH NAME
|
||||||
|
Bnlookup \- Nodelist search tool for bforce
|
||||||
|
.SH SYNOPSYS
|
||||||
|
\fBnlookup [-rh]\fR
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
\fBnlookup\fP is a nodelist search tool for BinkleyForce FTN mailer.
|
||||||
|
.SH OPTIONS
|
||||||
|
\fB\-r\fR
|
||||||
|
show nodelist string
|
||||||
|
.P
|
||||||
|
\fB\-m\fR
|
||||||
|
show sysops e-mail (see FSP-1004.001 - p2)
|
||||||
|
.P
|
||||||
|
\fB-h\fR
|
||||||
|
show help message
|
||||||
|
.SH SEE ALSO
|
||||||
|
bforce(1),bfstat(1),nlookup(1)
|
||||||
|
.SH AUTHOR
|
||||||
|
Bforce was written by Alexander Belkin <adb@newmail.ru>, 2:5020/2120
|
||||||
|
.P
|
||||||
|
This manual page was written by Zhenja Kaluta <trinfo@mail.ru>
|
||||||
|
.P
|
||||||
|
Revision 2 by Evgeniy Kozhuhovskiy <e.kozhuhovskiy@gmail.com>
|
||||||
|
|
||||||
|
This is free documentation; you can redistribute it and/or modify it
|
||||||
|
under the terms of the GNU General Public License as published by the
|
||||||
|
Free Software Foundation; either version 2 of the License, or (at your
|
||||||
|
option) any later version.
|
36
man/outman.1
Normal file
36
man/outman.1
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
.TH OUTMAN "1" "November 2004"
|
||||||
|
.SH NAME
|
||||||
|
outman \- creates polls, file requests and attach files in aso and bso
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B outman
|
||||||
|
\fI<\fR[\fIpoll|freq|send\fR]\fI> \fR[\fIoptions\fR] \fI<address> \fR[\fIfiles\fR]
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.SS "options:"
|
||||||
|
.TP
|
||||||
|
\fB\-hold\fR
|
||||||
|
set hold flavor
|
||||||
|
.TP
|
||||||
|
\fB\-normal\fR
|
||||||
|
set normal flavor (default)
|
||||||
|
.TP
|
||||||
|
\fB\-crash\fR
|
||||||
|
set crash flavor
|
||||||
|
.TP
|
||||||
|
\fB\-kill\fR
|
||||||
|
kill files after send
|
||||||
|
.HP
|
||||||
|
\fB\-truncate\fR truncate files after send
|
||||||
|
.PP
|
||||||
|
Mail bug reports to <e.kozhuhovskiy@gmail.com>
|
||||||
|
.SH "SEE ALSO"
|
||||||
|
bfindex(1), bfstat(1), nlookup(1), bforce(1)
|
||||||
|
.SH AUTHOR
|
||||||
|
Bforce was written by Alexander Belkin <adb@newmail.ru>, 2:5020/2120
|
||||||
|
.P
|
||||||
|
This manual page was written by Evgeniy Kozhuhovskiy <e.kozhuhovskiy@gmail.com>
|
||||||
|
|
||||||
|
This is free documentation; you can redistribute it and/or modify it
|
||||||
|
under the terms of the GNU General Public License as published by the
|
||||||
|
Free Software Foundation; either version 2 of the License, or (at your
|
||||||
|
option) any later version.
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user