Usage: binhost-snapshot [options] <src_pkg_dir> <snapshot_dir> <snapshot_uri> <binhost_dir>
This program will copy src_pkg_dir to snapshot_dir and inside
binhost_dir it will create a Packages index file which refers to
snapshot_uri. This is intended to solve race conditions on binhosts as
described at http://crosbug.com/3225.
Required Arguments:
src_pkg_dir - the source $PKGDIR
snapshot_dir - destination snapshot directory (must not exist)
snapshot_uri - URI which refers to snapshot_dir from the
client side
binhost_dir - directory in which to write Packages index with
snapshot_uri
Options:
-h, --help show this help message and exit
--hardlinks=HARDLINKS
create hardlinks (y or n, default is y)