mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-02 04:50:49 +00:00
Small fixups for upcoming 1.1.0 release
Fix system tests, add -db-open-attempts to bash completion, small nits for man page.
This commit is contained in:
@@ -58,7 +58,7 @@ _aptly()
|
|||||||
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
||||||
|
|
||||||
commands="api config db graph mirror package publish repo serve snapshot task version"
|
commands="api config db graph mirror package publish repo serve snapshot task version"
|
||||||
options="-architectures= -config= -dep-follow-all-variants -dep-follow-recommends -dep-follow-source -dep-follow-suggests -dep-verbose-resolve"
|
options="-architectures= -config= -db-open-attempts= -dep-follow-all-variants -dep-follow-recommends -dep-follow-source -dep-follow-suggests -dep-verbose-resolve"
|
||||||
|
|
||||||
db_subcommands="cleanup recover"
|
db_subcommands="cleanup recover"
|
||||||
mirror_subcommands="create drop edit show list rename search update"
|
mirror_subcommands="create drop edit show list rename search update"
|
||||||
|
|||||||
@@ -160,6 +160,10 @@ in aptly up to version 1\.0\.0, package files were stored in internal package po
|
|||||||
specifies paramaters for short PPA url expansion, if left blank they default to output of \fBlsb_release\fR command
|
specifies paramaters for short PPA url expansion, if left blank they default to output of \fBlsb_release\fR command
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
\fBFileSystemPublishEndpoints\fR
|
||||||
|
configuration of local filesystem publishing endpoints (see below)
|
||||||
|
.
|
||||||
|
.TP
|
||||||
\fBS3PublishEndpoints\fR
|
\fBS3PublishEndpoints\fR
|
||||||
configuration of Amazon S3 publishing endpoints (see below)
|
configuration of Amazon S3 publishing endpoints (see below)
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -142,6 +142,9 @@ Options:
|
|||||||
specifies paramaters for short PPA url expansion, if left blank they default
|
specifies paramaters for short PPA url expansion, if left blank they default
|
||||||
to output of `lsb_release` command
|
to output of `lsb_release` command
|
||||||
|
|
||||||
|
* `FileSystemPublishEndpoints`:
|
||||||
|
configuration of local filesystem publishing endpoints (see below)
|
||||||
|
|
||||||
* `S3PublishEndpoints`:
|
* `S3PublishEndpoints`:
|
||||||
configuration of Amazon S3 publishing endpoints (see below)
|
configuration of Amazon S3 publishing endpoints (see below)
|
||||||
|
|
||||||
|
|||||||
@@ -5,4 +5,4 @@ Signing file 'Release' with gpg, please enter your passphrase when prompted:
|
|||||||
Clearsigning file 'Release' with gpg, please enter your passphrase when prompted:
|
Clearsigning file 'Release' with gpg, please enter your passphrase when prompted:
|
||||||
Cleaning up prefix "." components main...
|
Cleaning up prefix "." components main...
|
||||||
|
|
||||||
Publish for snapshot s3:test1:./maverick [amd64, i386] publishes {main: [snap3]: Pulled into 'snap2' with 'snap1' as source, pull request was: 'gnuplot-x11'} has been successfully switched to new snapshot.
|
Publish for snapshot s3:test1:./maverick (origin: LP-PPA-gladky-anton-gnuplot) [amd64, i386] publishes {main: [snap3]: Pulled into 'snap2' with 'snap1' as source, pull request was: 'gnuplot-x11'} has been successfully switched to new snapshot.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Origin: . maverick
|
Origin: LP-PPA-gladky-anton-gnuplot
|
||||||
Label: . maverick
|
Label: . maverick
|
||||||
Suite: maverick
|
Suite: maverick
|
||||||
Codename: maverick
|
Codename: maverick
|
||||||
|
|||||||
@@ -5,4 +5,4 @@ Signing file 'Release' with gpg, please enter your passphrase when prompted:
|
|||||||
Clearsigning file 'Release' with gpg, please enter your passphrase when prompted:
|
Clearsigning file 'Release' with gpg, please enter your passphrase when prompted:
|
||||||
Cleaning up prefix "." components main...
|
Cleaning up prefix "." components main...
|
||||||
|
|
||||||
Publish for snapshot swift:test1:./maverick [amd64, i386] publishes {main: [snap3]: Pulled into 'snap2' with 'snap1' as source, pull request was: 'gnuplot-x11'} has been successfully switched to new snapshot.
|
Publish for snapshot swift:test1:./maverick (origin: LP-PPA-gladky-anton-gnuplot) [amd64, i386] publishes {main: [snap3]: Pulled into 'snap2' with 'snap1' as source, pull request was: 'gnuplot-x11'} has been successfully switched to new snapshot.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Origin: . maverick
|
Origin: LP-PPA-gladky-anton-gnuplot
|
||||||
Label: . maverick
|
Label: . maverick
|
||||||
Suite: maverick
|
Suite: maverick
|
||||||
Codename: maverick
|
Codename: maverick
|
||||||
|
|||||||
Reference in New Issue
Block a user