1 .TH zpm-merge 8 2019-02-18 "ZPM 0.6"
3 zpm-merge \- copy packages from one database to another
5 .B zpm merge -f \fIpkgfile\fR
17 \fBzpm-merge\fR copies package information from one database
18 to another. By default, file contents are not copied, but scripts
19 are. All other metadata about the package is copied, and the status
24 specify the package file to find packages in, required
27 specify the target database, defaults to $ZPMDB
30 set the status of the copied packages to \fIstatus\fR
33 increase the verbosity level by one, may be given multiple times
36 Also copy the file content.
39 Do not copy script file content.
54 One at a time mode. Each package will be copied in a single transaction,
55 and failure of one package to copy will not prevent other packages from
56 being copied. Without this option, all the packages are copied in a
57 single transaction so that either all are copied or none are.
60 zpm merge -f foo-1.0.3-1.zpm
61 Merge the the most recent package found in the foo-1.0.3-1.zpm file
62 into the local database specified by $ZPMDB.
64 0 on success non zero on failure