summaryrefslogtreecommitdiff
path: root/localpbuilder-update
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2005-12-05 21:39:34 +0000
committerJonas Smedegaard <dr@jones.dk>2005-12-05 21:39:34 +0000
commitaffea8dbc825e39a543809e9d747804c979c3376 (patch)
treee47937f64a30bdced0709a2e1d0ffe1b82465667 /localpbuilder-update
parentf130c87ccac4195b613073c8b6f0862adc28dd02 (diff)
Drop using ccache (doesn't work here, so setup a global ccache in /etc/pbuilderrc instead).
Diffstat (limited to 'localpbuilder-update')
-rwxr-xr-xlocalpbuilder-update3
1 files changed, 0 insertions, 3 deletions
diff --git a/localpbuilder-update b/localpbuilder-update
index 8803e4a..32a7c82 100755
--- a/localpbuilder-update
+++ b/localpbuilder-update
@@ -9,9 +9,6 @@ fi
pool=$1
-export CCACHE_DIR="/var/cache/pbuilder/ccache-$pool"
-export PATH="/usr/lib/ccache:${PATH}"
-
sudo pbuilder update \
--basetgz /var/cache/pbuilder/base-$pool.tgz \
--buildplace /var/cache/pbuilder/build-$pool/ \