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
- Host: GitHub
- URL: https://github.com/bregma/pbuilder-hooks
- Owner: bregma
- License: gpl-3.0
- Created: 2015-07-07T16:36:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-14T15:55:18.000Z (about 10 years ago)
- Last Synced: 2023-03-22T11:55:09.562Z (about 3 years ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```