mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-17 12:17:39 +00:00
Enable the ability to pass in a custom codename
While testing out Aptly, the `apt-get` client complains with the following error, since the `codename` was switched from the InRelease files that are baked out by Aptly: ``` E: Repository 'http://debianrepo.example.com/bionic testing InRelease' changed its 'Codename' value from '' to 'testing' ```
This commit is contained in:
committed by
Benj Fassbind
parent
393d1a6888
commit
a59cad6f20
@@ -1500,6 +1500,10 @@ don\(cqt sign Release files with GPG
|
||||
\-\fBsuite\fR=
|
||||
suite to publish (defaults to distribution)
|
||||
.
|
||||
.TP
|
||||
\-\fBcodename\fR=
|
||||
codename to publish (defaults to distribution)
|
||||
.
|
||||
.SH "PUBLISH SNAPSHOT"
|
||||
\fBaptly\fR \fBpublish\fR \fBsnapshot\fR \fIname\fR [[\fIendpoint\fR:]\fIprefix\fR]
|
||||
.
|
||||
@@ -1603,6 +1607,10 @@ don\(cqt sign Release files with GPG
|
||||
\-\fBsuite\fR=
|
||||
suite to publish (defaults to distribution)
|
||||
.
|
||||
.TP
|
||||
\-\fBcodename\fR=
|
||||
codename to publish (defaults to distribution)
|
||||
.
|
||||
.SH "UPDATE PUBLISHED REPOSITORY BY SWITCHING TO NEW SNAPSHOT"
|
||||
\fBaptly\fR \fBpublish\fR \fBswitch\fR \fIdistribution\fR [[\fIendpoint\fR:]\fIprefix\fR] \fInew\-snapshot\fR
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user