Release 2.3.0rc1

This commit is contained in:
Evgenii Alekseev 2022-11-11 16:36:13 +02:00
parent f817b32976
commit f7ec24523b
3 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
.TH AHRIMAN "1" "2022\-11\-10" "ahriman" "Generated Python Manual" .TH AHRIMAN "1" "2022\-11\-11" "ahriman" "Generated Python Manual"
.SH NAME .SH NAME
ahriman ahriman
.SH SYNOPSIS .SH SYNOPSIS
@ -154,7 +154,7 @@ search for package in AUR using API
.TP .TP
\fBsearch\fR \fBsearch\fR
search terms, can be specified multiple times, result will match all terms search terms, can be specified multiple times, the result will match all terms
.SH OPTIONS \fI\,'ahriman aur\-search'\/\fR .SH OPTIONS \fI\,'ahriman aur\-search'\/\fR
.TP .TP
@ -309,7 +309,7 @@ remove the package from the status page
.TP .TP
\fBpackage\fR \fBpackage\fR
remove specified packages remove specified packages from status page
.SH COMMAND \fI\,'ahriman package\-status\-update'\/\fR .SH COMMAND \fI\,'ahriman package\-status\-update'\/\fR
usage: ahriman package\-status\-update [\-h] [\-s {unknown,pending,building,failed,success}] [package ...] usage: ahriman package\-status\-update [\-h] [\-s {unknown,pending,building,failed,success}] [package ...]
@ -323,7 +323,7 @@ set status for specified packages. If no packages supplied, service status will
.SH OPTIONS \fI\,'ahriman package\-status\-update'\/\fR .SH OPTIONS \fI\,'ahriman package\-status\-update'\/\fR
.TP .TP
\fB\-s\fR \fI\,{unknown,pending,building,failed,success}\/\fR, \fB\-\-status\fR \fI\,{unknown,pending,building,failed,success}\/\fR \fB\-s\fR \fI\,{unknown,pending,building,failed,success}\/\fR, \fB\-\-status\fR \fI\,{unknown,pending,building,failed,success}\/\fR
new status new package build status
.SH COMMAND \fI\,'ahriman patch\-add'\/\fR .SH COMMAND \fI\,'ahriman patch\-add'\/\fR
usage: ahriman patch\-add [\-h] package variable [patch] usage: ahriman patch\-add [\-h] package variable [patch]
@ -392,7 +392,7 @@ files which has to be tracked
.SH COMMAND \fI\,'ahriman repo\-backup'\/\fR .SH COMMAND \fI\,'ahriman repo\-backup'\/\fR
usage: ahriman repo\-backup [\-h] path usage: ahriman repo\-backup [\-h] path
backup settings and database backup repository settings and database
.TP .TP
\fBpath\fR \fBpath\fR
@ -401,7 +401,7 @@ path of the output archive
.SH COMMAND \fI\,'ahriman repo\-check'\/\fR .SH COMMAND \fI\,'ahriman repo\-check'\/\fR
usage: ahriman repo\-check [\-h] [\-e] [\-\-vcs | \-\-no\-vcs] [\-y] [package ...] usage: ahriman repo\-check [\-h] [\-e] [\-\-vcs | \-\-no\-vcs] [\-y] [package ...]
check for packages updates. Same as update \-\-dry\-run \-\-no\-manual check for packages updates. Same as repo\-update \-\-dry\-run \-\-no\-manual
.TP .TP
\fBpackage\fR \fBpackage\fR
@ -460,7 +460,7 @@ force rebuild whole repository
.SH OPTIONS \fI\,'ahriman repo\-rebuild'\/\fR .SH OPTIONS \fI\,'ahriman repo\-rebuild'\/\fR
.TP .TP
\fB\-\-depends\-on\fR \fI\,DEPENDS_ON\/\fR \fB\-\-depends\-on\fR \fI\,DEPENDS_ON\/\fR
only rebuild packages that depend on specified package only rebuild packages that depend on specified packages
.TP .TP
\fB\-\-dry\-run\fR \fB\-\-dry\-run\fR

View File

@ -1,7 +1,7 @@
# Maintainer: Evgeniy Alekseev # Maintainer: Evgeniy Alekseev
pkgname='ahriman' pkgname='ahriman'
pkgver=2.2.2 pkgver=2.3.0rc1
pkgrel=1 pkgrel=1
pkgdesc="ArcH linux ReposItory MANager" pkgdesc="ArcH linux ReposItory MANager"
arch=('any') arch=('any')

View File

@ -17,4 +17,4 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
__version__ = "2.2.2" __version__ = "2.3.0rc1"