From c5922737edc65153a2ba38616f8ce16df3dc6342 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Sat, 26 Jul 2014 17:12:00 +0400 Subject: [PATCH] Man page updates for 'rename' commands. #63 --- man/aptly.1 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/man/aptly.1 b/man/aptly.1 index 9c0adae6..281e5860 100644 --- a/man/aptly.1 +++ b/man/aptly.1 @@ -291,6 +291,18 @@ disable verification of Release file signatures \-\fBkeyring\fR= gpg keyring to use when verifying Release file (could be specified multiple times) . +.SH "RENAMES MIRROR" +\fBaptly\fR \fBmirror\fR \fBrename\fR \fIold\-name\fR \fInew\-name\fR +. +.P +Command changes name of the mirror\.Mirror name should be unique\. +. +.P +Example: +. +.P +$ aptly mirror rename wheezy\-min wheezy\-main +. .SH "ADD PACKAGES TO LOCAL REPOSITORY" \fBaptly\fR \fBrepo\fR \fBadd\fR \fIname\fR . @@ -506,6 +518,18 @@ Options: \-\fBwith\-packages\fR=false show list of packages . +.SH "RENAMES LOCAL REPOSITORY" +\fBaptly\fR \fBrepo\fR \fBrename\fR \fIold\-name\fR \fInew\-name\fR +. +.P +Command changes name of the local repo\. Local repo name should be unique\. +. +.P +Example: +. +.P +$ aptly repo rename wheezy\-min wheezy\-main +. .SH "CREATES SNAPSHOT OF MIRROR (LOCAL REPOSITORY) CONTENTS" \fBaptly\fR \fBsnapshot\fR \fBcreate\fR \fIname\fR \fBfrom\fR \fBmirror\fR \fImirror\-name\fR \fB|\fR \fBfrom\fR \fBrepo\fR \fIrepo\-name\fR \fB|\fR \fBempty\fR . @@ -712,6 +736,18 @@ Options: \-\fBforce\fR=false remove snapshot even if it was used as source for other snapshots . +.SH "RENAMES SNAPSHOT" +\fBaptly\fR \fBsnapshot\fR \fBrename\fR \fIold\-name\fR \fInew\-name\fR +. +.P +Command changes name of the snapshot\. Snapshot name should be unique\. +. +.P +Example: +. +.P +$ aptly snapshot rename wheezy\-min wheezy\-main +. .SH "REMOVE PUBLISHED REPOSITORY" \fBaptly\fR \fBpublish\fR \fBdrop\fR \fIdistribution\fR [\fIprefix\fR] .