[arch-projects] [abs] manpage for abs

Christian Rebischke Chris.Rebischke at archlinux.org
Mon Oct 17 23:31:12 UTC 2016


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 at 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 at archlinux.org
+BUG_REPORT_EMAIL=arch-projects at 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 at archlinux.org with [ABS] in the subject.
+.SH "AUTHOR"
+The Arch Linux Developer Team <arch-projects at archlinux.org>
-- 
2.10.0

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <https://lists.archlinux.org/pipermail/arch-projects/attachments/20161018/91f3a765/attachment.asc>


More information about the arch-projects mailing list