aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/pbuilderrc.ccache8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/pbuilderrc.ccache b/examples/pbuilderrc.ccache
deleted file mode 100644
index cc963af..0000000
--- a/examples/pbuilderrc.ccache
+++ /dev/null
@@ -1,8 +0,0 @@
-export CCACHE_DIR="/var/cache/pbuilder/ccache"
-export PATH="/usr/lib/ccache:${PATH}"
-EXTRAPACKAGES="ccache ${EXTRAPACKAGES}"
-BINDMOUNTS="${CCACHE_DIR} ${BINDMOUNTS}"
-mkdir -p "${CCACHE_DIR}" 2> /dev/null || true
-if [ -n "${BUILDUSERID}" ]; then
- chown "${BUILDUSERID}":"${BUILDUSERID}" "${CCACHE_DIR}" || true
-fi