summaryrefslogtreecommitdiff
path: root/localpbuilder-create
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-create
parentf130c87ccac4195b613073c8b6f0862adc28dd02 (diff)
Drop using ccache (doesn't work here, so setup a global ccache in /etc/pbuilderrc instead).
Diffstat (limited to 'localpbuilder-create')
-rwxr-xr-xlocalpbuilder-create3
1 files changed, 0 insertions, 3 deletions
diff --git a/localpbuilder-create b/localpbuilder-create
index d5b7e41..70de9aa 100755
--- a/localpbuilder-create
+++ b/localpbuilder-create
@@ -11,9 +11,6 @@ pool=$1
distro=${2:-$pool}
othermirror=${3:+--othermirror $3}
-export CCACHE_DIR="/var/cache/pbuilder/ccache-$pool"
-export PATH="/usr/lib/ccache:${PATH}"
-
sudo pbuilder create \
--buildresult $HOME/src/pbuild-$pool/ \
--distribution "$distro" \