bob-query-scm
Name
bob-query-scm - Query SCM information
Synopsis
bob query-scm [-h] [-D DEFINES] [-c CONFIGFILE] [-f FORMATS]
[--default DEFAULT] [-r]
[--sandbox | --slim-sandbox | --dev-sandbox | --strict-sandbox | --no-sandbox]
packages [packages ...]
Description
Query SCM configuration of packages.
By default this command will print one line for each SCM in the given package. The output format may be overridded by ‘-f’. By default the following formats are used:
git=”git {package} {dir} {url} {branch}”
svn=”svn {package} {dir} {url} {revision}”
cvs=”cvs {package} {dir} {cvsroot} {module}”
url=”url {package} {dir}/{fileName} {url}”
Options
-c CONFIGFILEUse config File
-D DEFINESOverride default environment variable
--default DEFAULTDefault for missing attributes (default: “”)
--dev-sandboxEnable development sandboxing.
-f FORMATSOutput format for scm (syntax: scm=format). Can be specified multiple times.
--no-sandboxDisable sandboxing
-r, --recursiveRecursively display dependencies
--sandboxEnable partial sandboxing.
--slim-sandboxEnable slim sandboxing.
--strict-sandboxEnable strict sandboxing.