You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git clone <some meta URL> /path/to/meta
$ cp /path/to/qbt-config.template meta/qbt-config
$ cd /some/other/path
$ /path/to/meta/bin/qbt help --manifest /path/to/meta/qbt-manifest --config /path/to/meta/qbt-config
Error: could not find qbt-manifest or .qbt-meta-location while finding up
This is done because the qbt wrapper script attempts to create the config file from a template if it doesn't already exist, but it isn't smart enough to see we are passing a config file on the command line. Automated scripts that do this therefore should not use this wrapper probably.
The text was updated successfully, but these errors were encountered:
Repro steps:
This is done because the qbt wrapper script attempts to create the config file from a template if it doesn't already exist, but it isn't smart enough to see we are passing a config file on the command line. Automated scripts that do this therefore should not use this wrapper probably.
The text was updated successfully, but these errors were encountered: