mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
Release 1.7.0
This commit is contained in:
parent
52cd9a0ea9
commit
5a3770b739
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 416 KiB After Width: | Height: | Size: 405 KiB |
@ -496,7 +496,7 @@ create empty repository tree. Optional command for auto architecture support
|
|||||||
|
|
||||||
|
|
||||||
.SH OPTIONS 'ahriman repo-rebuild'
|
.SH OPTIONS 'ahriman repo-rebuild'
|
||||||
usage: ahriman repo-rebuild [-h] [--depends-on DEPENDS_ON]
|
usage: ahriman repo-rebuild [-h] [--depends-on DEPENDS_ON] [--dry-run]
|
||||||
|
|
||||||
force rebuild whole repository
|
force rebuild whole repository
|
||||||
|
|
||||||
@ -505,8 +505,12 @@ force rebuild whole repository
|
|||||||
\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 package
|
||||||
|
|
||||||
|
.TP
|
||||||
|
\fB\-\-dry\-run\fR
|
||||||
|
just perform check for packages without rebuild process itself
|
||||||
|
|
||||||
.SH OPTIONS 'ahriman rebuild'
|
.SH OPTIONS 'ahriman rebuild'
|
||||||
usage: ahriman repo-rebuild [-h] [--depends-on DEPENDS_ON]
|
usage: ahriman repo-rebuild [-h] [--depends-on DEPENDS_ON] [--dry-run]
|
||||||
|
|
||||||
force rebuild whole repository
|
force rebuild whole repository
|
||||||
|
|
||||||
@ -515,6 +519,10 @@ force rebuild whole repository
|
|||||||
\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 package
|
||||||
|
|
||||||
|
.TP
|
||||||
|
\fB\-\-dry\-run\fR
|
||||||
|
just perform check for packages without rebuild process itself
|
||||||
|
|
||||||
.SH OPTIONS 'ahriman repo-remove-unknown'
|
.SH OPTIONS 'ahriman repo-remove-unknown'
|
||||||
usage: ahriman repo-remove-unknown [-h] [--dry-run] [-i]
|
usage: ahriman repo-remove-unknown [-h] [--dry-run] [-i]
|
||||||
|
|
||||||
@ -695,7 +703,7 @@ target to sync
|
|||||||
|
|
||||||
|
|
||||||
.SH OPTIONS 'ahriman repo-update'
|
.SH OPTIONS 'ahriman repo-update'
|
||||||
usage: ahriman repo-update [-h] [--dry-run] [--no-aur] [--no-manual] [--no-vcs] [package ...]
|
usage: ahriman repo-update [-h] [--dry-run] [--no-aur] [--no-local] [--no-manual] [--no-vcs] [package ...]
|
||||||
|
|
||||||
check for packages updates and run build process if requested
|
check for packages updates and run build process if requested
|
||||||
|
|
||||||
@ -711,6 +719,10 @@ just perform check for updates, same as check command
|
|||||||
\fB\-\-no\-aur\fR
|
\fB\-\-no\-aur\fR
|
||||||
do not check for AUR updates. Implies \-\-no\-vcs
|
do not check for AUR updates. Implies \-\-no\-vcs
|
||||||
|
|
||||||
|
.TP
|
||||||
|
\fB\-\-no\-local\fR
|
||||||
|
do not check local packages for updates
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-manual\fR
|
\fB\-\-no\-manual\fR
|
||||||
do not include manual updates
|
do not include manual updates
|
||||||
@ -720,7 +732,7 @@ do not include manual updates
|
|||||||
do not check VCS packages
|
do not check VCS packages
|
||||||
|
|
||||||
.SH OPTIONS 'ahriman update'
|
.SH OPTIONS 'ahriman update'
|
||||||
usage: ahriman repo-update [-h] [--dry-run] [--no-aur] [--no-manual] [--no-vcs] [package ...]
|
usage: ahriman repo-update [-h] [--dry-run] [--no-aur] [--no-local] [--no-manual] [--no-vcs] [package ...]
|
||||||
|
|
||||||
check for packages updates and run build process if requested
|
check for packages updates and run build process if requested
|
||||||
|
|
||||||
@ -736,6 +748,10 @@ just perform check for updates, same as check command
|
|||||||
\fB\-\-no\-aur\fR
|
\fB\-\-no\-aur\fR
|
||||||
do not check for AUR updates. Implies \-\-no\-vcs
|
do not check for AUR updates. Implies \-\-no\-vcs
|
||||||
|
|
||||||
|
.TP
|
||||||
|
\fB\-\-no\-local\fR
|
||||||
|
do not check local packages for updates
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-manual\fR
|
\fB\-\-no\-manual\fR
|
||||||
do not include manual updates
|
do not include manual updates
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Evgeniy Alekseev
|
# Maintainer: Evgeniy Alekseev
|
||||||
|
|
||||||
pkgname='ahriman'
|
pkgname='ahriman'
|
||||||
pkgver=1.6.4
|
pkgver=1.7.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="ArcH Linux ReposItory MANager"
|
pkgdesc="ArcH Linux ReposItory MANager"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -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__ = "1.6.4"
|
__version__ = "1.7.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user