]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
scripts/build_utils.sh: set hookdir using pbuilderrc 1795/head
authorKefu Chai <kchai@redhat.com>
Wed, 7 Apr 2021 13:09:57 +0000 (21:09 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 7 Apr 2021 13:58:08 +0000 (21:58 +0800)
commitc299a6c1ae03e74c28d410361db17837708a5d8b
treed511993c1aa85897b41761d80193f562feccb475
parent3286ec72d932ebdc0b62afc51fd27f1a1366814e
scripts/build_utils.sh: set hookdir using pbuilderrc

per our testing, --hookdir does not work even the pbuilderrc(5) puts

> HOOKDIR=/usr/lib/pbuilder/hooks
>    Specifies the default location for the user hooks directory.  This is overridden with the option --hookdir.

so let use HOOKDIR as we did before e81fd7baa0e49242cef2db66eeb3fe6dc4269905

Signed-off-by: Kefu Chai <kchai@redhat.com>
scripts/build_utils.sh