From e6992d822dd453bcb11a1b2d1aac5c1a89d2af46 Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Tue, 22 Apr 2014 17:45:43 -0700 Subject: [PATCH] Updated man page for snapshot merging with -latest flag --- man/aptly.1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/man/aptly.1 b/man/aptly.1 index 1c092e5e..ffb0c852 100644 --- a/man/aptly.1 +++ b/man/aptly.1 @@ -640,7 +640,7 @@ display diff only for matching packages (don\(cqt display missing packages) \fBaptly\fR \fBsnapshot\fR \fBmerge\fR \fIdestination\fR \fIsource\fR [\fIsource\fR\|\.\|\.\|\.] . .P -Merge command merges several \fIsource\fR snapshots into one \fIdestination\fR snapshot\. Merge happens from left to right\. Packages with the same name\-architecture pair are replaced during merge (package from latest snapshot on the list wins)\. If run with only one source snapshot, merge copies \fIsource\fR into \fIdestination\fR\. +Merge command merges several \fIsource\fR snapshots into one \fIdestination\fR snapshot\. Merge happens from left to right\. By default, packages with the same name\-architecture pair are replaced during merge (package from latest snapshot on the list wins)\. If run with only one source snapshot, merge copies \fIsource\fR into \fIdestination\fR\. . .P Example: @@ -655,6 +655,13 @@ $ aptly snapshot merge wheezy\-w\-backports wheezy\-main wheezy\-backports . .IP "" 0 . +.P +Options: +. +.TP +\-\fBlatest\fR=false +use only the latest version of each package in the merged snapshot +. .SH "DELETE SNAPSHOT" \fBaptly\fR \fBsnapshot\fR \fBdrop\fR \fIname\fR .