diff options
author | Jonas Smedegaard <dr@jones.dk> | 2007-04-14 08:44:15 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2007-04-14 08:44:15 +0000 |
commit | b4afbd044d7b565d4fbb546dc68f8faf80bec9a3 (patch) | |
tree | 03f2be06d4da218b189077bbdf8b19887ea7cc50 | |
parent | 8036a96b471560341b34f33806870d8e323faf0a (diff) |
Add localdebuild modelled after localcowdebuild and friends.
-rwxr-xr-x | localdebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/localdebuild b/localdebuild new file mode 100755 index 0000000..fb2f885 --- /dev/null +++ b/localdebuild @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +debuild \ + --set-envvar=CCACHE_DIR="/var/cache/pbuilder/ccache" \ + --set-envvar=PATH="/var/cache/pbuilder/bin:/usr/lib/ccache:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11" \ + "$@" |