[arch-projects] [abs] manpage for abs
Hello developers, I have created a manpage for abs (arch linux build system). From 93896e6556ff9f7c93edd36a9d85b2d76b489979 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 --- docs/abs.1 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/abs.1 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
On 17/10/16 19:01, Christian Rebischke wrote:
Hello developers, I have created a manpage for abs (arch linux build system).
From 93896e6556ff9f7c93edd36a9d85b2d76b489979 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
--- docs/abs.1 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/abs.1
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>
Can you change pacman-dev@ to arch-projects@. Thanks, Allan
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
On 18/10/16 04:34, Christian Rebischke wrote:
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.
+.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>
They don't look changed! The pacman-dev list has nothing to do with ABS. I think it pointed there when I maintained abs (about 5 years ago...). Thanks, Allan
On Tue, Oct 18, 2016 at 08:06:14AM +1000, Allan McRae wrote:
They don't look changed!
The pacman-dev list has nothing to do with ABS. I think it pointed there when I maintained abs (about 5 years ago...).
Thanks, Allan
Ah sorry. You are right. I made a mistake here is the original patch: From b7eadc6e97c464f5adfd4918181021f98a9ea367 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..77534f0 --- /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 arch-projects@archlinux.org with [ABS] in the subject. +.SH "AUTHOR" +The Arch Linux Developer Team <arch-projects@archlinux.org> -- 2.10.0
participants (2)
-
Allan McRae
-
Christian Rebischke