An open API service indexing awesome lists of open source software.

https://github.com/bregma/pbuilder-hooks

personal pbuilder hook scripts
https://github.com/bregma/pbuilder-hooks

Last synced: 4 days ago
JSON representation

personal pbuilder hook scripts

Awesome Lists containing this project

README

          

This is my ~/pbuilder/hooks directory: it gets set up from my ~/.pbuilderc file
with the following contents.

```
# 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}"
#EXTRAPACKAGES=ccache
#BINDMOUNTS="${CCACHE_DIR}"
BINDMOUNTS="/home/stephenw/debian/archive"
HOOKDIR=/home/stephenw/pbuilder/hooks
export DPKG_GENSYMBOLS_CHECK_LEVEL=4

```