pbuilder: allow untrusted sources, disable ccache
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 4 Apr 2012 12:19:54 +0000 (14:19 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 4 Apr 2012 12:19:54 +0000 (14:19 +0200)
We allow untrusted sources, so we can get packages from our
own repository. Earlier versions of Debian or pbuilder did it get
them anyway; but not anymore. Also disabling ccache because we now
get mysterious errors. Probably a ccache bug, but we don't care.

id-deb-build/pbuilderrc

index f956d9b..169a190 100644 (file)
@@ -13,6 +13,8 @@ BASETGZ="`dirname $BASETGZ`/$NAME-base.tgz"
 #BUILDRESULT="/var/cache/pbuilder/$NAME/result/"
 BUILDRESULT="$NAME"
 APTCACHE="/var/cache/pbuilder/$NAME/aptcache/"
+ALLOWUNTRUSTED=yes
+CCACHEDIR=
 
 # http://releases.ubuntu.com/releases/
 case "$DIST" in