Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qbt wrapper script fails if you pass config file as argument but can't findup to get it #3

Open
terabyte opened this issue Mar 1, 2018 · 0 comments
Labels
unofficial stuff impacts code in cmyers' meta fork which is not yet part of core qbt

Comments

@terabyte
Copy link
Member

terabyte commented Mar 1, 2018

Repro steps:

$ 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.

@terabyte terabyte added the unofficial stuff impacts code in cmyers' meta fork which is not yet part of core qbt label Mar 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unofficial stuff impacts code in cmyers' meta fork which is not yet part of core qbt
Projects
None yet
Development

No branches or pull requests

1 participant