On Mon, Oct 17, 2016 at 07:26:32PM +1000, Allan McRae wrote:
Can you change pacman-dev@ to arch-projects@.
Thanks, Allan
Hello Alan, which email are you talking about? the one in AUTHOR or in the one in BUG REPORTING? I have changed both in the manpage now and the one in the abs script. cheers, chris From 2f5a4102aa86ebe301908d69cd7a8e99ff5a0864 Mon Sep 17 00:00:00 2001 From: Christian Rebischke <Chris.Rebischke@posteo.de> Date: Mon, 17 Oct 2016 10:54:18 +0200 Subject: [PATCH] manpage for abs and changed bug reporting mail --- abs.in | 2 +- docs/abs.1 | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 docs/abs.1 diff --git a/abs.in b/abs.in index 19d01d6..87cb6d2 100644 --- a/abs.in +++ b/abs.in @@ -26,7 +26,7 @@ ABS_VERSION="%%ABS_VERSION%%" CONFDIR="%%CONF_DIR%%" SYNCCMD='rsync' SYNCARGS='-mrtv --no-motd --delete-after --no-p --no-o --no-g' -BUG_REPORT_EMAIL=pacman-dev@archlinux.org +BUG_REPORT_EMAIL=arch-projects@archlinux.org ## # Script Exit Reasons diff --git a/docs/abs.1 b/docs/abs.1 new file mode 100644 index 0000000..aa93c32 --- /dev/null +++ b/docs/abs.1 @@ -0,0 +1,36 @@ +.TH "ABS" "1" "10/17/2016" "2.4.4" "ABS Manual" +.SH "NAME" +abs \- Arch Build System 2.4.4 \-\- synchronization utility +.SH "SYNOPSIS" +/usr/bin/abs [options] [repository1[/package1] [repository2[/package2]...]] +.SH "DESCRIPTION" +abs will synchronize PKGBUILD scripts from the Arch Linux repositories +into \fB/var/abs/\fR via rsync. If no argument is given, abs will synchronize +the repositories specified in \fB/etc/abs.conf\fR. +.SH "OPTIONS"" +.PP +\-h, \-\-help +.RS 4 +Displays this help message then exit. +.RE +.PP +\-V, \-\-version +.RS 4 +Displays version information then exit. +.RE +.PP +\-t, \-\-tarball +.RS 4 +Sync ABS tree using tarballs from your pacman mirror. +.RE +.SH "EXAMPLES" +.PP +\fI/usr/bin/abs core/pacman\fR +.RS 4 +Synchronizes the PKGBUILD for \fBpacman\fR into +\fB/var/abs/core/pacman\fR. +.RE +.SH "BUG REPORTING" +Report bugs to pacman-dev@archlinux.org with [ABS] in the subject. +.SH "AUTHOR" +The Arch Linux Developer Team <pacman-dev@archlinux.org> -- 2.10.0