From 2ffefeb1e0c4362157472bd19d31434d92688f21 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 26 Apr 2017 23:50:44 +0300 Subject: [PATCH] Add man page for skipLegacyPool --- man/aptly.1 | 8 ++++++++ man/aptly.1.ronn.tmpl | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/man/aptly.1 b/man/aptly.1 index f3778be9..cd94e78f 100644 --- a/man/aptly.1 +++ b/man/aptly.1 @@ -47,6 +47,7 @@ Configuration file is stored in JSON format (default values shown below): "gpgDisableSign": false, "gpgDisableVerify": false, "downloadSourcePackages": false, + "skipLegacyPool": true, "ppaDistributorID": "ubuntu", "ppaCodename": "", "skipContentsPublishing": false, @@ -151,6 +152,10 @@ don\(cqt verify remote mirrors with gpg(1), also can be disabled on per\-mirror if enabled, all mirrors created would have flag set to download source packages; this setting could be controlled on per\-mirror basis with \fB\-with\-sources\fR flag . .TP +\fBskipLegacyPool\fR +in aptly up to version 1\.0\.0, package files were stored in internal package pool with MD5\-dervied path, since 1\.1\.0 package pool layout was changed; if option is enabled, aptly stops checking for legacy paths; by default option is enabled for new aptly installations and disabled when upgrading from older versions +. +.TP \fBppaDistributorID\fR, \fBppaCodename\fR specifies paramaters for short PPA url expansion, if left blank they default to output of \fBlsb_release\fR command . @@ -1943,5 +1948,8 @@ Charles Hsu (https://github\.com/charz) .IP "\[ci]" 4 Clemens Rabe (https://github\.com/seeraven) . +.IP "\[ci]" 4 +TJ Merritt (https://github\.com/tjmerritt) +. .IP "" 0 diff --git a/man/aptly.1.ronn.tmpl b/man/aptly.1.ronn.tmpl index fe12b68e..e1825b05 100644 --- a/man/aptly.1.ronn.tmpl +++ b/man/aptly.1.ronn.tmpl @@ -39,6 +39,7 @@ Configuration file is stored in JSON format (default values shown below): "gpgDisableSign": false, "gpgDisableVerify": false, "downloadSourcePackages": false, + "skipLegacyPool": true, "ppaDistributorID": "ubuntu", "ppaCodename": "", "skipContentsPublishing": false, @@ -130,6 +131,13 @@ Options: if enabled, all mirrors created would have flag set to download source packages; this setting could be controlled on per-mirror basis with `-with-sources` flag + * `skipLegacyPool`: + in aptly up to version 1.0.0, package files were stored in internal package pool + with MD5-dervied path, since 1.1.0 package pool layout was changed; + if option is enabled, aptly stops checking for legacy paths; + by default option is enabled for new aptly installations and disabled when + upgrading from older versions + * `ppaDistributorID`, `ppaCodename`: specifies paramaters for short PPA url expansion, if left blank they default to output of `lsb_release` command