tag 856263 pending
thanks
Date: Mon Feb 27 00:22:46 2017 -0700
Author: Kevin Locke <[email protected]>
Commit ID: a03af0d14e9b57e1650966806c5f6ba3ac943609
Commit URL:
https://git.sigxcpu.org/cgit/git-buildpackage//commit/?id=a03af0d14e9b57e1650966806c5f6ba3ac943609
Patch URL:
https://git.sigxcpu.org/cgit/git-buildpackage//patch/?id=a03af0d14e9b57e1650966806c5f6ba3ac943609
git-pbuilder: Check $OPTIONS for --basepath
Previously only the arguments were checked for --basepath. This
resulted in --basepath being ignored and overridden by the default when
passed in --git-pbuilder-options (either via command arguments or from
the configuration file). Since this is required when invoking
gbp-buildpackage (because args are passed to --debbuildopts), it's a
significant use case. This commit fixes the issue by searching both
args and $OPTIONS.
Closes: #856263
Signed-off-by: Kevin Locke <[email protected]>