mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-26 20:38:15 +00:00
Implement new command aptly repo create ... from snapshot ...
This commit is contained in:
@@ -633,18 +633,24 @@ don\(cqt copy, just show what would be copied
|
||||
follow dependencies when processing package\-spec
|
||||
.
|
||||
.SH "CREATE LOCAL REPOSITORY"
|
||||
\fBaptly\fR \fBrepo\fR \fBcreate\fR \fIname\fR
|
||||
\fBaptly\fR \fBrepo\fR \fBcreate\fR \fIname\fR [ \fBfrom\fR \fBsnapshot\fR \fIsnapshot\fR ]
|
||||
.
|
||||
.P
|
||||
Create local package repository\. Repository would be empty when created, packages could be added from files, copied or moved from another local repository or imported from the mirror\.
|
||||
.
|
||||
.P
|
||||
If local package repository is created from snapshot, repo initial contents are copied from snapsot contents\.
|
||||
.
|
||||
.P
|
||||
Example:
|
||||
.
|
||||
.P
|
||||
$ aptly repo create testing
|
||||
.
|
||||
.P
|
||||
$ aptly repo create mysql35 from snapshot mysql\-35\-2017
|
||||
.
|
||||
.P
|
||||
Options:
|
||||
.
|
||||
.TP
|
||||
|
||||
Reference in New Issue
Block a user