Commit 2b95881d authored by Mattia Rizzolo's avatar Mattia Rizzolo

add DH_VERBOSE to pbuilderrc

parent 21ce8e67
......@@ -12,9 +12,12 @@ export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}/usr/lib/libeatmydata/libeatmydata
# To use with a "tmpfs /var/cache/pbuilder/build tmpfs defaults,size=2400M 0 0"-like fstab entry
APTCACHEHARDLINK=no
#ccache
# ccache
sudo mkdir -p /var/cache/pbuilder/ccache
sudo chmod a+w /var/cache/pbuilder/ccache
export CCACHE_DIR="/var/cache/pbuilder/ccache"
export PATH="/usr/lib/ccache:${PATH}"
BINDMOUNTS="${CCACHE_DIR}"
# verbose is funny!
export DH_VERBOSE=1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment