vcs-run -V (return code: 1)
vcs-run: unrecognized option '--version'
Usage: vcs-run [ options ] repo-url [command [arguments]]
obtain repository from repo-url, and execute 'command' with 'arguments'
Command will default to 'vcs_run' in the top level of the repository.
options:
-t | --target DIR checkout branch to DIR [./(basename repo)]
--vcs-type V repo-url is of type 'V' [auto]
supported: auto bzr hg git url
-v | --verbose increase verbosity
-D | --deps attempt to install dependencies if necessary
Example:
* run 'stack.sh' in git://github.com/openstack-dev/devstack.git
vcs-run --deps git://github.com/openstack-dev/devstack.git stack.sh
* build cloud-utils
vcs-run --deps lp:cloud-utils -- ./tools/build-deb -us -uc
must provide at least repo
vcs-run --help (return code: 0)
Usage: vcs-run [ options ] repo-url [command [arguments]]
obtain repository from repo-url, and execute 'command' with 'arguments'
Command will default to 'vcs_run' in the top level of the repository.
options:
-t | --target DIR checkout branch to DIR [./(basename repo)]
--vcs-type V repo-url is of type 'V' [auto]
supported: auto bzr hg git url
-v | --verbose increase verbosity
-D | --deps attempt to install dependencies if necessary
Example:
* run 'stack.sh' in git://github.com/openstack-dev/devstack.git
vcs-run --deps git://github.com/openstack-dev/devstack.git stack.sh
* build cloud-utils
vcs-run --deps lp:cloud-utils -- ./tools/build-deb -us -uc