From 4ddf85bbc171b3e990b7c2c75fa2e21cc5d4860f Mon Sep 17 00:00:00 2001 From: Clemens Rabe Date: Sat, 25 Mar 2017 08:52:08 +0100 Subject: [PATCH] Rebuilt man page with patched ronn. --- man/aptly.1 | 192 ++++++++++++++++++++++++++-------------------------- 1 file changed, 96 insertions(+), 96 deletions(-) diff --git a/man/aptly.1 b/man/aptly.1 index abb61e489..49f9ce34b 100644 --- a/man/aptly.1 +++ b/man/aptly.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "APTLY" "1" "2017-03-23" "" "" +.TH "APTLY" "1" "March 2017" "" "" . .SH "NAME" \fBaptly\fR \- Debian repository management tool @@ -10,7 +10,7 @@ Common command format: . .P -\fBaptly\fR [\fIglobal options\fR\.\.\.] \fIcommand\fR \fIsubcommand\fR [\fIoptions\fR\.\.\.] \fIarguments\fR +\fBaptly\fR [\fIglobal options\fR\|\.\|\.\|\.] \fIcommand\fR \fIsubcommand\fR [\fIoptions\fR\|\.\|\.\|\.] \fIarguments\fR . .P aptly has integrated help that matches contents of this manual page, to get help, prepend \fBhelp\fR to command name: @@ -22,7 +22,7 @@ aptly has integrated help that matches contents of this manual page, to get help aptly is a tool to create partial and full mirrors of remote repositories, manage local repositories, filter them, merge, upgrade individual packages, take snapshots and publish them back as Debian repositories\. . .P -aptly\'s goal is to establish repeatability and controlled changes in a package\-centric environment\. aptly allows one to fix a set of packages in a repository, so that package installation and upgrade becomes deterministic\. At the same time aptly allows one to perform controlled, fine\-grained changes in repository contents to transition your package environment to new version\. +aptly\(cqs goal is to establish repeatability and controlled changes in a package\-centric environment\. aptly allows one to fix a set of packages in a repository, so that package installation and upgrade becomes deterministic\. At the same time aptly allows one to perform controlled, fine\-grained changes in repository contents to transition your package environment to new version\. . .SH "CONFIGURATION" aptly looks for configuration file first in \fB~/\.aptly\.conf\fR then in \fB/etc/aptly\.conf\fR and, if no config file found, new one is created in home directory\. If \fB\-config=\fR flag is specified, aptly would use config file at specified location\. Also aptly needs root directory for database, package and published repository storage\. If not specified, directory defaults to \fB~/\.aptly\fR, it will be created if missing\. @@ -120,11 +120,11 @@ follow dependency from binary package to source package . .TP \fBgpgDisableSign\fR -don\'t sign published repositories with gpg(1), also can be disabled on per\-repo basis using \fB\-skip\-signing\fR flag when publishing +don\(cqt sign published repositories with gpg(1), also can be disabled on per\-repo basis using \fB\-skip\-signing\fR flag when publishing . .TP \fBgpgDisableVerify\fR -don\'t verify remote mirrors with gpg(1), also can be disabled on per\-mirror basis using \fB\-ignore\-signatures\fR flag when creating and updating mirrors +don\(cqt verify remote mirrors with gpg(1), also can be disabled on per\-mirror basis using \fB\-ignore\-signatures\fR flag when creating and updating mirrors . .TP \fBdownloadSourcePackages\fR @@ -238,22 +238,22 @@ syntax is the same as for dependency conditions, but instead of package name fie .P Supported fields: . -.IP "\(bu" 4 +.IP "\[ci]" 4 all field names from Debian package control files are supported except for \fBFilename\fR, \fBMD5sum\fR, \fBSHA1\fR, \fBSHA256\fR, \fBSize\fR, \fBFiles\fR, \fBChecksums\-SHA1\fR, \fBChecksums\-SHA256\fR\. . -.IP "\(bu" 4 +.IP "\[ci]" 4 \fB$Source\fR is a name of source package (for binary packages) . -.IP "\(bu" 4 +.IP "\[ci]" 4 \fB$SourceVersion\fR is a version of source package . -.IP "\(bu" 4 +.IP "\[ci]" 4 \fB$Architecture\fR is \fBArchitecture\fR for binary packages and \fBsource\fR for source packages, when matching with equal (\fB=\fR) operator, package with \fBany\fR architecture matches all architectures but \fBsource\fR\. . -.IP "\(bu" 4 +.IP "\[ci]" 4 \fB$Version\fR has the same value as \fBVersion\fR, but comparison operators use Debian version precedence rules . -.IP "\(bu" 4 +.IP "\[ci]" 4 \fB$PackageType\fR is \fBdeb\fR for binary packages and \fBsource\fR for source packages . .IP "" 0 @@ -278,7 +278,7 @@ pattern matching, like shell patterns, supported special symbols are: \fB[^]?*\f regular expression matching, e\.g\.: \fBName (~ \.*\-dev)\fR . .P -Simple terms could be combined into more complex queries using operators \fB,\fR (and), \fB|\fR (or) and \fB!\fR (not), parentheses \fB()\fR are used to change operator precedence\. Match value could be enclosed in single (\fB\'\fR) or double (\fB"\fR) quotes if required to resolve ambiguity, quotes inside quoted string should escaped with slash (\fB\e\fR)\. +Simple terms could be combined into more complex queries using operators \fB,\fR (and), \fB|\fR (or) and \fB!\fR (not), parentheses \fB()\fR are used to change operator precedence\. Match value could be enclosed in single (\fB\(cq\fR) or double (\fB"\fR) quotes if required to resolve ambiguity, quotes inside quoted string should escaped with slash (\fB\e\fR)\. . .P Examples: @@ -315,10 +315,10 @@ matches all packages that provide \fBmail\-transport\fR with name that has no su When specified on command line, query may have to be quoted according to shell rules, so that it stays single argument: . .P -\fBaptly repo import percona stable \'mysql\-client (>= 3\.6)\'\fR +\fBaptly repo import percona stable \(cqmysql\-client (>= 3\.6)\(cq\fR . .SH "PACKAGE DISPLAY FORMAT" -Some aptly commands (\fBaptly mirror search\fR, \fBaptly package search\fR, \.\.\.) support \fB\-format\fR flag which allows to customize how search results are printed\. Golang templates are used to specify display format, with all package stanza fields available to template\. In addition to package stanza fields aptly provides: +Some aptly commands (\fBaptly mirror search\fR, \fBaptly package search\fR, \|\.\|\.\|\.) support \fB\-format\fR flag which allows to customize how search results are printed\. Golang templates are used to specify display format, with all package stanza fields available to template\. In addition to package stanza fields aptly provides: . .TP \fBKey\fR @@ -330,7 +330,7 @@ hash that includes MD5 of all packages files\. . .TP \fBShortKey\fR -package ID, which is unique in single list (mirror, repo, snapshot, \.\.\.), but not unique in whole aptly package collection\. +package ID, which is unique in single list (mirror, repo, snapshot, \|\.\|\.\|\.), but not unique in whole aptly package collection\. . .P For example, default aptly display format could be presented with the following template: \fB{{\.Package}}_{{\.Version}}_{{\.Architecture}}\fR\. To display package name with dependencies: \fB{{\.Package}} | {{\.Depends}}\fR\. More information on Golang template syntax: http://godoc\.org/text/template @@ -347,7 +347,7 @@ location of configuration file (default locations are /etc/aptly\.conf, ~/\.aptl . .TP \-\fBdep\-follow\-all\-variants\fR=false -when processing dependencies, follow a & b if dependency is \'a|b\' +when processing dependencies, follow a & b if dependency is \(cqa|b\(cq . .TP \-\fBdep\-follow\-recommends\fR=false @@ -362,10 +362,10 @@ when processing dependencies, follow from binary to Source packages when processing dependencies, follow Suggests . .SH "CREATE NEW MIRROR" -\fBaptly\fR \fBmirror\fR \fBcreate\fR \fIname\fR \fIarchive url\fR \fIdistribution\fR [\fIcomponent1\fR \.\.\.] +\fBaptly\fR \fBmirror\fR \fBcreate\fR \fIname\fR \fIarchive url\fR \fIdistribution\fR [\fIcomponent1\fR \|\.\|\.\|\.] . .P -Creates mirror \fIname\fR of remote repository, aptly supports both regular and flat Debian repositories exported via HTTP and FTP\. aptly would try download Release file from remote repository and verify its\' signature\. Command line format resembles apt utlitily sources\.list(5)\. +Creates mirror \fIname\fR of remote repository, aptly supports both regular and flat Debian repositories exported via HTTP and FTP\. aptly would try download Release file from remote repository and verify its\(cq signature\. Command line format resembles apt utlitily sources\.list(5)\. . .P PPA urls could specified in short format: @@ -512,7 +512,7 @@ max download tries till process fails with download error . .TP \-\fBskip\-existing\-packages\fR=false -do not check file existance for packages listed in the internal database of the mirror +do not check file existence for packages listed in the internal database of the mirror . .SH "RENAMES MIRROR" \fBaptly\fR \fBmirror\fR \fBrename\fR \fIold\-name\fR \fInew\-name\fR @@ -573,7 +573,7 @@ Example: . .nf -$ aptly mirror search wheezy\-main \'$Architecture (i386), Name (% *\-dev)\' +$ aptly mirror search wheezy\-main \(cq$Architecture (i386), Name (% *\-dev)\(cq . .fi . @@ -614,7 +614,7 @@ when adding package that conflicts with existing package, remove existing packag remove files that have been imported successfully into repository . .SH "COPY PACKAGES BETWEEN LOCAL REPOSITORIES" -\fBaptly\fR \fBrepo\fR \fBcopy\fR \fIsrc\-name\fR \fIdst\-name\fR \fIpackage\-query\fR \fB\.\.\.\fR +\fBaptly\fR \fBrepo\fR \fBcopy\fR \fIsrc\-name\fR \fIdst\-name\fR \fIpackage\-query\fR \fB\|\.\|\.\|\.\fR . .P Command copy copies packages matching \fIpackage\-query\fR from local repo \fIsrc\-name\fR to local repo \fIdst\-name\fR\. @@ -623,14 +623,14 @@ Command copy copies packages matching \fIpackage\-query\fR from local repo \fIsr Example: . .P -$ aptly repo copy testing stable \'myapp (=0\.1\.12)\' +$ aptly repo copy testing stable \(cqmyapp (=0\.1\.12)\(cq . .P Options: . .TP \-\fBdry\-run\fR=false -don\'t copy, just show what would be copied +don\(cqt copy, just show what would be copied . .TP \-\fBwith\-deps\fR=false @@ -724,7 +724,7 @@ default distribution when publishing uploaders\.json to be used when including \.changes into this repository . .SH "IMPORT PACKAGES FROM MIRROR TO LOCAL REPOSITORY" -\fBaptly\fR \fBrepo\fR \fBimport\fR \fIsrc\-mirror\fR \fIdst\-repo\fR \fIpackage\-query\fR \fB\.\.\.\fR +\fBaptly\fR \fBrepo\fR \fBimport\fR \fIsrc\-mirror\fR \fIdst\-repo\fR \fIpackage\-query\fR \fB\|\.\|\.\|\.\fR . .P Command import looks up packages matching \fIpackage\-query\fR in mirror \fIsrc\-mirror\fR and copies them to local repo \fIdst\-repo\fR\. @@ -740,7 +740,7 @@ Options: . .TP \-\fBdry\-run\fR=false -don\'t import, just show what would be imported +don\(cqt import, just show what would be imported . .TP \-\fBwith\-deps\fR=false @@ -766,7 +766,7 @@ Options: display list in machine\-readable format . .SH "MOVE PACKAGES BETWEEN LOCAL REPOSITORIES" -\fBaptly\fR \fBrepo\fR \fBmove\fR \fIsrc\-name\fR \fIdst\-name\fR \fIpackage\-query\fR \fB\.\.\.\fR +\fBaptly\fR \fBrepo\fR \fBmove\fR \fIsrc\-name\fR \fIdst\-name\fR \fIpackage\-query\fR \fB\|\.\|\.\|\.\fR . .P Command move moves packages matching \fIpackage\-query\fR from local repo \fIsrc\-name\fR to local repo \fIdst\-name\fR\. @@ -775,37 +775,37 @@ Command move moves packages matching \fIpackage\-query\fR from local repo \fIsrc Example: . .P -$ aptly repo move testing stable \'myapp (=0\.1\.12)\' +$ aptly repo move testing stable \(cqmyapp (=0\.1\.12)\(cq . .P Options: . .TP \-\fBdry\-run\fR=false -don\'t move, just show what would be moved +don\(cqt move, just show what would be moved . .TP \-\fBwith\-deps\fR=false follow dependencies when processing package\-spec . .SH "REMOVE PACKAGES FROM LOCAL REPOSITORY" -\fBaptly\fR \fBrepo\fR \fBremove\fR \fIname\fR \fIpackage\-query\fR \fB\.\.\.\fR +\fBaptly\fR \fBrepo\fR \fBremove\fR \fIname\fR \fIpackage\-query\fR \fB\|\.\|\.\|\.\fR . .P -Commands removes packages matching \fIpackage\-query\fR from local repository \fIname\fR\. If removed packages are not referenced by other repos or snapshots, they can be removed completely (including files) by running \'aptly db cleanup\'\. +Commands removes packages matching \fIpackage\-query\fR from local repository \fIname\fR\. If removed packages are not referenced by other repos or snapshots, they can be removed completely (including files) by running \(cqaptly db cleanup\(cq\. . .P Example: . .P -$ aptly repo remove testing \'myapp (=0\.1\.12)\' +$ aptly repo remove testing \(cqmyapp (=0\.1\.12)\(cq . .P Options: . .TP \-\fBdry\-run\fR=false -don\'t remove, just show what would be removed +don\(cqt remove, just show what would be removed . .SH "SHOW DETAILS ABOUT LOCAL REPOSITORY" \fBaptly\fR \fBrepo\fR \fBshow\fR \fIname\fR @@ -851,7 +851,7 @@ Example: . .nf -$ aptly repo search my\-software \'$Architecture (i386), Name (% *\-dev)\' +$ aptly repo search my\-software \(cq$Architecture (i386), Name (% *\-dev)\(cq . .fi . @@ -869,7 +869,7 @@ custom format for result printing include dependencies into search results . .SH "ADD PACKAGES TO LOCAL REPOSITORIES BASED ON \.CHANGES FILES" -\fBaptly\fR \fBrepo\fR \fBinclude\fR |\fIdirectory\fR \fB\.\.\.\fR +\fBaptly\fR \fBrepo\fR \fBinclude\fR |\fIdirectory\fR \fB\|\.\|\.\|\.\fR . .P Command include looks for \.changes files in list of arguments or specified directories\. Each \.changes file is verified, parsed, referenced files are put into separate temporary directory and added into local repository\. Successfully imported files are removed by default\. @@ -904,7 +904,7 @@ gpg keyring to use when verifying Release file (could be specified multiple time . .TP \-\fBno\-remove\-files\fR=false -don\'t remove files that have been imported successfully into repository +don\(cqt remove files that have been imported successfully into repository . .TP \-\fBrepo\fR={{\.Distribution}} @@ -953,7 +953,7 @@ display list in machine\-readable format . .TP \-\fBsort\fR=name -display list in \'name\' or creation \'time\' order +display list in \(cqname\(cq or creation \(cqtime\(cq order . .SH "SHOWS DETAILS ABOUT SNAPSHOT" \fBaptly\fR \fBsnapshot\fR \fBshow\fR \fIname\fR @@ -982,7 +982,7 @@ Options: show list of packages . .SH "VERIFY DEPENDENCIES IN SNAPSHOT" -\fBaptly\fR \fBsnapshot\fR \fBverify\fR \fIname\fR [\fIsource\fR \.\.\.] +\fBaptly\fR \fBsnapshot\fR \fBverify\fR \fIname\fR [\fIsource\fR \|\.\|\.\|\.] . .P Verify does dependency resolution in snapshot \fIname\fR, possibly using additional snapshots \fIsource\fR as dependency sources\. All unsatisfied dependencies are printed\. @@ -1001,10 +1001,10 @@ $ aptly snapshot verify wheezy\-main wheezy\-contrib wheezy\-non\-free .IP "" 0 . .SH "PULL PACKAGES FROM ANOTHER SNAPSHOT" -\fBaptly\fR \fBsnapshot\fR \fBpull\fR \fIname\fR \fIsource\fR \fIdestination\fR \fIpackage\-query\fR \fB\.\.\.\fR +\fBaptly\fR \fBsnapshot\fR \fBpull\fR \fIname\fR \fIsource\fR \fIdestination\fR \fIpackage\-query\fR \fB\|\.\|\.\|\.\fR . .P -Command pull pulls new packages along with its\' dependencies to snapshot \fIname\fR from snapshot \fIsource\fR\. Pull can upgrade package version in \fIname\fR with versions from \fIsource\fR following dependencies\. New snapshot \fIdestination\fR is created as a result of this process\. Packages could be specified simply as \'package\-name\' or as package queries\. +Command pull pulls new packages along with its\(cq dependencies to snapshot \fIname\fR from snapshot \fIsource\fR\. Pull can upgrade package version in \fIname\fR with versions from \fIsource\fR following dependencies\. New snapshot \fIdestination\fR is created as a result of this process\. Packages could be specified simply as \(cqpackage\-name\(cq or as package queries\. . .P Example: @@ -1028,15 +1028,15 @@ pull all the packages that satisfy the dependency version requirements . .TP \-\fBdry\-run\fR=false -don\'t create destination snapshot, just show what would be pulled +don\(cqt create destination snapshot, just show what would be pulled . .TP \-\fBno\-deps\fR=false -don\'t process dependencies, just pull listed packages +don\(cqt process dependencies, just pull listed packages . .TP \-\fBno\-remove\fR=false -don\'t remove other package versions when pulling package +don\(cqt remove other package versions when pulling package . .SH "DIFFERENCE BETWEEN TWO SNAPSHOTS" \fBaptly\fR \fBsnapshot\fR \fBdiff\fR \fIname\-a\fR \fIname\-b\fR @@ -1062,10 +1062,10 @@ Options: . .TP \-\fBonly\-matching\fR=false -display diff only for matching packages (don\'t display missing packages) +display diff only for matching packages (don\(cqt display missing packages) . .SH "MERGES SNAPSHOTS" -\fBaptly\fR \fBsnapshot\fR \fBmerge\fR \fIdestination\fR \fIsource\fR [\fIsource\fR\.\.\.] +\fBaptly\fR \fBsnapshot\fR \fBmerge\fR \fIdestination\fR \fIsource\fR [\fIsource\fR\|\.\|\.\|\.] . .P Merge command merges several \fIsource\fR snapshots into one \fIdestination\fR snapshot\. Merge happens from left to right\. By default, packages with the same name\-architecture pair are replaced during merge (package from latest snapshot on the list wins)\. If run with only one source snapshot, merge copies \fIsource\fR into \fIdestination\fR\. @@ -1092,13 +1092,13 @@ use only the latest version of each package . .TP \-\fBno\-remove\fR=false -don\'t remove duplicate arch/name packages +don\(cqt remove duplicate arch/name packages . .SH "DELETE SNAPSHOT" \fBaptly\fR \fBsnapshot\fR \fBdrop\fR \fIname\fR . .P -Drop removes information about a snapshot\. If snapshot is published, it can\'t be dropped\. +Drop removes information about a snapshot\. If snapshot is published, it can\(cqt be dropped\. . .P Example: @@ -1148,7 +1148,7 @@ Example: . .nf -$ aptly snapshot search wheezy\-main \'$Architecture (i386), Name (% *\-dev)\' +$ aptly snapshot search wheezy\-main \(cq$Architecture (i386), Name (% *\-dev)\(cq . .fi . @@ -1166,10 +1166,10 @@ custom format for result printing include dependencies into search results . .SH "FILTER PACKAGES IN SNAPSHOT PRODUCING ANOTHER SNAPSHOT" -\fBaptly\fR \fBsnapshot\fR \fBfilter\fR \fIsource\fR \fIdestination\fR \fIpackage\-query\fR \fB\.\.\.\fR +\fBaptly\fR \fBsnapshot\fR \fBfilter\fR \fIsource\fR \fIdestination\fR \fIpackage\-query\fR \fB\|\.\|\.\|\.\fR . .P -Command filter does filtering in snapshot \fIsource\fR, producing another snapshot \fIdestination\fR\. Packages could be specified simply as \'package\-name\' or as package queries\. +Command filter does filtering in snapshot \fIsource\fR, producing another snapshot \fIdestination\fR\. Packages could be specified simply as \(cqpackage\-name\(cq or as package queries\. . .P Example: @@ -1178,7 +1178,7 @@ Example: . .nf -$ aptly snapshot filter wheezy\-main wheezy\-required \'Priorioty (required)\' +$ aptly snapshot filter wheezy\-main wheezy\-required \(cqPriorioty (required)\(cq . .fi . @@ -1327,11 +1327,11 @@ GPG secret keyring to use (instead of default) . .TP \-\fBskip\-contents\fR=false -don\'t generate Contents indexes +don\(cqt generate Contents indexes . .TP \-\fBskip\-signing\fR=false -don\'t sign Release files with GPG +don\(cqt sign Release files with GPG . .SH "PUBLISH SNAPSHOT" \fBaptly\fR \fBpublish\fR \fBsnapshot\fR \fIname\fR [[\fIendpoint\fR:]\fIprefix\fR] @@ -1414,11 +1414,11 @@ GPG secret keyring to use (instead of default) . .TP \-\fBskip\-contents\fR=false -don\'t generate Contents indexes +don\(cqt generate Contents indexes . .TP \-\fBskip\-signing\fR=false -don\'t sign Release files with GPG +don\(cqt sign Release files with GPG . .SH "UPDATE PUBLISHED REPOSITORY BY SWITCHING TO NEW SNAPSHOT" \fBaptly\fR \fBpublish\fR \fBswitch\fR \fIdistribution\fR [[\fIendpoint\fR:]\fIprefix\fR] \fInew\-snapshot\fR @@ -1492,11 +1492,11 @@ GPG secret keyring to use (instead of default) . .TP \-\fBskip\-contents\fR=false -don\'t generate Contents indexes +don\(cqt generate Contents indexes . .TP \-\fBskip\-signing\fR=false -don\'t sign Release files with GPG +don\(cqt sign Release files with GPG . .SH "UPDATE PUBLISHED LOCAL REPOSITORY" \fBaptly\fR \fBpublish\fR \fBupdate\fR \fIdistribution\fR [[\fIendpoint\fR:]\fIprefix\fR] @@ -1553,11 +1553,11 @@ GPG secret keyring to use (instead of default) . .TP \-\fBskip\-contents\fR=false -don\'t generate Contents indexes +don\(cqt generate Contents indexes . .TP \-\fBskip\-signing\fR=false -don\'t sign Release files with GPG +don\(cqt sign Release files with GPG . .SH "SHOWS DETAILS OF PUBLISHED REPOSITORY" \fBaptly\fR \fBpublish\fR \fBshow\fR \fIdistribution\fR [[\fIendpoint\fR:]\fIprefix\fR] @@ -1594,7 +1594,7 @@ Example: . .nf -$ aptly package search \'$Architecture (i386), Name (% *\-dev)\' +$ aptly package search \(cq$Architecture (i386), Name (% *\-dev)\(cq . .fi . @@ -1620,7 +1620,7 @@ Example: . .nf -$ aptly package show \'nginx\-light_1\.2\.1\-2\.2+wheezy2_i386\' +$ aptly package show \(cqnginx\-light_1\.2\.1\-2\.2+wheezy2_i386\(cq . .fi . @@ -1641,7 +1641,7 @@ display information about mirrors, snapshots and local repos referencing this pa \fBaptly\fR \fBdb\fR \fBcleanup\fR . .P -Database cleanup removes information about unreferenced packages and removes files in the package pool that aren\'t used by packages anymore +Database cleanup removes information about unreferenced packages and removes files in the package pool that aren\(cqt used by packages anymore . .P Example: @@ -1654,7 +1654,7 @@ Options: . .TP \-\fBdry\-run\fR=false -don\'t delete anything +don\(cqt delete anything . .TP \-\fBverbose\fR=false @@ -1664,7 +1664,7 @@ be verbose when loading objects/removing them \fBaptly\fR \fBdb\fR \fBrecover\fR . .P -Database recover does its\' best to recover the database after a crash\. It is recommended to backup the DB before running recover\. +Database recover does its\(cq best to recover the database after a crash\. It is recommended to backup the DB before running recover\. . .P Example: @@ -1676,7 +1676,7 @@ $ aptly db recover \fBaptly\fR \fBserve\fR . .P -Command serve starts embedded HTTP server (not suitable for real production usage) to serve contents of public/ subdirectory of aptly\'s root that contains published repositories\. +Command serve starts embedded HTTP server (not suitable for real production usage) to serve contents of public/ subdirectory of aptly\(cqs root that contains published repositories\. . .P Example: @@ -1712,7 +1712,7 @@ host:port for HTTP listening or unix://path to listen on a Unix domain socket . .TP \-\fBno\-lock\fR=false -don\'t lock the database +don\(cqt lock the database . .SH "RENDER GRAPH OF RELATIONSHIPS" \fBaptly\fR \fBgraph\fR @@ -1735,13 +1735,13 @@ render graph to specified format (png, svg, pdf, etc\.) . .TP \-\fBlayout\fR=horizontal -create a more \'vertical\' or a more \'horizontal\' graph layout +create a more \(cqvertical\(cq or a more \(cqhorizontal\(cq graph layout . .TP \-\fBoutput\fR= specify output filename, default is to open result in viewer . -.SH "SHOW CURRENT APTLY\'S CONFIG" +.SH "SHOW CURRENT APTLY\(cqS CONFIG" \fBaptly\fR \fBconfig\fR \fBshow\fR . .P @@ -1754,7 +1754,7 @@ Example: $ aptly config show . .SH "RUN APTLY TASKS" -\fBaptly\fR \fBtask\fR \fBrun\fR \-filename=\fIfilename\fR \fB|\fR \fIcommand1\fR, \fIcommand2\fR, \fB\.\.\.\fR +\fBaptly\fR \fBtask\fR \fBrun\fR \-filename=\fIfilename\fR \fB|\fR \fIcommand1\fR, \fIcommand2\fR, \fB\|\.\|\.\|\.\fR . .P Command helps organise multiple aptly commands in one single aptly task, running as single thread\. @@ -1784,7 +1784,7 @@ Options: \-\fBfilename\fR= specifies the filename that contains the commands to run . -.SH "SHOW CURRENT APTLY\'S CONFIG" +.SH "SHOW CURRENT APTLY\(cqS CONFIG" \fBaptly\fR \fBconfig\fR \fBshow\fR . .P @@ -1817,85 +1817,85 @@ command parse failure .SH "AUTHORS" List of contributors, in chronological order: . -.IP "\(bu" 4 +.IP "\[ci]" 4 Andrey Smirnov (https://github\.com/smira) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Sebastien Binet (https://github\.com/sbinet) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Ryan Uber (https://github\.com/ryanuber) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Simon Aquino (https://github\.com/queeno) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Vincent Batoufflet (https://github\.com/vbatoufflet) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Ivan Kurnosov (https://github\.com/zerkms) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Dmitrii Kashin (https://github\.com/freehck) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Chris Read (https://github\.com/cread) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Rohan Garg (https://github\.com/shadeslayer) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Russ Allbery (https://github\.com/rra) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Sylvain Baubeau (https://github\.com/lebauce) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Andrea Bernardo Ciddio (https://github\.com/bcandrea) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Michael Koval (https://github\.com/mkoval) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Alexander Guy (https://github\.com/alexanderguy) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Sebastien Badia (https://github\.com/sbadia) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Szymon Sobik (https://github\.com/sobczyk) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Paul Krohn (https://github\.com/paul\-krohn) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Vincent Bernat (https://github\.com/vincentbernat) . -.IP "\(bu" 4 +.IP "\[ci]" 4 x539 (https://github\.com/x539) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Phil Frost (https://github\.com/bitglue) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Benoit Foucher (https://github\.com/bentoi) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Geoffrey Thomas (https://github\.com/geofft) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Oliver Sauder (https://github\.com/sliverc) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Harald Sitter (https://github\.com/apachelogger) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Johannes Layher (https://github\.com/jola5) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Charles Hsu (https://github\.com/charz) . -.IP "\(bu" 4 +.IP "\[ci]" 4 Clemens Rabe (https://github\.com/seeraven) . .IP "" 0